Hello everyone. I updated from 2023.05.X to 2023.06.3 last week.
I have an easy but long purely time based automation to water our lawn. This ran fine for weeks but stopped working after the update. It turns a smart swtich on and off 6 times for 6 zones. The strange thing is that it now stopps the automation at a different point every time I try it. Sometimes it runs through 3 steps, sometimes through 5 but never through all of them. The trace only says “this node wasn’t triggered” on the next one that it didnt run anymore. Anyone have a similar problem?
This is the automation:
alias: Gartenbewässerung
description: ""
trigger:
- platform: time
at: "01:50:00"
condition: []
action:
- service: switch.turn_on
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 50
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- service: switch.turn_on
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 50
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- service: switch.turn_on
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 20
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- service: switch.turn_on
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 50
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- service: switch.turn_on
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 50
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
- service: switch.turn_on
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- delay:
hours: 0
minutes: 50
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
entity_id: switch.weihnachtsbeleuchtung
- service: notify.mobile_app_bernhards_iphone
data:
message: Bewässerungszyklus beendet
- service: notify.alexa_media
data:
message: Der Bewässerungszyklus wurde erfolgreich beendet!
target:
- media_player.wohnzimmer
- media_player.kuche
data:
type: announce
- service: notify.mobile_app_elisabeths_iphone
data:
message: Bewässerungszyklus beendet
mode: single