Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heaters not shut down when I turn the climate off #52

Open
gdistasi opened this issue Dec 21, 2021 · 4 comments
Open

Heaters not shut down when I turn the climate off #52

gdistasi opened this issue Dec 21, 2021 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@gdistasi
Copy link

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.

  • platform: programmable_thermostat
    name: Bagno
    heater:
    • switch.sonoff*****
      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
@gdistasi
Copy link
Author

gdistasi commented Dec 21, 2021

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.

@gdistasi
Copy link
Author

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.

@MapoDan
Copy link
Collaborator

MapoDan commented Apr 10, 2022

Ciao
It could be.. Did you checked if after the min_cycle_duration time the heater is turned off?

@MapoDan MapoDan added the help wanted Extra attention is needed label Apr 10, 2022
@flippz
Copy link

flippz commented Nov 19, 2022

I can confirm this bug, and it does not help to wait the min_cycle_duration. It does not turn off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants