[OBSOLETE] Lock User Management (LUM)

@Jrose there are many ways to do what you would like to do. Here are two different ways to achieve what you would like depending on your preference:

  1. The SmartApp cannot disable a keypad but users can be enabled/disabled based on the Mode of the hub. You can create two modes on your Hub, say ContactsOpen and ContactsClosed, and assign Mode type users in the app to be enabled when the mode is set to ContactsClosed. Then you can use a third party app like CoRE or WebCoRE etc to monitor your windows and change the hub Mode accordingly.
  2. The second way is to enable / disable the keypad on the lock if your lock supports it and if you’re using the Enhanced Universal ZWave Lock device handler. You can use CoRE or WebCoRE to monitor your window contact sensors and then use the custom commands to enable or disable your lock keypad from CoRE/WebCoRE. Please refer to the DTH topic for more details on this.

@Alunx to answer your question. If your lock support reporting fingerprints over ZWave, you will need a custom device handler to process the fingerprints usage. The Enhanced Universal ZWave Lock device handler has support to capture and process the RFID, Bluetooth and Biometric events if reported by the lock. You can refer to the DTH topic for more details.

Once the events are captured and reported by the DTH you can use this app and/or the User UnLock/Lock Actions app to process and take actions based on those events. That app is identical to this Lock User Managment app, except it is used for locks which don’t support programming (like fingerprint or rfid locks).

Hope this helps.