Giter Site home page Giter Site logo

Comments (10)

jbabu avatar jbabu commented on August 16, 2024

Alexa not discover device ....... 2nd generation echo dot

from iot-pi3-alexa-automation.

nassir-malik avatar nassir-malik commented on August 16, 2024

from iot-pi3-alexa-automation.

Karanbhatia83 avatar Karanbhatia83 commented on August 16, 2024

Hi Nassir,

You have done an amazing work and thanks for sharing it.

I am facing exactly the same issue. Can you help?

Regards,
Karan

from iot-pi3-alexa-automation.

harshilkotecha avatar harshilkotecha commented on August 16, 2024

Hi am working with same library it's working superb.

Point of check

  • check Alexa and Rpi both are connect in same hotspot
  • maybe - it's not working in Reverb or etc u want physical Alexa device

from iot-pi3-alexa-automation.

alfredopisano avatar alfredopisano commented on August 16, 2024

im having a problem, alexa is not finding any devices. the program in terminal is at Entering faxumo polling

I tried from the alexa app to discover devices and through alexa. RPI and Echo are both on my 5.0GHZ network.

I did run the updates. get-apt update no help

from iot-pi3-alexa-automation.

TMHC avatar TMHC commented on August 16, 2024

I am having the same problem Alexa does not discover the device. (rpi built today)
when I ask Alexa to discover devices, these messages are displayed, what should a correct discovery look like ??

################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################
DEBUG:root:Responding to setup.xml for LED
################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################
DEBUG:root:Responding to setup.xml for FAN
################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################
DEBUG:root:Responding to setup.xml for LED
################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################

From starting to attempting to discover, looks like this :
sudo python3 RPi_name_port_gpio.py
DEBUG:root:Listening for UPnP broadcasts
DEBUG:root:got local address of 192.168.1.13
DEBUG:root:UPnP broadcast listener: new device registered
DEBUG:root:FauxMo device 'LED' ready on 192.168.1.13:52000
DEBUG:root:UPnP broadcast listener: new device registered
DEBUG:root:FauxMo device 'FAN' ready on 192.168.1.13:51000
DEBUG:root:Entering fauxmo polling loop
DEBUG:root:Responding to search for LED
DEBUG:root:Responding to search for FAN
DEBUG:root:Responding to search for LED
DEBUG:root:Responding to search for FAN
DEBUG:root:Responding to search for LED
DEBUG:root:Responding to search for FAN
################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################
DEBUG:root:Responding to setup.xml for LED
################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################
DEBUG:root:Responding to setup.xml for FAN
################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################
DEBUG:root:Responding to setup.xml for LED
################################## handle_reques #######################
b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: /\r\n\r\n'
################################## handle_reques #######################
DEBUG:root:Responding to setup.xml for FAN
DEBUG:root:Responding to search for LED
DEBUG:root:Responding to search for FAN

from iot-pi3-alexa-automation.

nassir-malik avatar nassir-malik commented on August 16, 2024

from iot-pi3-alexa-automation.

TMHC avatar TMHC commented on August 16, 2024

Please check if devices are listed in your Alexa account. You can check using Alexa mobile app. If devcies are already discovered once they will not be rediscovered unless you delete them from your account.

-Thanks ==================================================== Nassir
On Sun, Feb 17, 2019 at 12:20 AM TMHC @.***> wrote: I am having the same problem Alexa does not discover the device. (rpi built today) when I ask Alexa to discover devices, these messages are displayed, what should a correct discovery look like ?? ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### DEBUG:root:Responding to setup.xml for LED ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### DEBUG:root:Responding to setup.xml for FAN ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### DEBUG:root:Responding to setup.xml for LED ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### From starting to attempting to discover, looks like this : sudo python3 RPi_name_port_gpio.py DEBUG:root:Listening for UPnP broadcasts DEBUG:root:got local address of 192.168.1.13 DEBUG:root:UPnP broadcast listener: new device registered DEBUG:root:FauxMo device 'LED' ready on 192.168.1.13:52000 DEBUG:root:UPnP broadcast listener: new device registered DEBUG:root:FauxMo device 'FAN' ready on 192.168.1.13:51000 DEBUG:root:Entering fauxmo polling loop DEBUG:root:Responding to search for LED DEBUG:root:Responding to search for FAN DEBUG:root:Responding to search for LED DEBUG:root:Responding to search for FAN DEBUG:root:Responding to search for LED DEBUG:root:Responding to search for FAN ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### DEBUG:root:Responding to setup.xml for LED ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### DEBUG:root:Responding to setup.xml for FAN ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:52000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### DEBUG:root:Responding to setup.xml for LED ################################## handle_reques ####################### b'GET /setup.xml HTTP/1.1\r\nHost: 192.168.1.13:51000\r\nAccept: / \r\n\r\n' ################################## handle_reques ####################### DEBUG:root:Responding to setup.xml for FAN DEBUG:root:Responding to search for LED DEBUG:root:Responding to search for FAN — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#7 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AL1FGbUiJaQOqZcIss09R6oKWSLqkDSQks5vOPTBgaJpZM4RrwyI .

I've checked the app, the only devices is my echo dot & Alexa on the tablet
when I ask the alexa on the tablet to discover devices , I can see the RPI responds
On the App if I try to add a the WeMo plug device, it has account linking and I don't have a wemo account,
I've tried adding a "Other" device in the alexa app, the rpi resonds to the device search, but alexa still does not find any devices

can you give the exact steps please for first time user
BTW: great program , love your work

from iot-pi3-alexa-automation.

Kaushick14 avatar Kaushick14 commented on August 16, 2024

Hi, I am facing the same issue.
I followed all the steps and got the py program running.

However, when I ask Alexa to discover devices, No smart devices found is the reply. I tried to adding skills however the problem still exists.

I am trying on mobile app first so later I can plan on buying alexa.

Thanks

from iot-pi3-alexa-automation.

GadgetAngel avatar GadgetAngel commented on August 16, 2024

please see #20 for solutions

from iot-pi3-alexa-automation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.