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

multiple belkin wemos switch emulator using ESP8266

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

I'd like to use this to open and close my windows and doors. how can i change "turn on" to "open" and "tur off" to "close". Thx so much, great...

Hi, In your code at this stage: office = new Switch("office lights", 80, officeLightsOn, officeLightsOff); kitchen = new Switch("kitchen lights", 81, kitchenLightsOn, kitchenLightsOff); you are referring invocation as "office lights"...

Exception (28): epc1=0x4020b2d2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000004 depc=0x00000000 ctx: cont sp: 3ffffce0 end: 3fffffd0 offset: 01a0 >>>stack>>> 3ffffe80: 00000060 00000060 00000000 40100575 3ffffe90: 40104ab2 088cadf2 3fff23b0 40208062 3ffffea0: 40104b6e 3ffefaf8 088cadf2...

The code itself seems to work fine with Amazon Dot Generation 3. There are no problems adding new devices in the Alexa App. But there are apparently communication probelms. If...

Hello All, When compiling i am getting this error message. c:/users/sathya/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: sketch\wemos_Hall_13.7.20.ino.cpp.o: in function `connectWifi()': C:\Users\Sathya\Downloads\arduino-esp8266-alexa-multiple-wemo-switch-master (2)\arduino-esp8266-alexa-multiple-wemo-switch-master\wemos_Hall_13.7.20/wemos_Hall_13.7.20.ino:165: undefined reference to `BulbOn()' collect2.exe: error: ld returned 1 exit status exit status...

Good day all, I am using 2 nos. wemos mini with 4 relays each for the past 2 years without any problem. Past 2 days the devices are unresponsive. I...

`Exception (9): epc1=0x4020d008 epc2=0x00000000 epc3=0x402067a6 excvaddr=0x00000037 depc=0x00000000 >>>stack>>> ctx: cont sp: 3ffffc70 end: 3fffffc0 offset: 01a0 3ffffe10: 0000000b 3ffeeb00 3ffefd00 402075f8 3ffffe20: 3ffe889c 000001bb 3ffefd00 402084d0 3ffffe30: 3ffe8950 0000003b 3ffefd00...

Archiving built core (caching) in: C:\Users\user\AppData\Local\Temp\arduino_cache_393510\core\core_esp8266_esp8266_nodemcuv2_CpuFrequency_80,VTable_flash,FlashSize_4M1M,LwIPVariant_v2mss536,Debug_Disabled,DebugLevel_None____,FlashErase_none,UploadSpeed_115200_7e0cf8332bb14d0adf37a9c5f286eae6.a

Is it possible to add a Dimmer Module to the system, so that you can say "Alexa set the light to 20%" if yes, could you post an example?

Hi! I have an amazon echo gen 2 and I was using this code with an esp for my light. Everything was working quite good but after each succesfull command...