Hi,
I have setup Zigbee2MQTT in Home Assistant and control it using the Windfront UI. That works so well, I have already almost 60 devices. Now I want to add a Gledopto Pixel Controller and make it show a specific scene when pressing a button. So I added a new automation, with the button as trigger and this action section:
action: mqtt.publish
data:
topic: zigbee2mqtt/Gledopto Pixel Controller 1/set
payload: "{\"brightness\":1000,\"scene\":\"late_autumn\",\"state\":\"ON\", \"work_mode\": \"scene\"}"
which however does not activate the scene (instead it stops any playing animation or remains in the color the strip was before). However the Windfront device page for that controller is updated and I see the “late_autumn” scene set as the current one. Seems I’m missing just a little detail to make it work. Can someone please help?