To all,
The messages which are received via a repeater in the meteostick device use a 
different kind of CRC16 check.
We detected how it works. First of all we need the 10-byte raw data instead of 
the 8-byte raw data we used in the past.
For the calculation we have to combine bytes 1 to 6 and 9 to 10 in one 8-byte 
array.
Then calculate the CRC16 value.
The result then must be equal to the value in bytes 7 to 8.
Currently this new meteostick driver is in test.
Luc

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to