n8henrie / fauxmo

Emulated Belkin WeMo devices that work with the Amazon Echo
https://n8henrie.com/2016/02/fauxmo-home-automation-with-the-amazon-echo-raspberry-pi-and-homeassistant/
Other
377 stars 78 forks source link

troubleshooting #79

Closed johngo7470 closed 5 years ago

johngo7470 commented 5 years ago

My Issue

I start up fauxmo with 'fauxmo -c config.json -v', and netstat -lptn shows listeners for the two ports defined in my config.json.

Attempted discovery with Alexa, doesn't show any new devices, and upnp on my phone, also doesn't show any devices. Seems like the udp listener, isn't listening. Is there a way to test the udp listener is working?

WHYT


Please make sure you've taken these steps before submitting a new issue:

johngo7470 commented 5 years ago

Interesting... I wasn't aware -vvv was verbose (I thought a single v would do that). Anywho, I restarted with -vvv, and now Alexa sees my devices. As such, it's clear discovery is working, so this issue can be closed.