Got2Have Posted July 8, 2019 Posted July 8, 2019 I want to use a keypad button to light when the Kwikset lock is unlocked. The lock is installed on the front door, and the location of the ISY is close enough that can control the lock remotely by Admin Console command and manual operations appropriately change the current state in the Admin Console. I have written a program to change the backlight of the button; however, the state of all other buttons on the keypad do not respond. If 'FrontDoorLock' Status is Unlocked Then Set 'KitchenKey2A FloodNESw / KitchenKey2G FrontDoorLock' Backlight On 15 / Off 0 Else Set 'KitchenKey2A FloodNESw / KitchenKey2G FrontDoorLock' Backlight On 0 / Off 0
lilyoyo1 Posted July 8, 2019 Posted July 8, 2019 6 minutes ago, Got2Have said: I want to use a keypad button to light when the Kwikset lock is unlocked. The lock is installed on the front door, and the location of the ISY is close enough that can control the lock remotely by Admin Console command and manual operations appropriately change the current state in the Admin Console. If 'FrontDoorLock' Status is UnlockedThen Set 'KitchenKey2A FloodNESw / KitchenKey2G FrontDoorLock' Backlight On 15 / Off 0 Else Set 'KitchenKey2A FloodNESw / KitchenKey2G FrontDoorLock' Backlight On 0 / Off 0 Is there a question?
Got2Have Posted July 8, 2019 Author Posted July 8, 2019 Sorry, I pressed <Ctrl> <Enter> and did not get a chance to finish. The program I wrote can change the button background to reflect On as unlocked and Off as locked. However, this overrides the states of all the remaining buttons on the keypad and the remaining buttons do not illuminate. I am looking for a way to independently control the light for the button associated with the lock.
lilyoyo1 Posted July 8, 2019 Posted July 8, 2019 Create a scene, add the button to that scene and then control the scene you just created. If status is unlocked set scene button on... While you can use the "or else" method, I've found individual programs worked better for locked and unlocked states.
Got2Have Posted October 5, 2019 Author Posted October 5, 2019 Thank you for your help iliyoyo1. I am still having difficulty pairing the keypad button with the dead bolt device. It seems like I can control the dead bolt from the keypad or manually at the dead bolt but not from both. I have defined a Scene, EntDoorBoltScn, that contains the device, EntDoorBoltLock, and keypad button, KitchenKey2G EntDoorBolt. Refer to the following screen shots of the 3 objects. I have defined programs to lock and unlock the bolt for the keypad button and at the bolt device, respectively. The keypad button properly responds, i.e. lights for unlocked and off for locked. The bolt device, however, does not respond to the keypad button. I would appreciate any help you can give me. Thanks Got2Have
lilyoyo1 Posted October 5, 2019 Posted October 5, 2019 I dont like the scene route because I've found it to be very finicky with locks. I would remove the lock from the scene and write a program for unlocking and locking. If control kpl is on unlock door etc etc
Recommended Posts
Archived
This topic is now archived and is closed to further replies.