stjohnjohnson / smartthings-mqtt-bridge

Bridge between SmartThings and MQTT
https://hub.docker.com/r/stjohnjohnson/smartthings-mqtt-bridge/
MIT License
368 stars 243 forks source link

Schlage Connect Camelot Touch #147

Open makingwilliam opened 6 years ago

makingwilliam commented 6 years ago

I have a door lock, which syncs up fine to the SmartThings hub and also sends what appears are two possible pieces of information: Battery and Lock State. It is my understanding that the lock state should be able to tell me if the lock is (locked, unlocked or unlocked by code). However, when I view the MQTT output through the bridge I am only ever able to see locked or unlocked. I really want to allow someone the ability to disarm the alarm by entering their code (a guest for example) into the the lock.

Additionally, I also understand it may be possible to determine which code was entered into the lock, which I would think would need a whole new state topic, perhaps code. Is there something I am overlooking or is it possible for either of these to be looked at for the future? Thank you kindly!

Product in Question: https://www.schlage.com/en/home/products/BE469NXCAMFFF.html

tbclark3 commented 6 years ago

Did you ever figure out how to do this? I am trying to figure out the same issue.

makingwilliam commented 6 years ago

@tbclark3 I had to move my lock to a z-wave stick. I am using the aeotec usb z-stick. Doing this opened up home assistant to all of the information from the lock and now home-assistant itself can control the codes in the lock as well.

The information is provided in an attribute of the lock once it has been opened or closed, there is a more detailed description of who and how. keypad user code, manual lock, etc.