Closed kamaradclimber closed 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
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