I want to run following scenario only while alarm is armed ie armed_away; send notification to mobile once there is motion ie trigger > binary_sensor.entrance_cam_person_motion …
Inside the logs i can see following >
Executed: October 6, 2021, 1:22:26 AM
Result:
result: false
## entity_id/0
Executed: October 6, 2021, 1:22:26 AM
Result:
result: false state: disarmed wanted_state: armed_away
Ie the automation failed, but question would be who will re-execute it again/how often will automation checks Condition ie alarm state is armed_away instead of disarmed?
If triggered, it then check condition
If condition true it runs action
There is “mode” to set for automation as well. In this case you can have automation restart at each trigger, run a parallel process, wait for current to finish(queue) or ignore new trigger and complete current (single…the default
I dont have doorbell but have gated entry.
When person arrive I want to know they arrive so I make automation that
Trigger when frigate has detection
check that detection is in specifified zone (area where person/car try to enter)
send me notification when these occur
I can “click” in the notification to open gate/unlock door
In other case maybe you want the outdoor light to turn ON/OFF at some time
Maybe you want the alarm siren turn ON when motion and your away
Automation is for the action that should occur without the use need apply input or for thing that need regularly monitor and send report upon some occurance