I have a notification via pushover when the YALE door lock is jammed. How do I create an event that notify me that the door is not jammed anymore?
Announcement
Collapse
No announcement yet.
Yale Door lock event after the lock is Jammed
Collapse
X
-
If you don't have or don't want to buy EasyTrigger then you could use a virtual device. It would take a couple events to accomplish
if lock set to jammed Then
Set virtual lock to jammed.
if lock set to ready or other value.
and if virtual lock is jammed Then
notify me
set virtual lock to ready.
Not as elegant as EasyTrigger but it might do what you need it to do.
- 1 like
Comment
Comment