Hi all,
Since the start of this year’s heating season, I have had problems with the automation of my thermostats, everything works as it should for me but manually only. I have 6 of these thermostats connected with Z2M, and automation setup like this:
alias: Topení
description: ""
trigger:
- platform: time
at: "06:00:00"
id: Obyvak ON
alias: Obyvak ON
- platform: time
at: "23:00:00"
id: Obyvak Off
alias: Obyvak Off
- platform: time
at: "06:00:00"
id: Kuchyne ON
alias: Kuchyne ON
- platform: time
at: "09:30:00"
id: Kuchyne zmena teploty
alias: Kuchyne zmena teploty
- platform: time
at: "20:00:00"
id: Kuchyne OFF
alias: Kuchyne OFF
- alias: Pokojicek ON
platform: time
at: "12:00:00"
id: Pokojicek ON
- alias: Pokojicek OFF
platform: time
at: "18:00:00"
id: Pokojicek OFF
- alias: Koupelna ON
platform: time
at: "18:00:00"
id: Koupelna ON
- alias: Koupelna OFF
platform: time
at: "21:00:00"
id: Koupelna OFF
condition: []
action:
- alias: Obyvak
choose:
- conditions:
- condition: trigger
id:
- Obyvak ON
sequence:
- service: climate.turn_on
data: {}
target:
device_id: caaa3250d5d0f3a452629ad985155557
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- service: climate.set_temperature
data:
temperature: 22
target:
device_id: caaa3250d5d0f3a452629ad985155557
- conditions:
- condition: trigger
id:
- Obyvak Off
sequence:
- service: climate.turn_off
data: {}
target:
device_id: caaa3250d5d0f3a452629ad985155557
- alias: Kuchyně
choose:
- conditions:
- condition: trigger
id:
- Kuchyne ON
sequence:
- service: climate.turn_on
data: {}
target:
device_id:
- de0ec57fe1a158b75e708b2659a3926b
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- service: climate.set_temperature
data:
temperature: 22
target:
device_id:
- de0ec57fe1a158b75e708b2659a3926b
- conditions:
- condition: trigger
id:
- Kuchyne zmena teploty
sequence:
- service: climate.set_temperature
data:
temperature: 19
target:
device_id: de0ec57fe1a158b75e708b2659a3926b
- conditions:
- condition: trigger
id:
- Kuchyne OFF
sequence:
- service: climate.turn_off
data: {}
target:
device_id: de0ec57fe1a158b75e708b2659a3926b
- alias: Pokojíček
choose:
- conditions:
- condition: trigger
id:
- Pokojicek ON
sequence:
- service: climate.turn_on
data: {}
target:
device_id:
- 5b2b956f5c18a0f4f6543154ef27fc38
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- service: climate.set_temperature
data:
temperature: 21
target:
device_id: 5b2b956f5c18a0f4f6543154ef27fc38
- conditions:
- condition: trigger
id:
- Pokojicek OFF
sequence:
- service: climate.turn_off
data: {}
target:
device_id: 5b2b956f5c18a0f4f6543154ef27fc38
- alias: Koupelna
choose:
- conditions:
- condition: trigger
id:
- Koupelna ON
sequence:
- service: climate.turn_on
data: {}
target:
device_id: 92040d0e8325347a197f714dc06f0be9
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- service: climate.set_temperature
data:
temperature: 21
target:
device_id: 92040d0e8325347a197f714dc06f0be9
- conditions:
- condition: trigger
id:
- Koupelna OFF
sequence:
- service: climate.turn_off
data: {}
target:
device_id: 92040d0e8325347a197f714dc06f0be9
mode: single
I looked into traces and automation triggered correctly (at least visually) but thermostat stays off (in this example):
Everithing was working correctly last winter, but without changing anything this fall it suddenly starts behaving strangely.
Usualy the automation turn thermostat on or off, but not always, and cannot change the temperature at all. I need tu check it during the day and correct it.
Do you have any ideas where to start? I’ve tried everything I can think of like add delays, use auto and heat mode, new batteries, reconnect devices.