Has anyone else experienced this? I have a generic thermostat that when to Away preset mode it doesn’t reflect that in the dev states tool, but it does in the front end and the template tool.
The climate entity functions normally until HA is restarted then the temperature resets to the normal target temperature after a restart, but the preset mode stays in Away (front end/dev tool).
Setting the preset mode back to None and the back to Away resets the target back to the away temperature (in template tool but not the states tool).
Just want to make sure it’s an actual bug before I report.
This is my config.
climate:
- platform: generic_thermostat
unique_id: garage_thermostat
name: 'Garage Thermostat'
heater: switch.garage_furnace
target_sensor: sensor.garage_sensor_air_temperature
min_temp: 0
max_temp: 21
ac_mode: false
target_temp: 15
cold_tolerance: 0.5
hot_tolerance: 0.5
min_cycle_duration:
minutes: 5
keep_alive: 300
away_temp: 1.0 # freeze protection mode
precision: 0.1
After restart.
1 post - 1 participant