Hello, please did someone found solution to have temperatures back after restart with generic thermostat? Temperatures always resets to default state (target temp). Logger is anabled.
Here is part of my config regarding to thermostat:
- platform: generic_thermostat
name: Test1
heater: switch.test1
target_sensor: sensor.test1
min_temp: 17
max_temp: 25
ac_mode: false
target_temp: 22
cold_tolerance: 0.5
hot_tolerance: 0
min_cycle_duration:
minutes: 3
initial_hvac_mode: "heat"
away_temp: 19
precision: 0.5
- platform: generic_thermostat
name: Test2
heater: switch.test2
target_sensor: sensor.test2
min_temp: 17
max_temp: 25
ac_mode: false
target_temp: 22
cold_tolerance: 0.5
hot_tolerance: 0
min_cycle_duration:
minutes: 3
initial_hvac_mode: "heat"
away_temp: 19
precision: 0.5