** Version 1.6a Released. Added fingerprint for Yale YRD226 and YRD246 locks.
** If you are using a version prior to 0.7a, after upgrade, you must remove and re-add your lock to SmartThings. For fresh installs and all others, hit force reconfigure in the mobile app once after installation.
Added Features:
Setting/Deleting/Updating Lock User Codes as well as reporting their use to lock manager SmartApps. Enhanced lock action status: jammed lock, used code information, manual/remote notification.
Yale Locks Only: Volume, AutoLock, Privacy Mode, Wrong Code Entry Limit, Invalid Code Entry Lockout Time, and One Touch Locking are all configurable.
This DTH has fully implemented the following commands:
command "resetTamperAlert"
command "setCode"
command "deleteCode"
command ārequestCodeā*
command "updateCode"
command āreloadAllCodesā*
command ādeleteAllCodesā
Yale Locks Only:
command "enableAutolock"
command "disableAutolock"
command "enableOneTouch"
command "disableOneTouch"
command "enableKeypad"
command "disableKeypad"
command "enablePrivacyButton"
command "disablePrivacyButton"
command "enableInternalLED"
command "disableInternalLED"
command "enableAudio"
command "enableAudioLow"
command "enableAudioHigh"
command ādisableAudioā
*Unfortunately due to limitations of the manufacturerās implementation, I cannot retrieve codes directly from the lock. Any code set outside of SmartThings will report as unknown.
The code can be found here or from my GitHub jhamstead/jhamstead
How toā¦Add Device Handler:
Navigate to: https://graph.api.smartthings.com/ide/devices or
https://graph-na02-useast1.api.smartthings.com/ide/devices
Click āNew SmartDeviceā in the upper right.
Click 'From Codeā
Paste the code from the link (github) above into the text area:
Click 'Createā
Click 'Saveā
Click āPublishā > 'For Meā
Change lock device handler to new code:
Navigate to āMy Devicesā: https://graph.api.smartthings.com/device/list or
https://graph-na02-useast1.api.smartthings.com/device/list
Locate your lock and click on the name in the first column
Click āEditā on the bottom of the page view
In the āTypeā drop-down scroll to the bottom and select 'Universal Enhanced ZigBee Lockā
Click āUpdateā to save changes
NOTE: Hit force reconfigure in the mobile app once after installation to ensure lock gets the correct configuration.
Enjoy! Let me know of any issues or problems.