esp8266-alexa-wemo-emulator
esp8266-alexa-wemo-emulator copied to clipboard
Device keeps turning on
After I turn on any device, it will just spam requests to turn it back on. https://pastebin.com/zsNTtvPD
Mines doing this as well. It's doing this with the SingleSwitch demo as well. This was working fine and how it just hammers "on" when the light is turned on in the Alexa app. If I turn it off, it just comes back on seconds later.
Did you ever get this figured out?
Nope
- typed with big fingers on a small iPhone.
On Jul 14, 2018, at 3:39 PM, titus123abc123 [email protected] wrote:
Did you ever get this figured out?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
I had the same issue. I believe it happens with my code because it doesn't simply change the state of a single gpio but turns it on and off four times with delay before completing the call back. Has anyone else experienced this?