I'm trying to create a rule which is triggered when the 'armed away' button is pressed on the ring alarm g2 keypad. When pressed I want a notification to tell me if there are any windows open in the house and ideally which ones.
At the moment I can't figure out how to do the following parts:
- Trigger from 'armed away' button press (i don't know which button number it maps to)
- Rich notifcation telling me which window is open when rule triggers
I have a basic version of this working. Trigger is HSM set to away and notification says "Warning - alarm set with window open".
- The problem with the trigger being HSM set to away is the delay time. After pressing 'armed away' I'm usually out the house and in the car by the time the alarm delay is over so I don't want to wait that long to be told a window is open - ideally need that information immediately.
- This basic version also only tells me "a window is open". I'm not sure how to get it to specify which one(s). If I use %device% in the notification text it brings back the name of my hub..