ZwaveJS and user locks

Hello!

I have a schlage lock and using ZwaveJS.

I would like to explore ways of managing user codes. It seems like there is a service for that, however I cannot make it work with my schlage. (At least from the UI)

Maybe I’m missing something? See the screenshot, the entity list is empty.

Nevermind.

The UI does not work, but if I enter in YAML mode and I manually enter the entity of the lock, it works. Not sure if it’s a bug of the ZwaveJS integration but I will report it.

YAML example:

alias: Set code serrure entrée
sequence:
  - service: zwave_js.set_lock_usercode
    data:
      code_slot: 5
      usercode: 2222
    entity_id: lock.entree_serrure_current_lock_mode
mode: single

KeyMaster is a pretty nice integration for managing user codes… highly recommend

1 Like

This is what I will try tonight. Thank you!

How did this go. Did it work well for you ?

It’s been a year, but if I remember well I installed Keymaster but I had issues and decided to not use it.

But I did not worked in that very long, it was probably just a stupid thing.