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

Echo Dot responds with "I don't know what went wrong" when trying to control device, although flow works flawless #103

Closed TheLongAndOnly closed 4 years ago

TheLongAndOnly commented 4 years ago
SUMMARY

I created a flow to allow turning my Yamaha amplifier on/off through Alexa:

I'm using iptables to get around the port 80 / admin issue: *filter :INPUT ACCEPT [19503:5794156] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [16918:3841349] COMMIT *nat :PREROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 10080 -A PREROUTING -p udp -m udp --dport 80 -j REDIRECT --to-ports 10080 COMMIT

ECHO DEVICES
MODULE VERSION
node-red-contrib-amazon-echo 0.1.9
CONFIGURATION
[{"id":"dc4ad69.3be90a8","type":"amazon-echo-hub","z":"85a56912.9744","port":"10080","processinput":0,"x":110,"y":160,"wires":[["56c24782.5ab5a8"]]},{"id":"56c24782.5ab5a8","type":"amazon-echo-device","z":"85a56912.9744","name":"Yamaha","topic":"","x":300,"y":160,"wires":[["bada4520.6cfb3"]]}]

(only the relevant part is pasted)

CONSOLE OUTPUT
No entries in node-red-log during execution
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
datech commented 4 years ago

Looks similar to #100

datech commented 4 years ago

@TheLongAndOnly Have you checked the network interfaces and restart of Echo devices?

Troubleshooting page

Alexa: "I am not quite sure what went wrong"