Jump to content

Programming Schlage Deadbolt BE469NX via zwave


nwchicago

Recommended Posts

Posted

I have a schlage deadbolt BE469NX.

 

I'm running UD admin console 4.6.2.

 

I would like to change the delay before the deadbolt automatically relocks.

 

The default is 30 seconds.

 

Has anyone tried to do this - is it possible?

 

Thank you!

 

 

Posted

The Lock & Leave feature can be enabled or disabled, but the duration cannot be changed.

Posted

I have a schlage deadbolt BE469NX.

 

I'm running UD admin console 4.6.2.

 

I would like to change the delay before the deadbolt automatically relocks.

 

The default is 30 seconds.

 

Has anyone tried to do this - is it possible?

 

Thank you!

I'd like to change it to. 30 seconds is way to long but we've learnd to adjust our routine and move a little slower.

 

Sent from my Nexus 6P using Tapatalk

Posted

Unfortunately, 30 seconds is way to short, when opening the door, carrying food outside and reentering the house.

i'm thinking maybe i should take a single button insteon switch and have that operate a macro that disables the auto-lock feature while in off mode.

is that possible - any idea how I would programatically script the auto-lock off?

Thanks.

 

NW

Posted

Unfortunately, 30 seconds is way to short, when opening the door, carrying food outside and reentering the house.

i'm thinking maybe i should take a single button insteon switch and have that operate a macro that disables the auto-lock feature while in off mode.

is that possible - any idea how I would programatically script the auto-lock off?

Thanks.

 

NW

I have found no way to do what you are asking.

 

Sent from my Nexus 6P using Tapatalk

Posted

Easy, peasy. Set Auto-Relock to Off and use a program like the one below:

If
        Status  'LR / Devices / LR ZW006 Deadbolt' is Unlocked
 
Then
        Wait  1 minute  <---use any wait you want
        Set 'LR / Devices / LR ZW006 Deadbolt' Lock
 
Else
   - No Actions - (To add one, press 'Action')

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      37.2k
    • Total Posts
      372.5k
×
×
  • Create New...