Assistance with lock-manager

Does anyone have any experience with Home Assistant lock-manager by FutureTense ?

I’ve spent two days now trying to install it unsuccessfully for my Schlage BE468 locks, following the README instructions exactly each time.

  • I installed lock-manager via HACS
  • I created an integration for my first Schlage lock lock.basementdoor_locked_2_basementdoor
  • I didn’t see a “user code” entity (" sensor.be469zp_connect_smart_deadbolt_user_code ") as referenced in the instructions so when it asks for User Code Sensor from the pull-down, I select the one it suggested (sensor.basementdoor_alarm_level_basementdoor)
  • I copied the code from basementdoor_lovelace and add it to my Lovelace UI.
  • In the HACS “Frontend” menu, I added the (3) required modules: lovelace-auto-entities, lovelace-card-tools, and lovelace-fold-entity-row.
  • In my configuration.yaml file, I added both the input_boolean: and binary_sensor: entries.

When I look at my Lovelace dashboard, all lock code entries say things like " Entity not available: input_text.basementdoor_name_1 ", " Entity not available: input_text.basementdoor_pin_1 ", " Entity not available: input_boolean.enabled_basementdoor_1 ", " Entity not available: input_boolean.notify_basementdoor_1 ", " Entity not available: sensor.connected_basementdoor_1 " ( …amongst some others in the debug section… )

I attempted to remove the lock and add it back to via HASS Z-Wave to see if it would add any different / missing entities, however it just added back the same 9 that were associated the first time.

I’ve repeated the instructions so many times. It seems as though the integration addition should possibly be adding more entities that aren’t being added, maybe? It only ever adds code slot entities, sensor.basement_code_slot_1

Does anyone have any idea for what I might be doing wrong here?

I am having the identical issue. Did you ever solve this?