Skip to content

v0.5.0-beta04

Pre-release
Pre-release
Compare
Choose a tag to compare
@kodebach kodebach released this 08 Nov 11:38
· 119 commits to master since this release
d4ca0ff

Enhancements

  • Most sensors are now marked as "Unavailable" instead of "Unknown", when their value is actually unavailable. The logic relies on the fact that the heat pump sends an out of range value (-1 or 0xFFFF), if the actual value is not available. However, this cannot be applied to all sensors, since sometimes the values the heat pump uses to indicate "not available" are not clearly out of range. This mostly applies to temperature values, where the heat pump sends -1.0 if the value is not available, but we cannot say for certain that -1.0 is not actually a real value.

Bugfixes

  • Attempt to fix #46 by reloading single registers after decode errors.

Full Changelog: v0.5.0-beta03...v0.5.0-beta04