In V1.0 negative temperatures were misreported as very high numbers because the code does not treat the two bytes returned by the Ambimate as a signed int. A very simple fix was implemented to correctly account for negative temperatues.
What's Changed
- Issue #2 fix negative temperature bug by @thinkovation in #3
Full Changelog: V1.0...V1.1