You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fauxmo set up with different WeMo switchdummies.
Alexa App finds them all.
Once i ask Alexa to interact with the devices they go offline and Alexa says that the switch is not responding.
fauxmo log:
pi@raspberrypi:~/fauxmo $ ./fauxmo.py -d
Listening for UPnP broadcasts
got local address of 192.168.0.129
UPnP broadcast listener: new device registered
FauxMo device 'Schlafzimmer' ready on 192.168.0.129:45433
UPnP broadcast listener: new device registered
FauxMo device 'Wohnzimmer' ready on 192.168.0.129:38589
UPnP broadcast listener: new device registered
FauxMo device 'Gang' ready on 192.168.0.129:50235
UPnP broadcast listener: new device registered
FauxMo device 'Bad' ready on 192.168.0.129:39361
Entering main loop
Responding to search for Schlafzimmer
Responding to search for Wohnzimmer
Responding to search for Gang
Responding to search for Bad
Responding to search for Schlafzimmer
Responding to search for Wohnzimmer
Responding to search for Gang
Responding to search for Bad
Responding to setup.xml for Bad
Responding to setup.xml for Schlafzimmer
Responding to setup.xml for Wohnzimmer
Responding to setup.xml for Gang
Responding to setup.xml for Schlafzimmer
Responding to setup.xml for Wohnzimmer
Responding to setup.xml for Gang
Responding to setup.xml for Bad
Responding to ON for Bad
Somehow the first command still comes through.
The text was updated successfully, but these errors were encountered:
Seems like the echo is not getting a response:
HTTPConnectionPool(host='192.168.0.129', port=80): Max retries exceeded with url: /ha-api?cmd=on&a=Wohnzimmer (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x75f6edd0>: Failed to establish a new connection: [Errno 111] Connection refused',))
fauxmo set up with different WeMo switchdummies.
Alexa App finds them all.
Once i ask Alexa to interact with the devices they go offline and Alexa says that the switch is not responding.
fauxmo log:
pi@raspberrypi:~/fauxmo $ ./fauxmo.py -d
Listening for UPnP broadcasts
got local address of 192.168.0.129
UPnP broadcast listener: new device registered
FauxMo device 'Schlafzimmer' ready on 192.168.0.129:45433
UPnP broadcast listener: new device registered
FauxMo device 'Wohnzimmer' ready on 192.168.0.129:38589
UPnP broadcast listener: new device registered
FauxMo device 'Gang' ready on 192.168.0.129:50235
UPnP broadcast listener: new device registered
FauxMo device 'Bad' ready on 192.168.0.129:39361
Entering main loop
Responding to search for Schlafzimmer
Responding to search for Wohnzimmer
Responding to search for Gang
Responding to search for Bad
Responding to search for Schlafzimmer
Responding to search for Wohnzimmer
Responding to search for Gang
Responding to search for Bad
Responding to setup.xml for Bad
Responding to setup.xml for Schlafzimmer
Responding to setup.xml for Wohnzimmer
Responding to setup.xml for Gang
Responding to setup.xml for Schlafzimmer
Responding to setup.xml for Wohnzimmer
Responding to setup.xml for Gang
Responding to setup.xml for Bad
Responding to ON for Bad
Somehow the first command still comes through.
The text was updated successfully, but these errors were encountered: