-
Notifications
You must be signed in to change notification settings - Fork 19
Install the lock manager integration
This integration can be installed manually, but the supported method requires you to use The Home Assistant Community Store. If you dont't already have HACS, it is simple to install.
Open HACS and select the Integrations tab. Click the + icon at the bottom right and search for lock-manager
. You will then get a message that the integration requires Home Assistant to be restarted. Please do so.
You need to create an integration for each lock you want to control. Select Configuration | Integrations. Click the + icon at the bottom right and search for lock-manager and select it. The integration UI will prompt you for several values. Below we are using the default entity names that are created for a Schlage BE469 lock.
Note: Renaming your entities is not required, but it's recommended to amend the door name to the end of your entities for your sanity, example: sensor.be469zp_connect_smart_deadbolt_user_code_backdoor
Use the dropdown and select your Z-Wave lock. The default for Schlage looks like lock.be469zp_connect_smart_deadbolt_locked
, this drop down will only show available lock devices.
The number of code slots or PINS you want to manage. The maxinum number is depedant upon your lock. Don't create more slots than you will actually need, because too many can slow your lovelace UI down.
Unless you are using an ID Brand
lock or a lock where the user codes do not start at slot 1, leave this as the default 1
, otherwise ID Brand
locks start at around user code 50 due to RFID/Bluetooth/etc codes.
Give your lock a name that will be used in notifications, e.g. frontdoor
If your lock has a sensor that determines if the door is opened/closed, select it here. The Schlage doesn't have one but you can use a third party sensor or specify any sensor here.
This sensor returns the slot number for a user that just entered their lock PIN. Schlage value: sensor.be469zp_connect_smart_deadbolt_user_code
This sensor returns the command number just executed by the lock. Schlage value: sensor.be469zp_connect_smart_deadbolt_access_control
The default /config/packages/lock-manager
should suffice.
If you are using the OpenZwave (ozw
) implemtation, make sure you check this box. For the native zwave
, leave this unchecked.