Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1013 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 1013 Bytes

#Arduino Esp8266 Alexa Wemo switch emulator

This project is completly based on the forked repo, all the hard work was done by kakopappa and witnessmenow. I just added a library.json to make the library work within platform.io.

This library enables your esp8266 to simulate a Belkin Wemo switch. It can be discovered as a device by your Amazon Echo/Dot on the Smart home section. It supports calling the emulated device a custom name e.g. "Alexa, turn off test lights", where test lights is the custom name

The library supports emulating up to 14 switches using 1 ESP8266 chip.

Installing

The downloaded code can be included as a new library into the IDE selecting the menu:

 Sketch / include Library / Add .Zip library

Restart the Arduino IDE and follow the examples located at

 File -> Examples -> Esp8266AlexaWemoEmulator

Installing in platform.io

Use the Library Manager and search for Esp8266AlexaWemoEmulator