coldfire84 / node-red-alexa-home-skill-v3-web

Web Service/ API for Alexa and Google Home Node-RED Smart Home Control
https://red.cb-net.co.uk/
Apache License 2.0
51 stars 7 forks source link

Set color temperature responds with "Service unavailable" and node alexa-smart-home-v3 does not produce any output. #177

Closed hectorzeta closed 1 month ago

hectorzeta commented 1 month ago

Describe the bug Alexa responds that the device is not responding when getting the command to set the color temperature. The node alexa-smart-home-v3 does not produce any output, so it seems the command is not forwarded to node-red at all. The commands for set_color work OK.

To Reproduce Set the color temperature to White | Warm white | Soft white | Daylight white | Cool white.

Expected behavior The node produces an output with the respective command.

Log Output There is no output in node red. The alexa app show "Service is unresponsive"

Environment (please complete the following information):

Additional context Add any other context about the problem here.

hectorzeta commented 1 month ago

I found the root cause of this problem. The virtual device was created with a "supported range" that was not valid. After I changed the supported range to 0 to 10000 the problem disappeared. It is still not clear for me how should the supported range be used