echo
echo copied to clipboard
For controlling local devices with the Amazon Echo
I initially going to use 1 similar with kodi, but that doesn't work either. So i backed up to this code and triedc it out, even on a different rpi0,...
Alexa software implements a round-robin system by which requests, although heard by a specific Echo device, are not necessarily carried out by that device. I have 1 full-size Echo and...
Hi Todd, Gret job, I followed this echo project from yesterday and now I can able to give the command to my echo device but due to less documentation I...
``` DEBUG:root:Listening for UPnP broadcasts DEBUG:root:got local address of 192.168.1.8 DEBUG:root:UPnP broadcast listener: new device registered DEBUG:root:FauxMo device 'Room Light' ready on 192.168.1.8:52000 DEBUG:root:Entering fauxmo polling loop DEBUG:root:POST /upnp/control/basicevent1 HTTP/1.1...
I've tried adding more than 11 devices, using ports above and below 52000-52010 and this seems to totally break the echo device discovery.... it never requests the setup.xml for the...
When I try to run the `example-mqtt.py` file, I get an error (Fedora 25, 64-bit). ``` $ python example-mqtt.py Traceback (most recent call last): File "example-mqtt.py", line 41, in client.connect(MQTT_HOST,...
It would be great if this could be updated to use Python3. Fauxmo has been updated now to use Python 3.4 and 3.5: https://github.com/n8henrie/fauxmo
I would like to make a if gate but can't, I have made a if gate for if status == true,but I get a error no value set for status....