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.

Z-Wave Program Control Issue - Schlage Lock

Featured Replies

Posted

I am attempting to create a simple program to send an alert when a user unlocks.

I currently have 15 users.

I have created 15 programs, (one for each user) and 15 custom emails.

The IF of the program is:

Status   'ZW 003 Schlage Door Lock' is Access Code 1
    And [Control] 'ZW 003 Schlage Door Lock' is switched [alarm] Unlocked by Keypad

 

I am unable to use 'control' without including "alarm", which I do not believe I need.

I have tried the logic both ways and tried with variables.

The "alarm" appears on a second line and may be an error in the GUI logic?

F/W 5.3.0

Anyone else having the same issue?

 

Thanks,

Rob

  • Author

It does not seem to work with only the single IF Status

 

'ZW 003 Schlage Door Lock' User Number is 1'

I helped someone else work this out, and I can't find the thread to link.

the short answer is you need multiple daisy chained programs:

Program: Door_is_unlocked

If Status door is unlocked

    then

Run program User_1 (if)

 

Program User_1 (disabled)

If access code is 1

then

   notification user 1

else

   Run Program User_2 (if)

Program User_2 (disabled)

If access code is 2

then

   notification user 2

else

   Run Program User_3 (if)

.....and so on

 

A disabled program runs if run by another program, but not if the IF condition is met.

 

The problem with using 'ZW 003 Schlage Door Lock' User Number is 1'  alone is that the user number doesn't always change, and to activate an If statement it needs to change.

  • Author

I can control the lock and change user codes.

 

The lock status and battery level only report intermittently.  

I have also tried status is jammed and nothing happens

 

 

  • Author

Door Unlock User 1 - [ID 0085][Parent 007B]

If
        'ZW 003 Schlage Door Lock' User Number is 1
 
Then
        Send Notification to 'Default' content 'Front Door User 1'
 
Else
   - No Actions - (To add one, press 'Action')
 

  • Author

Door Lock Failure Email - [ID 0084][Parent 007B]

If
        'ZW 003 Schlage Door Lock' Status is Jammed
 
Then
        Send Notification to 'Email' content 'Front Door'
 
Else
   - No Actions - (To add one, press 'Action')
 

Is it updating while you're testing? If its not then thats why you arent receiving notifications. Do you have any repeaters between your lock and ISY

  • Author

I have a repeater about 8 feet from the door.  The ISY is about 15 feet below the repeater.

 

If I query the lock, the status changes

is your messaging going through your repeater? What are you using to repeat? Bring the lock close to the isy and do your testing. That will ensure that everything works properly. Then its easier to troubleshoot other issues. 

  • Author

Aeotec Range Extender 7 Zwave Repeater. 
 
How do I know if the messaging is going thru the repeater ?
  • Author

If it helps anyone with a similar problem....

After adding several repeaters successfully, notifications still did not work.

I tried every option, including/excluding the lock, tried repairing, updating neighbors, synchronizing, etc. and nothing seemed to work.

After all of the repeaters were set up properly,  I factory reset the lock and added it back to the ISY.

Everything is now working as expected.

Hope this helps someone from enduring the same pain!

 

Rob

 

 

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.