We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae729f1 commit f99c372Copy full SHA for f99c372
src/devices/fineoffset.c
@@ -44,7 +44,8 @@ The data is grouped in 6 bytes / 12 nibbles.
44
45
[pre] [pre] [type] [id] [id] [temp] [temp] [temp] [humi] [humi] [crc] [crc]
46
47
-There is an extra, unidentified 7th byte in WH2A packages.
+There is an extra checksum byte (after the CRC) in WH2A messages.
48
+TODO: maybe add the checksum for WH2A, e.g. b[5] == b[0]+b[1]+b[2]+b[3]+b[4]
49
50
- pre is always 0xFF
51
- type is always 0x4 (may be different for different sensor type?)
0 commit comments