hardillb / node-red-contrib-alexa-home-skill

A Node-RED node to control things via Amazon Alexa
https://alexa-node-red.bm.hardill.me.uk/
Apache License 2.0
89 stars 42 forks source link

Device discovery not working #101

Closed linuxuser332 closed 3 years ago

linuxuser332 commented 3 years ago

Hi there. I am running Node Red in a docker container (on the host networking).

I am having problems getting any devices to be listed in the configuration node. I have populated my username/password into the config node, but the Devices drop down box is not populated. When I deploy, the config node does say 'connected', but again, no devices are listed. I can confirm that I have created a test device on the website, but it is not coming through to the config node in Node-Red. Any help appreciated.

hardillb commented 3 years ago

Check your browser console. You can trigger the same request by hitting the refresh button (next to the end of the drop down list)

Also is there a @, % or & in your password?

If so you will need to change it.

hardillb commented 3 years ago

Closing due to no response