We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
T = Base + X/10
The text was updated successfully, but these errors were encountered:
mill1000
Successfully merging a pull request may close this issue.
Some units are capable of reporting additional temperature sensor precision in byte 15 of the StateResponse message.
e.g.
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 nibbleThe text was updated successfully, but these errors were encountered: