arduino-esp8266-alexa-wemo-switch icon indicating copy to clipboard operation
arduino-esp8266-alexa-wemo-switch copied to clipboard

Amazon Alexa + WeMos switch made with Arduino D1 Mini

Results 39 arduino-esp8266-alexa-wemo-switch issues
Sort by recently updated
recently updated
newest added

I must be missing something super simple. Format: Alexa invocation name, local port no, on callback, off callback on line " office = new Switch("office lights", 80, officeLightsOn, officeLightsOff);" What...

I am trying to set up alexa to find my switches but i can not get the wemo ios app to find it. How do i get it to discover...

Hi.. I see that code involves hard coding login and password. I wonder if there is a way we can teach it from an app or something. If I change...

Can you tell me why Alexa will only recognize the last 4 switches declared? So I have D1-D8 using Port 80-88 If I rearrange them, only the last for are...

im using https://www.ebay.com/itm/NodeMCU-V3-Lua-WIFI-Module-ESP8266-32M-Extra-Memory-Flash-USB-Serial-CH340G/222612803340?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649 and im getting no where. everything seems to be working just no discovery by alexa anywhere i can troubleshoot this? i tried my normal wifi and a...

I'm trying open and close my vertical blinds with your wemo emulator. Everything works fine until I increase the run time on either a servo or stepper. Alexa will tell...

can i use ESP-01 to emulate WEMO switch??

I tested your program. Works very fine! But there is a little bug in the code. This is the code used for detecting a search request: `if (request.indexOf('M-SEARCH') > 0)...

added basic http get ON/OFF functionality for use with home automation such as EG or Openhab. just type http://yourIP/on.html in your fav browser to turn on switch (replace on with...

Has anyone got this working with openhab yet? I assume it would be pretty simple using the http binding?