v0.5.0 #55
kodebach
announced in
Announcements
v0.5.0
#55
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
Initial support for writing values (#40)
The integration now provides initial support for sending values from Home Assistant to the heat pump. For now, there is only the
idm_heatpump.set_power
service, which allows setting "Aktueller PV-Überschuss" and "Aktuelle PV Produktion". These are the only power values the heat pump supports, but future versions of the integration will provide other services for temperature values, etc. Initial support is provided for power values, because these were requested the most (#10) and unlike some other values can be written pretty much arbitrarily without danger to the heat pump.Bugfixes
Enhancements
Unavailable instead of Unknown
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.Other Enhancements
Dependencies
Full Changelog: v0.4.0...v0.5.0
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions