I've managed to get Xlights talking with Philips Hue controller using the new Entertainment Hue API
https://github.com/jeffreykog/artnet-hue-entertainment
I can setup the Hue bulbs as native 16bit (ARGB), or 8bit (RGB). Using DMX, I setup the 4 channels for each bulb (alpha, red, blue, green) and manually have to turn on each node in the sequencer, which is very annoying.
Is there a way to support ARGB as easy as dropping down the 'On' effect and selecting red? Right now I have to expand the element, turn on the A node, then drop a color in the correct node.
8bit (RGB) works fine of course.