Zigbee LED Strips not changing colour!

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.

How are you changing the color? Through a Dashboard card, or through an automation?

1 Like

At the moment, I can see the colour icon change on the Zigbee2MQTT dashboard (but not in real life on the actual strip) and also on a card on my lovelace, I have the same issue, the colour picker changes, but the LED colour does not.

I also tried sending a message through MQTT, but again, this didn’t work.

I had also added this strip through Deconz previously and had the same issue, but as I said, it definitely does work as I had it connected to the manufacturers hub before Home Assistant.

I’m using a ConbeeII stick if that makes any difference?