Dimmer Switch RGB notification not configurable?

Home Assistant user here. I have the new Red series dimmer and I just got all the fancy scenes set up. I can’t seem to get the notification LEDs to respond to me though. I’ve tried everything here to no avail, including the Node Red custom node.

zwave.set_config_parameter

{
  "node_id": 2,
  "parameter": 8,
  "size": 4,
  "value": 74975765
}

Neither this nor any of the other values I copied from the above thread or from the spreadsheet do anything. I’m 100% my switch’s node id is 2, as that’s what I’m using to control the button presses.

What could I be doing wrong? Is the parameter not actually 8? Are there further zwcfg_*.xml settings I’m missing?

According to the logs, it’s receiving the messages, but the light doesn’t change. It’s forever blue.

2019-11-25 22:41:25.249 Detail, Node002, Removing current message
2019-11-25 22:41:25.384 Info, Node002, Configuration::Set - Parameter=8, Value=34211199 Size=4
2019-11-25 22:41:25.384 Detail, Node002, Queuing (Send) ConfigurationCmd_Set (Node=2): 0x01, 0x0f, 0x00, 0x13, 0x02, 0x08, 0x70, 0x04, 0x08, 0x04, 0x02, 0x0a, 0x05, 0x7f, 0x25, 0x58, 0x9e
2019-11-25 22:41:25.384 Detail,
2019-11-25 22:41:25.384 Info, Node002, Sending (Send) message (Callback ID=0x58, Expected Reply=0x13) - ConfigurationCmd_Set (Node=2): 0x01, 0x0f, 0x00, 0x13, 0x02, 0x08, 0x70, 0x04, 0x08, 0x04, 0x02, 0x0a, 0x05, 0x7f, 0x25, 0x58, 0x9e
2019-11-25 22:41:25.392 Detail, Node002,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-11-25 22:41:25.392 Detail, Node002,   ZW_SEND_DATA delivered to Z-Wave stack
2019-11-25 22:41:25.410 Detail, Node002,   Received: 0x01, 0x07, 0x00, 0x13, 0x58, 0x00, 0x00, 0x03, 0xb0
2019-11-25 22:41:25.410 Detail, Node002,   ZW_SEND_DATA Request with callback ID 0x58 received (expected 0x58)
2019-11-25 22:41:25.410 Info, Node002, Request RTT 25 Average Request RTT 25
2019-11-25 22:41:25.410 Detail,   Expected callbackId was received
2019-11-25 22:41:25.410 Detail,   Expected reply was received
2019-11-25 22:41:25.410 Detail,   Message transaction complete

As a note, this is a duplicate question that I asked on the HA forums.

Thanks to an HA user, I got an answer pretty quick.

“parameter”: 16

I haven’t found out where that comes from since the manual I have says parameter 8 is the correct one, but at this point I don’t care because it’s working!

1 Like

maybe a typo from a difference of parameter between on/off switch vs dimmer. At least you got it working !

And just in case you didn’t see this in the other forum, check out:
https://community.inovelli.com/t/visual-notification-led-calculator-updated-for-lzw31-sn-dimmer

It makes short work of coming up with the code for parameter 16.