I’ve been using Z-Wave JS addon for a while to manage zwave devices. I now want to try using Z-Wave JS UI to set a parameter that is not yet supported by the official Z-Wave JS addon.
I just installed the Z-Wave JS UI addon, and I think it is connected to Z-Wave JS. I’m a little confused, is there any more configuration I need to do before it will work? As none of my devices are showing up in the Z-Wave JS UI. I thought I only needed to setup my USB device/etc if I was using MQTT gateway (Which I don’t think I need).
The add-on has its own documentation you should be following for configuration. Every add-on has documentation on a separate tab of the add-on’s page, so the same instructions are available there.
Does this look correct @freshcoast? I’m trying to override minimum dimmness value on the new inovelli red series firmware. It is supposed to be able to go above 45.
That looks correct to me. Is it not working? If this is the LZW31-SN, where do you see that the minimum dim level has been relaxed to values > 45? I checked the firmware change log and couldn’t find anything.
Double check that the firmware was updated properly. The firmware update currently doesn’t work in HA, using the update entities. The updates were also pulled (yesterday) from the update service until this problem can be addressed.
Oh, and 1.61 is a beta firmware so it’s not exposed via the update service. Presumably you updated manually then… I’d still confirm the version is correct.
The official add-on does not support the ability to use custom configuration files. You can do it if you access the data volume directly, but that is unsupported.
Ok. Do you know where the official configuration files are on GitHub so I can do a pull request? Nobody should have to go through the pain I have with flashing different versions and testing the minimum dimmer value. Lol
I think there was a misunderstanding. You could use custom config files in the official add-on, but you need to manually access the docker volume that contains the cache directory and copy in the files. Accessing add-on files is not officially supported, so this is not a good solution for most users. If you know how to, go for it.
On the other-hand, Z-Wave JS UI has a directory browser that lets you upload files, which you can use to upload custom configuration files. See the doc link I posted previously. Anyone can do this without any hacks.