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

whb-type 09 added #25

Closed
wants to merge 0 commits into from
Closed

whb-type 09 added #25

wants to merge 0 commits into from

Conversation

patrikhall
Copy link

I found the crc init value for Weatherhub 09 sensors and added support for them. This should close issue 14.

@GeorgA
Copy link

GeorgA commented Aug 17, 2022

Thanks, but what me curious was the extended temperature range fo -50 to +110°C. This cannot be encoded in the 11bits (-102.4 to +102.4), so I bought the sensor. It actually uses 12bits, the sign is now bit #11. AFAIR no other sensors had this scheme, so it's also not safe to simply adapt cvt_temp. I have added now an "extended"-flag to cvt_temp and made the old decode_06 call able to handle types 06 and 09. BTW: If the temperature is >109.9 the sensors transmits 153.5.

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

Successfully merging this pull request may close these issues.

2 participants