Hey hive!
I install a home automation system called Loxone into homes as one of my day jobs but I have just installed it at my own home.
Now I am wanting to keep HA as the back end and back up automation system if loxone ever went belly up. All my Hue lamps/relays/sensors are all connected via zigbee to HA. I have gotten all my sensors into Loxone outside of Node-Red using Rest commands for the moment and PyLoxone integration from HACS for basic relay switching.
I am trying to use the lighting controller in loxone to send HSV/colour temp values to HA via service calls via Node-Red.
These are the plug ins im using in Node-Red:
node-red-contrib-loxone
node-red-contrib-home-assistant-websocket
I have tested just manually entering YAML into the data portion of the action node and all works good. I am just struggling to find out how to pass HSV/colour temp values to the node. Also in loxone if you pick a colour temp it will spit out a kelvin value and brightness instead of HSV so the ability to choose between them would be a big plus as well.