Adding UI support to disable led on cc2531

Hello :wave:

I recently bought a CC2531 to plug my Zigbee devices to my Home assistant, here using ZHA. Everything is working smoothly and that’s very cool !
The only thing missing for “quality of life” would be the possibility to turn off the power light.
Zigbee2MQTT has this functionality implemented already (Code in github).

I hope it can be implemented with other ZigBee adapters as well.

Thanks for reading me :wink:

I would like to see this feature too! Or is there already a way to do this? The green LED on my CC2531 is very bright and annoying, covering it does not work completely for me.
Levin

Hey,

just had the same problem. I found a solution, if you’re using zigpy-znp.
Here you can find configuration options for turning off the LED. But an option in the GUI would be nice nevertheless :slight_smile:

2 Likes

Thanks, worked for me!

Thank you!
Worked as well for me.

Here is my new config file addiing this option :

zha:
  zigpy_config:
    znp_config:
      led_mode: "off"

Still be great to have a UI configuration switch for that!