Wondering if there are an Zigbee2MQTT experts here who can help.
I have an Aurora AOne AU-A1ZBSCRGBCX RGBW LED strip controller which is apparently supported by Z2M. However, the colour changing is not working. I can see the icon change colour in Home Assistant on the dashboard, but the actual LED light strips do not change in real life. I do have dimmer control and the Colour Temp controls make things lighter or darker, but the colour remains white.
I’ve added in the code to my External Converter from the official Z2M device github, but no luck so far. Anyone know how to make the colour changing work?
{
zigbeeModel: [‘RGBCXStrip50AU’],
model: ‘AU-A1ZBSCRGBCX’,
vendor: ‘Aurora Lighting’,
description: ‘RGBW LED strip controller’,
extend: [light({colorTemp: {range: [166, 400]}, color: true})],
},
I know the LED strips definitely work, as when it was linked to my Zigbee Aurora AOne hub it changes no probs.