tlightne Posted May 19, 2022 Posted May 19, 2022 (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. Thank you in advance.. Edited May 19, 2022 by tlightne
lilyoyo1 Posted May 19, 2022 Posted May 19, 2022 Look at your first line. Program for what you want to know not what you don't want to know
MrBill Posted May 19, 2022 Posted May 19, 2022 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.
Recommended Posts