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.
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ā¦?
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.