Issue Setting Ramp Rate on LZW31 Dimmer

I am using Home Assistant to make these parameter changes. I am able to successfully modify some of the dimmer parameters using the zwave.set_config_parameter service (like minimum dim level) however I am not seeing the effects of the changes to some of the parameters. Here is what gets returned in the zwave log when attempting to modify the ZWave ramp rate (4). I was able to get parameter 3 to update after a few attempts… What am I missing?

2020-01-08 03:01:28.564 Info, Node008, Configuration::Set - Parameter=4, Value=5 Size=1
2020-01-08 03:01:28.565 Detail, Node008, Queuing (Send) ConfigurationCmd_Set (Node=8): 0x01, 0x0c, 0x00, 0x13, 0x08, 0x05, 0x70, 0x04, 0x04, 0x01, 0x05, 0x25, 0x74, 0xc8
2020-01-08 03:01:28.565 Detail,
2020-01-08 03:01:28.565 Info, Node008, Sending (Send) message (Callback ID=0x74, Expected Reply=0x13) - ConfigurationCmd_Set (Node=8): 0x01, 0x0c, 0x00, 0x13, 0x08, 0x05, 0x70, 0x04, 0x04, 0x01, 0x05, 0x25, 0x74, 0xc8
2020-01-08 03:01:28.571 Detail, Node008, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-01-08 03:01:28.571 Detail, Node008, ZW_SEND_DATA delivered to Z-Wave stack
2020-01-08 03:01:28.625 Detail, Node008, Received: 0x01, 0x05, 0x00, 0x13, 0x74, 0x00, 0x9d
2020-01-08 03:01:28.625 Detail, Node008, ZW_SEND_DATA Request with callback ID 0x74 received (expected 0x74)
2020-01-08 03:01:28.625 Info, Node008, Request RTT 60 Average Request RTT 79
2020-01-08 03:01:28.625 Detail, Expected callbackId was received
2020-01-08 03:01:28.625 Detail, Expected reply was received
2020-01-08 03:01:28.625 Detail, Message transaction complete
2020-01-08 03:01:28.625 Detail,
2020-01-08 03:01:28.626 Detail, Node008, Removing current message

1 Like

Has anyone else had this issue or is it just me? I’m going to upgrade to HomeAssistant v107.7 from v104.2 and see if that fixes things somehow.

Hey @belgian_style – sorry to resurrect an old topic, but I wanted to see if you were able to figure this one out?