These devices has also caused me a few headaches on getting them working - but now they seem to run stable… at least until now, hopefully won’t have them pop like Martons.
Have you changed your zwave cache file?
Use this as input on how to configure your cache file "zwcfg_*********.xml that has been posted earlier : https://pastebin.com/TDi4S0P3
Make sure you have the right node nr. to what you are configuring
Type is important - it has to be 17 and not 24 as it is identified as.
Type 24 is a switch
Type 17 is a dimmer, giving the “level” attribute
One of the issues I had with mine was, if I made changes to the config file and did a clean restart (using the service to restart HA) when HA shuts down, it write current config to cachefile, thereby overwriting your changes - so I had to hard reset my HA instance to get it to accept the manual changes I made to the zwcfg file.
I’m not following you here:
“One of the issues I had with mine was, if I made changes to the config file and did a clean restart (using the service to restart HA) when HA shuts down, it write current config to cachefile, thereby overwriting your changes - so I had to hard reset my HA instance to get it to accept the manual changes I made to the zwcfg file.”
It seems I have same problem; restart HA and it overwrite the config file with the old version.
Since I’m not über-level expert (I’m a beginner), I don’t know what “I had to hard reset my HA instance” means… can you specify that?
Tips: Before editing the z-wave config file, you need to stop the z-wave network. (it’s due to the the z-wave config file is stored inside the USB stick when it is running)
So the simple way to edit the file is to stop the z-wave nework, edit the file, save the file and restart HA to apply the changes (it might be sufficient in many case to only restart the z-wave network to apply the changes, but better be safe that sorry)
Done that and it works… I can even use the shit in Note-Red now
But I had to do it 4-5 times, before it can through …
Thx to you all
BTW: I had one Matrix that stop working on the dim-extension (the internal dimmer), so I can’t recommend using the Logic Group internal dimmer in the long run. I have connected Fibaru Dimmer 2 directly the the lamp and are now only using Matrix for on/off
I have tried to adopt your changes to my configuration. Now I have 4 switches and 4 lights. The lights can be turned on in HA, but they don’t do anything and automatically turns off again. The switches seem to work, however when I press one of the physical switches it is not reflected in HA at all.
Personally I turn off all the switches and set the leds to only trigger on external events. This can be done in the config of each node via the z-wave interface in HA.
I listen for z-wave scene changes and then use these in Node red.
What does the z-wave log look like? Are you seeing any event there? If not then it would appear that the correct config has not been made in the zwcfg_*********.xml
I just updated to the new Z-wave JS. The switches worked right out of the box. However, I lost the ability to manipulate the light on each switch. However, I presume that functionality will come.
Looks like a much more solid approach for Z-wave and great to see the Matrix does not require a lot of work for at least the button presses.
I’m using the new Z-wave JS integration via the Supervisor. Can I ask where I make this modification? Does it then expose each led as an entity in the light domain?