Sorry, but I'm having a total mental block about how to poll my Kwikset SmartCode 916 for locked or unlocked status. I want to create a manually triggered (or triggered by other events) event that locks the door if it's unlocked. Seems really simple, but damn if I can figure it out.
Announcement
Collapse
No announcement yet.
Kwikset Lock Status
Collapse
X
-
Thanks, but I realize I wasn't clear. I have a goodnight event that I trigger manually at night to shut down the house. Once I get my DSC panel installed and integrated, it'll fire the goodnight event for me when I arm the system in night mode. I want to poll the door lock, and if it's not locked already, lock it. I know I can fire off the lock command to lock the door, but why do so if it's already locked? Therefore my question.
Comment
-
Originally posted by jester0909 View PostThanks, but I realize I wasn't clear. I have a goodnight event that I trigger manually at night to shut down the house. Once I get my DSC panel installed and integrated, it'll fire the goodnight event for me when I arm the system in night mode. I want to poll the door lock, and if it's not locked already, lock it. I know I can fire off the lock command to lock the door, but why do so if it's already locked? Therefore my question.
Comment
-
Originally posted by racerfern View Post
Which is why my event confirms the door is locked before I try to unlock it. The opposite works as well. If the conditions are not met, the event does not complete since there's no need to.
After some further testing, it appears to work if I use a timed event, but if I manually trigger it, it always tries to lock. That strikes me as a bug.
Comment
-
Originally posted by jester0909 View PostSo it’s working as designed. Manually triggered events ignore conditions, but can call other events where conditions must be met to fire the device control.
Comment
Comment