Blokowo:
Wyzwalacz
> Opcje
>
opcja
1, warunek - akcja
opcja
2, warunek - akcja
…
Przykład:
alias: wyłączenie cwu
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.termometrxxx
above: 1
condition: []
action:
- choose:
- conditions:
- condition: time
before: "10:00:00"
after: "06:00:00"
- condition: numeric_state
entity_id: sensor.termometrxxx
above: 35
sequence:
- service: switch.turn_off
data: {}
target:
entity_id: sensor.bojler_cwu
- conditions:
- condition: time
after: "10:00:00"
before: "06:00:00"
- condition: numeric_state
entity_id: sensor.termometrxxx
above: 35
sequence:
- service: switch.turn_off
data: {}
target:
entity_id: sensor.bojler_cwu
mode: restart
PS: W Narzędzia Developerski
> Stan
możesz zmienić chwilowo stan encji (zmień temperaturę by sprawdzić automatyzacje)
/
Właśnie spojrzałem i zauważyłem, że wyzwalacz powinien być raczej taki:
trigger:
- platform: state
entity_id: sensor.termometrxxx