Has anyone set up the LZW36 Fan/Dimmer switch with the Home Assistant addon Zwave2MQTT?
I set one up this weekend, but it only has 1 user config variable to set the “brightness”. I have heard that there should be 3 (1 fan, 1 light, 1 both). I made sure to update the Zwave database and refesh node info (from the toggles in Settings), but still only the 1 config.
Any ideas how to get this working properly?
Edit: For reference the add-on uses OpenZwave 1.6.974
I mainly wanted to make sure the file was present and loading correctly. Are all the configuration options showing up for this device?
If not, have you tried the steps on the known issues page of the zwave2mqtt integration page?
My setup is through docker (I am not using the integration), so all my config files are in a different place from yours. That makes troubleshooting more difficult since I have to figure things out as we go.
I do seem to have all the configuration options. I was also able to get out my ozwcache.xml file. It seems mine does not have the correct instances on CommandClass 38 that I have seen in other threads.
Here is a link to the Fan/Light Dimmer config (https://pastebin.com/hDCegkGg). If you post yours, I can compare them as well.
And if it is the config, is there a way to reset it for this device to “re-configure” itself through Zwave2mqtt?
Edit: I guess if I can find the differences in our ozwcahce files, I could just add the missing lines to mine right?
Yes, I have that option checked. Also I have changed controllers from a Go Control to a Aeotec Gen5 and still having the same issue. I checked assume awake, and unchecked refreshdevice, and finally got it to add successfully, however it is still not controllable with the following in the log.
OpenZWave Info, Node006, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
OpenZWave Warning, Node006, WARNING: Device is not a sleeping node.
When I change the control using the bright/dim buttons in the UI the lights on the switch light up like I think they should, however I think my controller in the fan is now out of sync. These are my first Z-Wave devices in this house using Home Assistant. Was using Smartthings for years, and I did not have this much problems getting the controls to work.
Now I am getting dead nodes with a expected callback that is correct from what I can tell.
2020-08-08 18:06:30.885 Detail, Node002, ZW_SEND_DATA Request with callback ID 0x23 received (expected 0x23)
2020-08-08 18:06:30.886 Info, Node002, WARNING: ZW_SEND_DATA failed. No ACK received - device may be asleep.
I was able to fix most of my issues by running home assistant in Hyper-V and switching to Zwave2MQTT running in node js compiled from master. Additionally I updated the firmware of the LZW36 to the beta firmware. Still not sure what my original issue was.