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

Thermostats don't remember temperature after short reboot #76

Closed
alexlorenzato opened this issue Jan 27, 2025 · 2 comments
Closed

Thermostats don't remember temperature after short reboot #76

alexlorenzato opened this issue Jan 27, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@alexlorenzato
Copy link

Hello, I'm using the code for the dualmode_generic thermostats.

When Home Assistant reboots (only with the quick reboot), the thermostats reset themselves and they don't restart, meaning that they don't Remember the temperature that they were supposed tò maintain.

For example: the thermostat now is set to warm till 21 °C andI reboot Home Assistant, after the reboot the thermostats are set to 15 °C which is the minimum value, as a result the heating doesnt start and have to manually restore the values. already tried to set target_temp_hig or target_temp_low, but that's not equivalent to what I want to do.

Here's the code I'm using:

- platform: dualmode_generic 
  name : Termostato Ufficio Damiano
  unique_id : climate.termostato_ufficio_damiano_dual
  heater: switch.relay_14_switch_85
  cooler: switch.relay_14_switch_85
  target_sensor: sensor.temperatura_3_85
  min_temp: 15
  max_temp: 30
  cold_tolerance: 0
  hot_tolerance: 0.1
  precision: 0.1
  min_cycle_duration:
    seconds: 5

Any idea for a solution or about what might be causing this issue? Thanks a lot!

@david-kalbermatten
Copy link
Collaborator

please check if the latest changes from #77 fixed your issue (The PR is already merged, so you should be able to update)

@Nick-Adams-AU
Copy link

Seems resolved for me. I had the same issue prior to this release and it works as expected after the PR. Thank you for fixing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants