Hi all!. I have two minor issues / doubts
My thermostat setup:
- platform: generic_thermostat
name: Vijus
heater: light.zigbeeonoff03
target_sensor: sensor.temperature_vijauskamb_offset #sensor.temperature_vijauskamb
min_temp: 5
max_temp: 30
cold_tolerance: 0.4 #set thermostat at 28 to start heating when it's 27 or less
hot_tolerance: 0.4 # can turn of when bathroom is 29 and more
#target_temp: 21 #would reset to this after HA restart
away_temp: 20
precision: 0.1
Generic thesmostat manual example states the following:
For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor equals or goes below 24.5.
So I have two questions.
- Why did it start heating 22.0, but not on 22.1. Target temp: 22.5, while tolerance is 0.4?. See heating graph at the end
- Why precision is not working in UI? It’s still adjusting every 0.5 degrees, not 0.1
Thanks in advance!