KeyMaster Z-Wave lock manager and scheduler

What am I missing to get the xml file to update codes

I am still on the zwave integration, when I try to add through HACS, all options have ā€œ-ozwā€ other than
ā€œmaster.ā€ I tried using the master option, but after going into Configuration -> Integrations -> + -> Lock-Manager and setting up the sensors and clicking submit I donā€™t get any generated files in my packages folder. Is the regular zwave integration no longer supported and I now have to move to ozw? I have been following this for months and could never get it to work, started out with issues running script.sh and came back recently to check on the progress to find a simpler setup, but still doesnā€™t seem to want to work for me.

1 Like

There is a PR to merge to two types into a single version. Await the next release.

Iā€™m not sure what Iā€™m doing wrong. I added the lovelace code. Then I edited the ā€œgarage door Codes and Configuration View Configurationsā€. I clicked on Badges. There were some other entities listed but I removed them until just the lock entity was listed. When I saved it, this is the view I got. Is there a certain card I am supposed to add?

You need to add packages to your config. Search the thread itā€™s been mentioned a few times.

Do you know if itā€™s possible to add those packages to the integration?

Iā€™m not aware of a way to.

Dang, I added a binary sensor to my config, it shows up in entites, but I canā€™t select it in the integration menu. Nothing shows up in the dropdown.

I assume youā€™ve already restarted Home Assistant as well?

Iā€™ve gotten closer. After adding packages to my config I ran into another error but I found I had added a space where it should not have been. That fixed my config. Now I have some options but a new error. I cannot add a name or PIN but I can flip the 2 switches.

Thatā€™s a HA UI thing, click on Name or PIN and enter the info, then after that it will work from the lines.

I click on each line but it wonā€™t let me enter any information. Iā€™ve tried clicking on ā€œEditā€ on the bottom of the card but it does not give me the option to enter a name. Also, the PIN does not fill in either.

No click the word ā€œNameā€ and ā€œPINā€, youā€™ll get a more-info box popup where you can enter the info.
Then from then on youā€™ll be able to edit it directly from the UI.

OK, I was trying to click on ā€œunknownā€. I got the name and PIN entered but I still receive the error message. Is there something else I am supposed to do to get the options to set number digits for code, etcā€¦?

image

That red error box is due to missing the fold-entity-row lovelace card. Itā€™s listed in HACS under Frontend

Thanks, I added the custom repo and I have the advanced options. Is there a way to set how many digits the code uses or do I have to do that through the lock? I set a test code but the lock does not unlock when using it. I am able to use the lock card on the Overview dashboard to unlock/lock. I have restarted HA.

Once you enter the code and turn on ā€œenableā€ it should send the code to the lock.
Check your log for errors.

I clicked enabled so it would disconnect and then I clicked enabled again so it is now connected. I tested the code (123456) but when I got 1234 entered, it gave me an X and stopped me. I looked at the log and this is the only thing there. There are no other issues.

2020-10-03 12:08:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for lock-manager which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-10-03 12:08:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.

Check the input_text.<DOORNAME>_status_report sensor in the dev-tools and see what it reports after you attempt to set a code.

Is this what you are looking for?