Thermostat keeps randomly turning on and off

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:
image

also in Log is just call by service - how can I identify what triggered it?
image

here is my config:

climate:
  - platform: generic_thermostat
    name: Termostat
    heater: switch.tasmota_termo
    target_sensor: sensor.tasmota_tv_light_am2301_temperature

Did you find solution? I have same problem.

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