Zwave switch led status color access

Hello everyone,

I’m trying to change the status color of my Z-Wave LED switch. The color options are listed in the configuration settings, but I’m not seeing how to link these settings to the specific item. Any guidance would be appreciated!

Configuration parameters cannot be linked to Items. Only Channels can be linked to Items.

You can submit an issue on the Zwave repo requesting that this configuration property be changed to become a Channel. But unless and until that happens, you will not be able to control this through an Item short of reverse engineering the HTTP calls made between the browser and OH when you change the property through the UI and reproducing those in a rule.

This can be handled with a ZW DB update. Read the blog on how to register and get write access. You will want to edit the configuration CC of your device to add a channel.

1 Like

What model switch are you using? I’m able to link to status LED colors on HomeSeer WD200+ dimmers.

Number FoyerLed1Color "Foyer LED 1 Color" (gLed1Color) {channel="zwave:device:39d51d11b2:node65:config_decimal_param21"}

That would be a good device for OP to copy with write access to the ZW DB. The Configuration command class has the added channels.
EP config 2024-08-26 110112
and the details to fill out
edit channel 2024-08-26 110214