I have a red and black dimmer that I can not adjust any of the config options in homeassistant. When I got to the z-wave configuration page, and select the node. There is nothing under the Node Configuration Options. It may be a bug because when I click the drop down for Node Configuration Options the page freezes, and I need to reload it. This happens for both the Red and Black Dimmers but not my LZW36 or any of my other z wave devices. Any ideas?
Any one have ideas for this? I am running the native z wave integration, and checked the zwave files, and everything looks good.
I have this issue as well for my LZW31.
I have:
- Dropped in the manufacturer folders including manufacturer_specific.xml with the files from Inovelliâs github.
- Added LZW31.xml to the subfolder
HA recognizes it as a LZW31 dimmer, but when I go into the ZWave integration and choose Configuration Options, it just flashes at me.
I saw some threads about deleting the zwcfg_jklfjdlk.xml files, AND also about manually editing them. Unsure which will work, and a little at my end on making this work with HA.
I was able to get my LZW30 to work by reflushing everything, but the 31 version still wonât show config parameters. So frustrating! If youâre skimming this topic and have some thoughts, please drop them in! I have 15 of these and am about to return or switch back to ST if I canât get this to work
It sounds like you are using the old zwave integration?
Have you considered to moving to OpenZWave, which is the new official zwave integration for HA? Itâs a bit rough around the edges, but unlike the zwave integration itâs actually using a recent version of OpenZWave.
Thanks for the reply! Iâve been following the instructions here from @petro , given they are Official, but I did try the OpenZWave integration, and with my newness to HA I was unable to get any devices out of the VNC server. Meaning, I could add devices to my USB stick inside the VNC ozwdaemon terminal, but getting those devices to show up in HA didnât happen. Iâm a very technical person but couldnât see the bridge that happens.
Also, I have noticed that the .XML file from Inovelli contains invalid markup, looks like there are some extra tags. Iâll clean those up and see if thats the issue.
-
Home assistant is a web based system. That means browsers cache information and display it instead of providing new information. Try hitting CTRL+F5 to clear your cache and refresh the page.
-
If 1 doesnât work, when you made all the changes to the config files, did you exclude and include the device? Without doing that, the information doesnât get updated. Iâm sure there might be another way, but I did this to ensure the ozw_xxx.xml cache didnât need changed/deleted.
-
Use the .xml file I added in the directions. I doctored them to work with Ozw v1.4 thatâs built into HA. I donât believe (could be wrong) that the versions from v1.6 will work.
nic - MQTT is the bridge that connects them. If the OZW container was working and you could add devices to it then you had a MQTT server running that it was connected to since it wonât run without the MQTT server. So, you need to setup both the MQTT server integration AND the OZW integration inside HA and then it will work.
I run the stand alone OZW admin tool instead of using the terminal. It seems to work better to me. When you run it just click open and put the IP address of the device where the OZW daemon is running. The IP of your HA if youâre using the all in one and installing via the supervisor.
I run everything as Docker containers on unRAID so I use the IP address of the unRAID server for the admin tool.
@PJF thanks - thatâs the mental bridge I was looking for. Iâd had MQTT, etc all setup, just wasnât sure thats how OZW was pumping them into OZW. Will try that.
I am a little hesitant as that version is a beta, and given what Iâve encountered with HA Iâm learning to stick with the stable stuff. But then we wouldnât also be talking about trying a beta if that was the true case
@petro 1) I have refreshed cache 2) I exclude and include every time. 3) I wasnât able to use your XML files because there isnât one for the LZW31 (not SN) model. So, to be clear, is this Repo from Inovelli version 1.6 or v.14? I did see your notes in the official thread about how you had to backport, so if you donât have an LZW31 already backported, Iâll do the same. Someone had commented higher up in the thread that they used that repo, but what I didnât determine is they actually got it working or not
thanks everyone, will report back.
Honestly thatâs understandable, itâs not very intuitive at the moment. I think it is worth the trouble as the old integration is effectively a dead end.
There are four things needed:
- Install the Mosquitto Broker supervisor add-on
- Install the MQTT integration
- Install the OpenZWave supervisor add-on
- Install the OpenZWave (beta) integration
It sounds complicated, but its actually pretty straightforward to setup and there is minimal actual configuration needed as the defaults are basically setup to âjust workâ, other than needing to specify the path for the USB device in the OpenZWave supervisore add-on.
Looks like our paths crossed on timing - the OZW beta is up and running! And surprisingly, it just works!
For those reading this from the future:
- After you add devices in the GUI, you should expect to see them in HA. If not, something broken.
- On the Supervisor Add-In, I needed to add âlocalhostâ to the Network entries. They get removed later, but thats what kickstarted things for me.
- Donât do the reference to /config/openzwave/config as in the past. Leave the defaults.
- When you go into Configure, and launch the GUI, you donât need to click Start Local Client, you only need to launch OZWDaemon
- If you donât see your USB stick in that list of devices, something isnât right with your config.
- The GUI entirely shuts down after a change, youâll need to refresh the entire HA page to reconnect. (if the screen is blank, donât wait, refresh)
- You can use the âYâ key when the GUI asks you 5+ times if you want to cancel a command. (youâll know what I mean when it happens)