fauxmo
fauxmo copied to clipboard
Emulated Belkin WeMo devices that work with the Amazon Echo
Can I change the invocation to "make" instead of "turn on"
Hi, I have setup alexa on Raspberry Pi using the steps mentioned in https://github.com/alexa/alexa-avs-sample-app/wiki/Setting-up-the-Raspberry-Pi and able to execute basic alexa skills like "what is the weather". Now I am trying...
Hello together! There is a function "def act(self, client_address, state, name):" which gives the ip adress, state and name back, when there was a command from Alexa! My idea is...
Recently Alexa started sending GetBinaryState soap actions both before and after SetBinaryState actions to confirm the result of SetBinaryState. Without it she claims the target is not responding. Adding the...
Hai Sir .. After alexa's new update alexa can't find devices, But raspberry pi is responding to alexa device search.. did they change the xml file .. ? Help me...
I have been working for a few days now, trying all of the different libraries out there. None of them seem to work anymore since the Alexa is now forcing...
After flashing Fauxmo to ESP8266 ESP12, it says on the serial monitor that ESP8266 is connected. But I could not ping it. Looking at the router, the MAC address is...
How hard would it be to modify the rest_api_handler options to allow an option for a POST call to be made a URL instead of a GET ? As an...
I've added a new method to allow POST actions for the action handler, as well as a couple of examples. I've put these along side the existing GET actions.