Inovelli Dimmer Switch RGB notification not configurable?

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.

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

If you have the Red series, it looks like parameter #8 is for the auto-off timer. You probably want #16. The topic you linked is probably for the non-Red switches.

I would advise following the instructions here so you can set the parameters from the config panel.

Well. That was easy. Thank you.

No problem. You don’t need the config files if you’re fine with the “unknown” manufacturer and product name, and just setting config parameters with the service calls.