mincaeuro
(Mincaeuro)
December 1, 2020, 8:10am
1
Hi,
not sure if its the right topic…
for few weeks everything worked correctly, but in last 3 days my thermostats started to switch on and off by it self randomly, also the target temperature keeps changing.
HW: tasmotized Sonoffs
even when I turn it off manually, it turns on again:
also in Log is just call by service - how can I identify what triggered it?
here is my config:
climate:
- platform: generic_thermostat
name: Termostat
heater: switch.tasmota_termo
target_sensor: sensor.tasmota_tv_light_am2301_temperature
madrian
(madrian)
October 16, 2021, 11:52am
2
Did you find solution? I have same problem.
mincaeuro
(Mincaeuro)
October 26, 2021, 7:06am
3
Hi,
don’t remember exactly how, but it stopped.
But when I compare the code, I’ve added few more options:
climate:
- platform: generic_thermostat
name: Ktp. Jarosa
heater: switch.tasmota_termo
target_sensor: sensor.tasmota_tv_light_am2301_temperature
min_temp: 19
max_temp: 25
ac_mode: false
target_temp: 21
cold_tolerance: 0.1
hot_tolerance: 0.1
min_cycle_duration:
minutes: 10
keep_alive:
minutes: 3
initial_hvac_mode: "off"
away_temp: 16
precision: 0.1