Page 1 of 1

Trigger Notifcation on Condition

PostPosted: Fri Oct 05, 2018 5:41 am
by bluefightingcat
I have several door sensors around my house. I want to setup a trigger that will check all the door sensors and send me a notification if any of the doors are open (device = on) at a specific time. How would I do this?

Re: Trigger Notifcation on Condition

PostPosted: Fri Oct 05, 2018 5:55 am
by DaveL17
If it were me, I'd use a schedule.

Set Time:
The time you want the schedule to run.

Set Condition:
If any of the rules are true:
> if device [door sensor 1] is [open/on/true]
> if device [door sensor 2] is [open/on/true]
> if device [door sensor 3] is [open/on/true]
...

Set action:
Notification action --> your preferred notification

Re: Trigger Notifcation on Condition

PostPosted: Fri Oct 05, 2018 7:45 am
by bluefightingcat
Great. Thanks