Hi,
I am running ZHA with the ConBee II Stick.
I am trying send “raw” zigbee messages to a specific device similar to what is proposed here with zigbe2mqtt:
https://www.zigbee2mqtt.io/devices/HG06467.html
To trigger an effect send a message to zigbee2mqtt/FRIENDLY_NAME/set
with payload {"effect": {"effect": EFFECT, "speed": SPEED, "colors": COLORS}}
I would like to try this in my ZHA Home Assistant environment.
Is there a way calling services to the light entity did not do the trick.