witnessmenow / esp8266-alexa-wemo-emulator

multiple belkin wemos switch emulator using ESP8266
GNU General Public License v2.0
132 stars 43 forks source link

Device keeps turning on #15

Open AlexLamprianidis opened 6 years ago

AlexLamprianidis commented 6 years ago

After I turn on any device, it will just spam requests to turn it back on. https://pastebin.com/zsNTtvPD

ClintonKeith commented 6 years ago

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.

titus123abc123 commented 6 years ago

Did you ever get this figured out?

ClintonKeith commented 6 years ago

Nope

On Jul 14, 2018, at 3:39 PM, titus123abc123 notifications@github.com 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.

sk-t3ch commented 5 years ago

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?