kamaradclimber / heishamon-homeassistant

An integration for heatpumps handled by heishamon
Apache License 2.0
50 stars 25 forks source link

Fix SetDemandControl #253

Closed kamaradclimber closed 2 months ago

kamaradclimber commented 2 months ago

Since there is no way to get the current value of demandcontrol, HA listens to the same topic where we send the command. Thus when users set DemandControl to 20%, we send "81.2" via mqtt. HA reads that value and tries to cast it to an int.

fix #252