Hi folks,
I'm new to node-RED and just started to do the first steps in this environment.
However I already ran into some trouble with the node mentioned in the topic.
I set up a controller and started it on port 8000 and did a redirect to port 80 via iptable.
Then I added 3 Alexa device nodes and configured them.
The good news is: All devices are recognized from alexa and work so far. I even managed to work with the payload and do some nice stuff.
The bad news is: The color-controlled devices work but everytime they are switched to a different color than pure red alexa announces that the device does seem to work not properly.
Another thing is that the range of the hue-value is too big. It should be around 0-360 but is 0-65536.
There's already another post about this on github don't know if this is related.
How can I make Alexa think that everything is ok?