You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following configuration.... the problem is that when I click on the off button, the climate object turns off, but the switch (the sonoff) is not set to off (so the heater stays on). Maybe I am missing something big here. With the normal generic_thermostat this does not happen. Thanks.
Btw, the same does not happen if I decrease the temperature by hand. In that case the heater does turn off. Strange, it seems that just turning off the climate makes it forget about the heaters.
btw, sorry for the formatting of the configuration, which is messed up here, but it's not the issue.
I did a bit of debugging and discovered it may be due to the min_cycle_time handling. If I remove it from the configuration file everything works as normal.
I have the following configuration.... the problem is that when I click on the off button, the climate object turns off, but the switch (the sonoff) is not set to off (so the heater stays on). Maybe I am missing something big here. With the normal generic_thermostat this does not happen. Thanks.
name: Bagno
heater:
actual_temp_sensor: sensor.temperature_lumi_****
min_temp: 10
max_temp: 25
target_temp_sensor: sensor.target_temperature_Bagno
tolerance: 0.2
hvac_options: 7
auto_mode: all
min_cycle_duration:
seconds: 5
The text was updated successfully, but these errors were encountered: