Resolved: Send Notification if contact sensor open when armed

I would like to setup a piston to send a notification when a contact sensor is opened AND SmartHomeMonitor is set to Armed.

The twist is that I would like the conditions to have a 5 second delay. (I have SmartAlarm monitoring the contact sensor on a 30 second delay) Sometimes triggers get delayed so if I check the SHM status as soon as the door opens, I’ll get false notifications.

Trigger:
IF door is opend
AND
5 seconds later
IF SHM is Armed
Then Send notification

How can I do this?
Thanks!

Wow perfect, thanks for pointing out the wait, that’ll be a very useful item. I was trying to think of ways to set a variable, etc :slight_smile: