NotFoundError: Value 115-112-0-99 not found on node Node(node_id=115)

I use Home Assistant and Node Red for my automation. I have a flow that controls the notification LEDs which started to malfunction today after adding 10 new VZW31-SN and resetting a few I already had. Both actions (services) and Node Red are unable to set the parameter for the “All Leds” color/effect.

The full error just says:

HomeAssistantError: Node(node_id=115) - NotFoundError: Value 115-112-0-99 not found on node Node(node_id=115)

Before resetting it, it worked… now it no longer works. I have this issue with 3 different dimmers, strangely enough all 3 are prior ones I already had. All dimmers are on 1.02 and for the most part share the same settings.

Am I looking at a device specific issue or something in software? Resetting the dimmers doesn’t fix the issue. Does resetting reset the memory where settings are stored (not just set default values) in case something got corrupted?

Any suggestions?

After many hours hitting my head on the wall, I found a workaround but I am clueless about the issue so I am still interested in thoughts on what may have happened.

The solution was to use zwave_js.bulk_set_partial_config_parameters

entity_id: entity_id of device I was fixing... repeated for all 3 with the issue
endpoint : 0
parameter: 99
value: 19424511 (just a random value)

I am guessing some incorrect value got sent and caused the issue. The command above was able to reset the value, while the other is unable. Just a wild guess…

Edit: for posterity… re-installing the same firmware did not help.