Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Program help with Zwave Kwikset locks

Featured Replies

Posted

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

Look at your first line. 

Program for what you want to know not what you don't want to know

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.