FutureTense / keymaster

Home Assistant integration for managing Z-Wave enabled locks
MIT License
218 stars 44 forks source link

ISSUE: Unable to select user code sensor for Schlage Connect Z-Wave Lock #350

Closed thefinn93 closed 5 months ago

thefinn93 commented 5 months ago

Describe the bug Per the Install wiki page I should be able to select a user code sensor to determine which user code was used to unlock the door, however I'm not seeing an option to select that sensor, only sensor.fake

My lock is the Schlage BE469ZP mentioned on the wiki page under that section.

Environment (please complete the following information):

Logs Not seeing any relevant log entries

Screenshots image

Additional context I just installed this lock and added it to HA an hour or two ago, and added HACS and this component. I'm not sure if there's some delay in this sensor showing up or something?

firstof9 commented 5 months ago

1) you likely won't want to utilize 30 slots, you should lower that number to the amount of codes you're actually going to use 2) you will not see the extra sensors unless they are enabled, they are not required anyways

thefinn93 commented 5 months ago

Thanks! How do I enable the extra sensors?

firstof9 commented 5 months ago

enable them from ZwaveJS they'd be a disabled entity under the "sensors" category.

thefinn93 commented 5 months ago

under Settings -> Add Ons -> Z-Wave JS -> Configuration? I'm not seeing anything about sensors, even with "Show unused optional configuration options" enabled

firstof9 commented 5 months ago

no the zwavejs integration in HA

firstof9 commented 5 months ago

keep in mind you do not need these sensors, there are events emitted that will output the name you've associated with a code slot

thefinn93 commented 5 months ago

how do I see those events then? I tried entering a user code and I wasn't able to find the relevant event. Also not seeing any option in the Z-Wave JS integration to enable any extra sensors. I looked in the hub configuration and the device specific configuration. Unless it's called something weird?

firstof9 commented 5 months ago

It's explained in the wiki here.

thefinn93 commented 5 months ago

ahh, so the data won't just show up in the stock log book because it's like an extra attribute to the event. Thanks.