i entered by code and hit Arm Home. Alarmo refuses to arm. on my Ring keypad v2, i can hear audio says Sensors need to be bypassed. so i press the Check mark on the Ring keypad and it finally armed Home. now, how do i know which sensors were not ready? i am tired of manually hitting the Check mark button on the keypad nightly.
When it fails to arm like this it will fire an event, you could use that event as a trigger for an automation and have the reason sent to a device or read out via a speaker etc.
The trigger should be something like this:
platform: event
event_type: alarmo_failed_to_arm
id: failed to arm
To parse the trigger event data to a message should be something like this:
{{ trigger.event.data.reason }}
and
{{ trigger.event.data.sensors }}
i see it now. thanks! strange that there is no open sensors though.
after restarting my HA, everything is back to normal