datech / node-red-contrib-amazon-echo

Alexa controlled Node-Red nodes supporting latest Amazon Echo devices. NO Alexa Skills required. NO cloud dependencies.
MIT License
140 stars 42 forks source link

Only ON/OFF Messages returned from hub #148

Closed DrMucki closed 4 years ago

DrMucki commented 4 years ago

Hi I have got the problem that, whatever I ask Alexa the node only gives back "on" or "off" values. no brightness no color etc.

I use node red in a docker. As described in the Troubleshooting of the WIKI I run the docker as root (user 0) with host network access. There are only 2 more containers with zigbee2mqtt and mosquito running. None of them is using port 80.

Alexa finds my "Testlampe" without problems. When I use the Alexa App or ask her to switch off or on the "Testlampe" I get a msg.payload "on" or "off" as expected. But when I change color or brightness. It also gives back "on" or "off".

my node looks like this so far

Bildschirmfoto 2020-10-28 um 18 01 24

What am I doing wrong??

datech commented 4 years ago

Debug the entire msg, not just the msg.payload.

DrMucki commented 4 years ago

I apologize for my ignorance...... Thank you for your help