originallyus / node-red-contrib-alexa-local

An easy-to-use NodeRED node for adding Alexa capability to NodeRED. NO Alexa Skills required.
106 stars 25 forks source link

Apply fixes to support Amazon Echo Dot (3rd Generation) #85

Closed datech closed 5 years ago

datech commented 5 years ago

Fixes are tested with Amazon Echo Dot (3rd Generation) and Node-RED v0.19.5

Keltere commented 5 years ago

Hi, sorry but i get this error ReferenceError: port is not defined and neither my dot 3 neither my echo gen 2 seem to find the device. Are you sure it's a working fix?

Knacki commented 5 years ago

There is a bug in the code. Edit the line "port = 80;" to "var port =80;" and comment back in the "var lightId = formatUUID(config.id);" line or you get an another error :)

Keltere commented 5 years ago

@Knacki thanks, it's working now

Knacki commented 5 years ago

but you would have a other problem, you can only discover one device :( because the Port is fix to port 80.

torinnguyen commented 5 years ago

This fix will allow only 1 alexa-local node to be deployed. Am I right?

Keltere commented 5 years ago

Tested, yes just 1.

Knacki commented 5 years ago

yes... :(