I’m writing a script to configure the Blue Series LED on / off colors and brightness settings in Home Assistant using the ZHA integration. I have it working for the Red Series and for the Blue Series using Zigbee2MQTT. I’ve found the thread below which discusses setting the effects and I see that the LED on / off settings can be configured through exposed entities in Home Assistant but I’m looking for a more predictable way. Finding the entities through device_entities() is a bit of a pain and won’t work if the entities have been renamed or disabled.
Is there a way to set the Blue Series on / off colors and brightness levels through ZHA (i.e. the service: zha.issue_zigbee_cluster_command call)?
Are you trying to do this via automation or for the device? I haven’t messed with scripts much so there are a few ways of doing this in ZHA.
You can do a similar call to what stu1811 shared above too (noting this is in node-red’s formatting and would be slightly different in dev tools, and also it’s the individual led effect)
This seems like the documentation I need. I just need to figure out how to set attributes, since it isn’t available as a server command. I think that gets me really close!