I'm pretty new to all this, and don't really know.kich coding so googling my way thru alot of stuff. I've recent set up Hass.io and have been messing about with stuff, I've got it detecting my phone on the network and this relaying into node red etc. I've also got Alexa working in node red. I'm now stuck on how to use Alexa to change the colour of a tuya bulb.
From what I can tell the Alexa nodes pass out colours in a hue/saturation value(HSV), and the tuya/HA node needs it in RGB value, I have a node which will convert this, bit in the process loses the rest of the message. What's the best way of taking the HSV out, and replacing it with the RGB value to send to the call service node.
Thanks:)