Has anyone figured out how to control the LED bar for the Blue series 2-in-1 in Home Assistant? When The provided effect “Issue effect for all LEDs” gives an error when run.
One thing I want to point out is the Visual Editor expected efffect_type to be a string, but if you use ‘solid’ there is an error that effect type needs to be an int. I’m assuing solid==1 By looking at the color calculator tool. But, given the key error:1 in the log, maybe that isn’t right?
@chack, one more Question The script works as intended, but it does throw a timeout exception ~10s after running. It doesn’t seem to be causing any problems though. Have you seen this behavior?
Ah yeah, like you said, it gives an error but still works. It is planned to be addressed with the manufacturer and hopefully fixed in a later firmware release.
@chack , can this be done for Zigbee groups as well in ZHA? I got the solution working for an individual switch, but I can’t seem to get it working for a Zigbee group.
service: zha.issue_zigbee_group_command
data:
group: 4 # My group id
cluster_id: 64561 # Not sure where this comes from, but copied from above
cluster_type: server
command: 3
args:
- 7 # Trying to turn LED #7 solid greenish for every switch in the group
- 1
- 95
- 100
- 255
manufacturer: '4655'
Anyone got this working for multiple switches? I can get an individual switch to work but when having multiple switches in a script only the first one in the script will run. I’m assuming the time out error message is causing it?
@huynh.kong , I’m having the same issue. Timeout breaks the script. Is the timeout a known issue? @chack , you had mentioned it might be fixed in a later firmware update? Is there a way for us to track that?