Climate Generic thermostat memoery

Hello there.
I’am facing a problem with generic thermostat - every time raspberry is being restarted - thermostat looses its state and is set to default target value. Is this known behavior ? It is certainly not expected for me …
Can this be solved somehow ?

Below please find my current thermostat configuration.

Thanks.

  • platform: generic_thermostat
    name: climate_staircase_ground_floor
    heater: switch.heat_staircase_ground_floor
    target_sensor: sensor.staircase_ground_floor_temperature
    target_temp: 21
    min_cycle_duration:
    minutes: 1

Remove “target_temp” and it should retain the last set temperature between restarts.

2 Likes

Thank you. Solved :slight_smile:

1 Like