fauxmo
fauxmo copied to clipboard
Emulated Belkin WeMo devices that work with the Amazon Echo
Hi Chris, I think I have structured fauxmo so it can by imported by my https://github.com/jimboca/ISYHelper, but still allow it to be executed on its own. I've only tested it...
Not really an issue, more of a question, but would the fauxmo code work with the wemo app in that I could set up a wemo motion sensor to turn...
Could you provide a description on what options are available for the triggers that take place when the Echo tries to run actions against the virtual switches? Can these events...
The readme encourages specifying fixed port numbers, but gives no indication of how to do that. This section: `for one_faux in FAUXMOS:` `if len(one_faux) == 2:` `# a fixed port...
This PR should fix #4
also modified the README to reflect this change.
My Lifx bulb supports dimming, so using the Wemo interface isn't ideal. I added basic support for the Philips Hue interface (although I've only tested it with one bulb) and...
Alexa doesn't seem to find fauxmo, I tried changing model number to 1.0 in xml. I tried replacing `urn:Belkin:device:**` in `if data.find(b'M-SEARCH') == 0 and data.find(b'urn:Belkin:device:**') != -1:` with `upnp:rootdevice`...