vintlabs / fauxmoESP

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

Wifi_SSID and Wifi-PASS #33

Closed pvint closed 6 years ago

pvint commented 6 years ago

Original report by mmoraes80 (Bitbucket: mmoraes80, GitHub: mmoraes80).


Hi there!

Is there a way to replace the "credentials.h" with something that allows you to find the SSID and type the password (like setting it up through an app)

pvint commented 6 years ago

Original comment by Xose Pérez (Bitbucket: [Xose Pérez](https://bitbucket.org/Xose Pérez), ).


There are libraries that allow you to do that, like WifiManager for instance.

pvint commented 6 years ago

Original comment by mmoraes80 (Bitbucket: mmoraes80, GitHub: mmoraes80).


Thank you!

pvint commented 5 years ago

Original comment by Deiu (Bitbucket: d3iu, GitHub: d3iu).


Unfortunetly that does not work due to issue with multiple instances of WiFI definitions inside libraries with same name that conflict! Something must be done specialy for this case... Who knows to compile Fauxmo and WifiManager together and define there... ports, names, wifi SSID and password, etc to make it a lot easyer... that would be great and awsome, it would replace all SONOFF devices that must be hacked to do something similar like that