I’m trying to set a parameter on my GE 14294 Zwave Dimmer, but the parameters are not being applied. I’m using Zwave JS 1.28, driver 10.22.3.
When I try to set, for example, Parameter 8 to value 1, I get a “The Parameter has been updated” confirmation in the UI, but the parameter has not been updated. If I refresh the page, Parameter 8 is still showing as the original value. I get the following logs:
2023-06-06T01:04:09.265Z DRIVER » [Node 037] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 167
└─[ConfigurationCCSet]
parameter #: 8
reset to default: false
value size: 1
value format: UnsignedInteger
value: 1
2023-06-06T01:04:09.276Z DRIVER « [RES] [SendData]
was sent: true
2023-06-06T01:04:09.294Z DRIVER « [REQ] [SendData]
callback id: 167
transmit status: OK
2023-06-06T01:04:10.314Z DRIVER » [Node 037] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 168
└─[ConfigurationCCGet]
parameter #: 8
2023-06-06T01:04:10.330Z DRIVER « [RES] [SendData]
was sent: true
2023-06-06T01:04:10.343Z DRIVER « [REQ] [SendData]
callback id: 168
transmit status: OK
2023-06-06T01:04:10.358Z DRIVER « [Node 037] [REQ] [ApplicationCommand]
└─[ConfigurationCCReport]
parameter #: 8
value size: 2
value: 3
It appears that Zwave JS is successfully sending the parameter change, but it’s just not taking on the switch, since the switch returns the previous parameter.
I’m not sure if it’s just this particular switch, since I have a couple other 14294 switches, and they have no issues changing parameters. I’m also able to change the parameters on my Zooz switches without issue.
I tried rebooting the HASS server, excluding/including the switch, excluding/factory reset/including the switch, and it continues to behave this way.
EDIT: I’m now thinking it has something to do with the 14294 switches. Of the 5 currently in use, only 1 responds correctly to Parameter updates. The only difference that I can see is that when I send updates to the one working switch, under ConfigurationCCSet, value size is “2”, whereas all the other (non-working) switches show a value size “1”.