I trying the Lock Manager to my ST im kinda new to this and im not so technical. i followed the instruction to of the lock manager but the add user code not showing to my app tried to look in the SmartApps. please help me improve my lock. im using Schlage Connect BE469 Z-wave deadbolt, the Alarm works, Auto lock and Lock and leave work perfect.
Just want to add and delete user via app. is that possible?
Sounds like you donāt have the custom device driver code active on your locks. You must install the custom Device type handler for your lock, and then activate it through your device list on the IDE.
Can you make sure you only have 1 instance of the app running in your location? Go to Automations, then āSmart Appsā . If you have two or more, they will interfere with each other and cause issues.
Sounds great! Iāll see if I canāt debug this issue. Iām surprised that you get a log of ālocked by keypad.ā I didnāt think that the 910 supported that. I THINK everything should log as āmanual lockā
Thanks for responding, I only have one. I do have two locks on it, a kwikset (on another door) and a schlage, using the same code, not sure if thatās an issue?
Maybe. Are both online and working? Itās possible that if 1 of the locks is MIA, the code could go into a disabled state because of it. Iāll try looking into that scenario this weekend.
I believe I do have it installed and activated. That is the part that is on page 7 of the guide. āNote: If you have a Schlage touchscreen lock, you may choose āzwave-schlage-touchscreen-lockā all
other locks select āZ-wave Lock Reportingāā I selected and published the Z-wave lock reporting.
And then, I go to activate the lock but donāt know exactly which ātypeā to
choose. In the guide it shows āz-wave lock reportingā but that is not available. There is just āZ-wave lockā and"Z-wave lock with reporting" I have tried both with no progress.
I bet thatās itā¦ I remember reading that and scrolling to the bottom, but not seeing it. I then went back up and selected the next closest thing, thinking that it may have been updated since publicationā¦
I have 5 Schlage Connect locks and have been using Erikās old User Lock Manager app for several years. Today I decided to update to the new app. I deleted the old app and installed the new app using the guide. I added 1 lock using the āgaryd9 : Z-Wave Schlage Touchscreen Lockā device handler pulled down from the GitHub repository. It saw the lock status and the current codes in the slots. I added my 4 users in and it doesnāt seem like it tried to overwite them or anything. Then I added a brand new 5th user. When I go to the lock info I see the personās name in the slot but no code has been set. The IDE logs show the attempt to set the user code in slot 5 but it seems to be in a loop. After a while I go in and look and for Slot 5 it says āController failed to set user codeā. I am also unable to control the lock from within the app. If I unlock using my own code physically using the keypad, under the Recently tab for the lock I can see the unlock happen and the associated routines run (hallway lights turn on), sends SMS, etc. So it seems like I have some kind of partial communication with the lock. Iāve disconnected the batteries and put them back in after 30 seconds and nothing changed. Iāve tried doing a Reset User several times now in an effort to set the code but I seem to be stuck in this loop. I attempted to added another one of my locks and itās the same issue, Slots 1-4 existing are good. Slot 5 goes into a loop. Any suggestions?
Hi guys, sorry originally posted this in the wrong forum, but I was curious if itās possible to have a user code be active in multiple modes? When you pick a user then go to āschedule (optional)ā it has an allow access only when in this mode. What if you want a user to be active in several modes including āaway, home, vacationā but donāt want it activated in āsecure nightā or something. Is there a way to have a user code be active in multiple possible modes instead of just one?
Just installed Lock Mgr with my Yale 220. Great work - thank you!
I have three remaining questions:
i do not see the mastercode - it does not reserve a slot? and it is not possible to edit through the app, correct?
when closing the lock I get notifications stating which user did it. this is sonewhat confusing as it could be any user or non user buy just putting their hand on the touchpad, Is it possible to change that behaviour?
Is it possible to disable notifications when a device/user is present ? Similiar to ādo not run action if user is presentā
jacintoj, How were you able to get the zigbee YRD210 working with code management?
First, it was setup with default smarthings DTH that is lacking codes. So Iāve installed the DTH from jhamstead ([DEPRECATED] - Universal ZigBee Lock DTH with Lock Codes) and applied it to the lock. It made bunch more features show up, including disable and enabling the keypad.
Then I installed the Lock Manager from this thread. When I add the lock inside lock manager, nothing shows up referencing the codes other than a notification if an incorrect code is entered n-times.
Unfortunately, Iām not clear on what you are asking. Make sure all of the additional lock manager child apps are installed. If everything is installed correctly, you should see ācode added for user Xā in your recently tab for your lock.
Thatās correct, Mastercodes on [all?] devices are not accessable through ZWave protocol.
Are you saying that you get a notification that a particular user locked the lock? Is it always user 1?
Not at this time, but thatās a good feature request.
No, but itās a feature thatās on the olde to-do list.
Your lock could be in a state where it thinks it knows what the codes are in 1-4 but it doesnāt truly know. Thereās a problem right now that Iām trying to solve that when you install Lock Manager in a non-null state, what you should be really doing is doing a full factory reset on the lock to clear any codes, that way there are no conflicts on the lock that would cause issues.
Follow the Schalge user guide to clear all codes from your lock. This may also delete the Zwave pairing, so you may have to add it to your SmartThings platform again, and ensure that itās set to the correct device handler in the IDE. After that, program the codes in from a fresh start and you should be well on your way.
I figured it out. I was doing everything rightā¦ but I wasnāt the owner.
I was setting this up at my Dadās lake house, and he added me as a user. So I was in the IDE doing all this under my account. ~95% of it all worked as this āsecondaryā user in the IDE. I got a clue when the Live Logging was completely empty.
@ethayer: No, random users that used the lock before. I get notification like āuser xx has locked the doorā. I did not yet figure out what triggers the different names, yet. In any case it seems odd as locking does not require a code and therefore cannot be attributed to a certain userā¦
Hi,
I believe I did everything you did but my final step was to hit the Force Reconfigure button. What I found that this did was wipe out all the codes that I had manually configured on the lock. I went ahead and setup the codes on the Smartthings app and tested everything successfully after that. Hope this helps.