Hi,
will below tricker work to see if the conditions I set are met? I want to lookup the conditions every 15 minutes between a certain time frame. In this case between 14:00 hour and 3 hours before sunset.
Triggers are OR logic. Any one of them can trigger the automation.
If you want AND logic triggers you have to duplicate them in the conditions.
e.g.
triggers:
- trigger: state
entity_id: binary_sesnor.foo
to: "on"
- trigger: state
entity_id: binary_sesnor.bar
to: "on"
conditions:
- condition: state
entity_id: binary_sensor.foo
state: "on"
- condition: state
entity_id: binary_sensor.bar
state: "on"
Thanks, so what exactly does this tricker do?
does it tricker ones in that time frame? in this case 1 time at 14:00? So why is this bandwide in time then available of there is no AND tricker status?
trigger: time
at: input_datetime.tussen_14_uur_en_3_uur_voor_sunset