No there should be one called input_text.garage_door_status_report
Are you using 6 digit codes on your lock?
My other locks use 6 digits. I factory reset this one when I removed it from my other system (SmartThings). I would like to set this up using 6 digits so everyone can keep using the same codes. I didnât see where to set the amount of digits for the code.
Sorry, I wasnât thinking. I set the code length through the lock and it allowed the 6 digits but it still does not accept the test codes. I disconnect/connect and the codes do not work.
Try 4 digits for now until you get it working. Have you been able to set a code using the service?
I changed the code length to 4 through the lock. I then changed the code from 123456 to 1234 for code slot 1. I disconnected/connected and then tried to use the code on the lock. It did not work.
I seem to have the integration somewhat connected. I have two locks âfrontdoorâ and âbackdoor.â I renamed the locks to those names. All of the entities were renamed with that name + function + â_frontdoorâ or â_backdoor.â I can lock and unlock the locks just fine.
I am not getting frontdoor and backdoor yaml for lovelace. I am somewhat new to hassio and could use some help.
Correct, multiple times.
Only thing I can thing for you to do would be to try a refresh while in the Integrations
menu by using the F5 key.
Sorry I thought you were referring to the door sensor the whole time
That sensor is a sensor
type not binary_sensor
, strange that youâre lock isnât displaying an entity for the use code.
What type of lock do you have again?
Hi! I did the instalation trough HACS, then I add the lock manager integration then reboot home assistant, but no files where created in /config/packages . Iâve got native zwave so I installed the master package, and HASSIO 0.115.5 running in a docker container.
Schlage Connect BE469
Go to dev-tools -> Services
Service: lock-manager.generate_package
Data: lockname: lock10
This will generate the files for you.
Double check for disabled entities on your lock.
Example:
Hard to say since it looks like youâre using zwave2mqtt, but youâll want to change the binary_senor
template to a regular sensor
template. Keep in mind youâll not get the notices of âSoandSo Keypad unlockâ
Now I have the same problem, could you set a 4 digit code yet?? With the developer tools I can do it with lock.set_usercode⌠but no with the lock manager cards
No, I still have not gotten the lock to accept a code. It looks like from my OZW logs that nothing is being sent to the lock. If I use an entity card for the lock I can unlock/lock (no code) and I can see things being sent in the OZW logs.
I donât have a lock.set_usercode in my Developer Tools. Mine is input_text.garage_door_pin_1 and I can see my PIN there.