-
Hi Arnold and community, I looked on Home Assistant forum and I found two hints here First one is to work on so I tried the second hint and added the climate.hc_setpoints_setpoint_cooling:
max_temp: 32
min_temp: 16
climate.hc_setpoints_setpoint_heating:
max_temp: 32
min_temp: 16 this last one changed the behaviour of the card showing my desired range but if I try to set e.g. 29 degrees a popup error message appears and I see same message into logs
so my questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi Davide, The min/max are set by the P1P2MQTT bridge in the MQTT config message. For E-series, the min/max values are obtained (and updated) from the field settings. For F-series, min/max is indeed hard-coded in the ESP code at 14/28, which was just a guess from my side. I will change it to 16/32 in the next release - if someone observes other min/max values, please let me know. Not sure if HA documents what happens if there are min/max values in the yaml file which differ from the provided min/max values in the config msg. |
Beta Was this translation helpful? Give feedback.
Hi Davide,
The min/max are set by the P1P2MQTT bridge in the MQTT config message. For E-series, the min/max values are obtained (and updated) from the field settings. For F-series, min/max is indeed hard-coded in the ESP code at 14/28, which was just a guess from my side. I will change it to 16/32 in the next release - if someone observes other min/max values, please let me know.
Not sure if HA documents what happens if there are min/max values in the yaml file which differ from the provided min/max values in the config msg.