vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
383 stars 69 forks source link

Sample do not work #114

Closed pvint closed 3 years ago

pvint commented 4 years ago

Original report by Edu C R (Bitbucket: edurochaN, ).


Hi everyone, I downloaded the source code, opened the file fauxmoESP.ino, has compiled successfully, but my Alexa APP do not found the device.

I'm using ESP32, board Node32s, FauxmoESP 3.1.1. Someone has the same problem?

pvint commented 4 years ago

Original comment by Doelectric Domotica Profesional (Bitbucket: [Doelectric Domotica Profesional](https://bitbucket.org/Doelectric Domotica Profesional), ).


Yo lo he probado en un esp01 (esp8266) y funciona correctamente la ultima version, la de las luces.

pvint commented 3 years ago

A common problem is with an older version of th eAsyncTCP library - be sure that is up to date and test.

If you get the same issue, in your code please set: #define DEBUG_FAUXMO Serial then post the output and your code.

ddweber456 commented 3 years ago

Looks like several issues have been raised with the same problem. Look at #120 ESP 8266 not found.