Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small error in historical entry table #2

Open
0ndorio opened this issue Apr 30, 2019 · 0 comments
Open

Small error in historical entry table #2

0ndorio opened this issue Apr 30, 2019 · 0 comments

Comments

@0ndorio
Copy link

0ndorio commented Apr 30, 2019

The table for historical entries lists the brightness value as uint32 value but only mentions the bytes 7 to 9 with 10 as a padding byte while its actually part of the brightness.

Updated Table:

Bytes Type Value Description
00-03 uint32 2156400 timestamp, seconds since device epoch (boot)
04-05 uint16 235 temperature in 0.1 °C
06 ? ? ?
07-10 uint32 90 brightness in lux
11 uint8 21 moisture in %
12-13 uint16 179 conductivity in µS/cm
14-15 ? ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant