[OBSOLETE] Lock User Management (LUM)

Are you using the recommended custom device handler? Also PM the live logging output to me to analyze.
Note that each time you open and reprogram the codes it will reprogram all codes for security and reliability purposes

Same here, I would pay for this.

I agree, and am happy to assist if @RBoy is interested. I could write a web app to parse the ICS files or VRBO API to assist with this integration and rental functionality.

I think thereā€™s a market for this, and your app would be a nice fit.

1 Like

We have a prototype up and running but need more time to thoroughly test it. Try to harden it to commercial grade needs.

###Multi User Lock Code Management with Notifications and Actions - Version 4.4.0

  • Added support for notifying if the door has been left open for a period of time (with mode filters)
  • Added support for automatic relock when controlling multiple doors from a single SmartApp
  • Various other UI improvements

Thanks to DnCCrew for this step:

To set the hub Location, from smartphone app:

  1. Clicked on the 3 lines (top right corner)
  1. Clicked on gear icon (top right)
  2. Click area that says ā€œTap to set where home is on the mapā€ and zoom in to correct location on map.
1 Like

Your app already had thisā€¦yes?

Yes and no. Yes as in the basic functionality was there but with multiple doors the timeouts could get butchered. Now it handles it more elegantly and cleanly honoring the respective timeouts.

Any idea why switches that are configured to turn on after dark when a code is used might not be working?

The main setup has this, as well as some individual codes that have specific configurations, and neither seem to toggle the switches on after dark.

Communication issue with your hub or platform problem. Likely the former, reboot your hub and do a z-wave repair. Iā€™ve been having comm issues all week until I repaired the network.

Thanks very much for this app. Everything is installed and working, and Iā€™m lovinā€™ it! Iā€™m using an Unlock Action to disable SHM when our pet sitter comes/goes.

I was hoping to set up a Lock Action that would arm SHM along with the Yale feature that allows locking from the outside only with a code.

Is this in the app, or is there a way to accomplish this, and Iā€™m just missing it? Ideally, the action would Arm (Away) when the user locks the door with a code IF everyone is away. If not, is it on your roadmap? It seems like it would be simple to create.

Thanks in advance.

Thank you, I went ahead and tried this. Its hard to see if this will solve it, since the event only occurs when the door is unlocked after dark, but Iā€™ll keep my eye out to see if this solves it.

Iā€™m not totally convinced its communications, because there are no other communication issues with the lock - I get all of the push notices when it is unlocked. Additionally, the distance to the door is less than 10 feet, and thereā€™s a repeating switch within 2 feet of the lock.

But hopefully the reboot and zwave repair will solve the issue. Iā€™ll keep an eye on it. Thanks

Yep, on popular request from users itā€™s being added and should be released today.

Fantastic! Thanks very much!!!

###Multi User Lock Code Management with Notifications and Actions - Version 4.5.0

  • On popular request, added option to execute a routine when the Lock button on the external keypad of the lock is pressed. Each locksā€™s routine can be configured individually. This functionality only works if the lock supports it (e.g. Schalge BE469) and also requires the use of the Universal Enhanced Z-Wave Lock device handler version 2.9.0 or later

Thanks to DnCCrew for this step:

To set the hub Location, from smartphone app:

  1. Clicked on the 3 lines (top right corner)
  1. Clicked on gear icon (top right)
  2. Click area that says ā€œTap to set where home is on the mapā€ and zoom in to correct location on map.
3 Likes

###Multi User Lock Code Management with Notifications and Actions - Version 4.6.0

  • On popular request, added option to execute a routine when the Lock button on the external keypad of the lock is pressed. Each locksā€™s routine can be configured individually.
  • Also added the ability to set individual actions when users use their codes to lock the door. e.g. Run Routine X when user 1 locks the door using their code and do nothing if user 2 locks using their code.
  • Also added the ability to display tamper notifications in addition to jammed and invalidCode notifications

This functionality only works if the lock supports user code locking/one touch locking via the keypad (e.g. Schalge BE469, Yale YRD220/240) and also requires the use of the [Universal Enhanced Z-Wave Lock] ([RELEASE] Universal Enhanced Z-Wave Lock Driver for Schlage, Yale, Kwikset, IDLock, Popp, Danalock, August Pro, Keywe, Philia, Samsung) device handler version 2.10.1 or later

Thanks to DnCCrew for this step:

To set the hub Location, from smartphone app:

  1. Clicked on the 3 lines (top right corner)
  1. Clicked on gear icon (top right)
  2. Click area that says ā€œTap to set where home is on the mapā€ and zoom in to correct location on map.

EDIT: Please note this version has simplified the user interface, so please CHECK and VERIFY your notification settings. These are now on the first page under door lock/unlock actions.

1 Like

Using version 4.5 I was unsuccessful in getting my goodbye routine to run on locking the door of my schlage be469

EDIT: I went to update to 4.6 and latest DTH and received an error when updating the DTH that last attempt did not update correctly.

I assume this is why the function was not working correctly.

With version 4.6 I have a questionā€¦

I see that the ā€œRun routine on user lockā€ has both general settings and individual settings per user.

NICE!!!

The verbiage used is the same for both, however. Both say ā€œcan be locked outside with user codesā€

Is keying your user code 1st then selecting the Schalge button how the function is supposed to work both scenarios?

Can we not just set a door to run a routine when selecting the Schlage button?

I hope that question made sense.

1 Like

I have the Schlage Connect lock. I created 6 different users and codes for each of them. First step I took was to delete all existing codes, then changed to the code length from 4 to 6 digits. Iā€™m keeping getting Code x is not set and the codes wonā€™t work. I can lock and unlock using the Smartthings which tells me the lock is talking to the hub.

UPDATE: never mind, it is working now

1 Like

Yeah, Iā€™m learning to be patient with Z-Wave

1 Like

Yes thatā€™s what weā€™ve been spending considerable time planning and trying to implement in the simplest/easiest manner possible.
Both Schlage and Yale have two modes of operations:

  1. Press the button the keypad and it locks the door (no code required, Schlage calls this lock and leave and Yale calls it One Touch Lock)
  2. The user needs to enter the code and then press the button to lock the door

The new Z-Wave Enhanced Lock DH now support both these modes and this smartapp can process both modes. Depending on how youā€™re configured your lock you can correspondingly configure your SmartApp.

If the SmartApp detects from the DH that a code was used to lock itā€™ll look for the user specific routine if configured or fall back to the generic whole app routine for external lock.
If the SmartApp detects that no code was used (One Touch/Lock & Leave) then it looks for the generic whole app routine to run.

Does that help? Is the functionality confusing, weā€™re open to feedback on how to make it easier.

EDIT: I know many folks prefer to use the stock DH but since the stock DH has a few bugs in this area they will need to update to the custom DH to use these features, however weā€™ll work with ST to reverse integrate some of these bug fixes and features back into the stock DH so that the basic functionality of user codes lock and external lock events can be used.