Well, while I now have the options to set the value I need, It still isn’t working.
I’ve tried setting the required values both via the config as well as via the actions (service) which now shows successful when attempting to set parameter 11, though 11 isn’t the only new option I’ve tried changing. I also tried 14 and 15 (LED color and brightness) and neither of those appear to be changing either.
If I go in and change the LED to be on when the light is on, instead of off as soon as I set that I can see the indicator LED on the switch blink a few times, then turn on or off accordingly. When I make the changes to the other parameters, the ones I really care about I don’t get that.
Here are the z-wave logs. I am running the most recent version of Z-Wave JS available in HA.
Successful, when I attempt to change parameter 2 which is the change of the LED on/off on power state:
2024-12-10T23:52:25.316Z DRIVER one or more queues busy
2024-12-10T23:52:25.322Z SERIAL » 0x011c00130d159f0320001fc73536414ef6bdb41479d257e2a649362555dc (30 bytes)
2024-12-10T23:52:25.324Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 85
└─[Security2CCMessageEncapsulation]
│ sequence number: 32
│ security class: S2_Unauthenticated
└─[SupervisionCCGet]
│ session id: 36
│ request updates: true
└─[ConfigurationCCSet]
parameter #: 2
reset to default: false
value size: 1
value format: SignedInteger
value: 1
2024-12-10T23:52:25.330Z SERIAL « [ACK] (0x06)
2024-12-10T23:52:25.333Z SERIAL « 0x0104011301e8 (6 bytes)
2024-12-10T23:52:25.335Z SERIAL » [ACK] (0x06)
2024-12-10T23:52:25.337Z DRIVER « [RES] [SendData]
was sent: true
2024-12-10T23:52:25.414Z SERIAL « 0x010500135500bc (7 bytes)
2024-12-10T23:52:25.415Z SERIAL » [ACK] (0x06)
2024-12-10T23:52:25.417Z DRIVER « [REQ] [SendData]
callback id: 85
transmit status: OK
2024-12-10T23:52:25.508Z SERIAL « 0x01170004000d119f031800ed2ca5751a72f96a0a99eeddc1ff (25 bytes)
2024-12-10T23:52:25.517Z SERIAL » [ACK] (0x06)
2024-12-10T23:52:25.522Z DRIVER « [Node 013] [REQ] [ApplicationCommand]
└─[Security2CCMessageEncapsulation]
│ sequence number: 24
│ security class: S2_Unauthenticated
└─[SupervisionCCReport]
session id: 36
more updates follow: false
status: Success
duration: 0s
2024-12-10T23:52:25.528Z DRIVER all queues idle
And here is the log from when I attempt to set parameter 11 to disable the physical button locally:
2024-12-10T23:54:08.464Z DRIVER one or more queues busy
2024-12-10T23:54:08.469Z SERIAL » 0x011c00130d159f03220008641382d1a9dabdd0b43c751bc882691c2557cf (30 bytes)
2024-12-10T23:54:08.471Z DRIVER » [Node 013] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 87
└─[Security2CCMessageEncapsulation]
│ sequence number: 34
│ security class: S2_Unauthenticated
└─[SupervisionCCGet]
│ session id: 38
│ request updates: true
└─[ConfigurationCCSet]
parameter #: 11
reset to default: false
value size: 1
value format: UnsignedInteger
value: 0
2024-12-10T23:54:08.478Z SERIAL « [ACK] (0x06)
2024-12-10T23:54:08.481Z SERIAL « 0x0104011301e8 (6 bytes)
2024-12-10T23:54:08.482Z SERIAL » [ACK] (0x06)
2024-12-10T23:54:08.484Z DRIVER « [RES] [SendData]
was sent: true
2024-12-10T23:54:08.563Z SERIAL « 0x010500135700be (7 bytes)
2024-12-10T23:54:08.564Z SERIAL » [ACK] (0x06)
2024-12-10T23:54:08.567Z DRIVER « [REQ] [SendData]
callback id: 87
transmit status: OK
2024-12-10T23:54:08.654Z SERIAL « 0x01170004000d119f031a00a891290491ccf012e6d8cd4a8ce8 (25 bytes)
2024-12-10T23:54:08.658Z SERIAL » [ACK] (0x06)
2024-12-10T23:54:08.661Z DRIVER « [Node 013] [REQ] [ApplicationCommand]
└─[Security2CCMessageEncapsulation]
│ sequence number: 26
│ security class: S2_Unauthenticated
└─[SupervisionCCReport]
session id: 38
more updates follow: false
status: Success
duration: 0s
2024-12-10T23:54:08.666Z DRIVER all queues idle
It also looks like the value is unsigned, when I try to update parameter 11 but I don’t notice any other differences.
I’ve also included again, tried setting this on the other 3 devices and actually cut power to fully power cycle the switches.
Not sure what other options I have at this point but to admit defeat but I’m going to continue messing with them, if you or anyone have any other ideas please let me know.