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

Improve temperature sensor resolution #92

Closed
mill1000 opened this issue Oct 27, 2023 · 0 comments · Fixed by #93
Closed

Improve temperature sensor resolution #92

mill1000 opened this issue Oct 27, 2023 · 0 comments · Fixed by #93
Assignees
Labels
enhancement New feature or request

Comments

@mill1000
Copy link
Owner

Some units are capable of reporting additional temperature sensor precision in byte 15 of the StateResponse message.

e.g.

Byte                       11 12 13 14 15 16
c00188647f7f00 00 00 00 00 63 45 0c 00 56 19 00000000000002

The indoor temperature is the lower nibble, outdoor temperature the upper nibble.

Temperature is calculated as T = Base + X/10 where X is the value in the associated nibble

@mill1000 mill1000 added the enhancement New feature or request label Oct 27, 2023
@mill1000 mill1000 self-assigned this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant