Jump to content

Program help with Zwave Kwikset locks


Recommended Posts

Posted (edited)

I am looking to get a pushover notification when my Kwickset locks get unlock from any method that is not from the keypad from user 1, User2, User 3. I am getting the notification from any action that unlocks the lock. Here is what I have for a program. 

image.png.756b07fd08cfecb28b23d03068fe9e2c.png

Thank you in advance..

Edited by tlightne
Posted

You'll need to use daisy chained programs to do this.

UnlockNotification.0

If

  Door is unlocked

then

  run program UnlockNotification.1 (if)

else

  (none)

------

UnlockNotification.1 (Disabled)

If

   User is 1

then

   send notification or do whatever or blank

else

run program UnlockNotification.2 (if)

-----

UnlockNotification.2 (Disabled)

If

   User is 2

then

   send notification or do whatever or blank

else

run program UnlockNotification.3 (if)

..... etc....

in the last program send an error message in the ELSE in case it ever gets there...  then you'll know its not working correctly...

All but the first program is DISABLED.  Disabled programs still run if run by another program.

Guest
This topic is now closed to further replies.

×
×
  • Create New...