Jump to content

Door lock status and control via bedside keypad


WetCoastWillie

Recommended Posts

I have a 8 button keypad in a bedside switch, when I recently added a Z-Wave door lock I wanted to be able to see the status and control the door lock via a button on the keypad.

 

I was able to accomplish this by the following (I know this will seem simple to some... but for those of us who are just staring out I will share how I accomplished this in hopes to inspire :D )

 

First step was create a scene I called "Front Door Lock" and added the keypad (button H) as a controller and added the z-wave lock.

 

Next step was to create 4 programs:

 

Unocked Status
If
       Status  'Front Door Lock' is Unlocked

Then
       Set Scene 'Front Door Lock / Front Door Lock' On

Else
  - No Actions - (To add one, press 'Action')

 

Locked Status
If
       Status  'Front Door Lock' is Locked

Then
       Set Scene 'Front Door Lock / Front Door Lock' Off

Else
  - No Actions - (To add one, press 'Action')

 

These two control the light on the keypad...

Next

 

Door Locked
If
       Control 'Master Bedroom KPD.H' is switched Off

Then
       Set 'Front Door Lock' Lock

Else
  - No Actions - (To add one, press 'Action')

 

Door Unlocked
If
       Control 'Master Bedroom KPD.H' is switched On

Then
       Set 'Front Door Lock' Unlock

Else
  - No Actions - (To add one, press 'Action')

 

These two control the lock...

 

Now, when I go to bed and have forgotten to lock the door I will see button H lit up on the keypad... push the button and the door locks :D

 

Ps. I thought I read somewhere that cross platform (Insteon/Z-wave) scene control was not supported but that must have been in an earlier version.

Link to comment

WetCoastWillie-

 

To simplify, you can combine your first 2 programs into one:

Unocked Status
If
       Status  'Front Door Lock' is Unlocked

Then
       Set Scene 'Front Door Lock / Front Door Lock' On

Else
      Set Scene 'Front Door Lock / Front Door Lock' Off

 

Then, you can combine your second two programs into one:

Door Locked
If
       Control 'Master Bedroom KPD.H' is switched Off
      and Control 'Master Bedroom KPD.H' is NOT switched On

Then
       Set 'Front Door Lock' Lock

Else
       Set 'Front Door Lock' Unlock

 

Note: you need the programs because Insteon/ZWave scenes do not yet work. If they did, having both the KPL Button and Lock set as controllers of a scene would have eliminated the need for all of the programs.

 

-Xathros

Link to comment
  • 5 months later...

Archived

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


×
×
  • Create New...