Comments on: WiFiManager with ESP8266 – Autoconnect, Custom Parameter and Manage your SSID and Password https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 24 Feb 2025 16:13:10 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Fabrizio https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-1010661 Mon, 24 Feb 2025 16:13:10 +0000 http://randomnerdtutorials.com/?p=53022#comment-1010661 Hi Team,

there are any way to modify the captive portal?

I like to add an images and remove the Info button

]]>
By: paladin https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-991187 Fri, 13 Dec 2024 16:52:00 +0000 http://randomnerdtutorials.com/?p=53022#comment-991187 In reply to JOhan.

Hi JOhan!
If you still need this information: I solved the same problem by simply uninstalling ArduinoJson library version 7 and installing version 5 (5.13.5 is the latest in the branch)

]]>
By: JOhan https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-938060 Tue, 16 Jul 2024 04:28:44 +0000 http://randomnerdtutorials.com/?p=53022#comment-938060 Hi..Thank you for your sharing. I have a problem to migrate Arduino Json5 instruction to Json7 due to my library update. May I know ho to resolve the problem. Thank you

]]>
By: Mike https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-912474 Sat, 04 May 2024 18:46:42 +0000 http://randomnerdtutorials.com/?p=53022#comment-912474 Thank you for the excellent tutorial! I would like to know if you have addressed where the SSID and password are stored in flash. It is useful to know and have a control over it. I can’t find something relevant in the documentation. Many thanks!

]]>
By: vicfret https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-857001 Thu, 24 Aug 2023 20:29:49 +0000 http://randomnerdtutorials.com/?p=53022#comment-857001 hello can this wifi manager work with ESPAsycnWebserver

]]>
By: Ttry https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-838525 Sat, 03 Jun 2023 00:43:53 +0000 http://randomnerdtutorials.com/?p=53022#comment-838525 How to call wifiManager.resetSettings(); on press of a button? So I can change which SSID to use? Thanks.

]]>
By: ido https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-837955 Tue, 30 May 2023 09:15:34 +0000 http://randomnerdtutorials.com/?p=53022#comment-837955 In reply to Rui Santos.

I have the same problem.
WiFiManager version is: 2.0.16-rc.2
esp8266 version is: 3.1.2

]]>
By: Ambrosius https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-831441 Sun, 23 Apr 2023 02:41:05 +0000 http://randomnerdtutorials.com/?p=53022#comment-831441 Thanks for the excellent guide. I have used it and it works normally. but there is a little annoying problem. when the power goes out and the wifi is not ready, the esp will switch to the “AutoConnectAp” hotspot and when the wifi is ready the esp still doesn’t connect to the wifi that is ready.
Is there a way to set the wifi scan time delay longer so that there is more time for wifi ready esp to be able to reconnect after the power goes out. so we no longer need to connect manually. because it will be troublesome if our condition is out of town

]]>
By: Dev https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-802270 Sun, 11 Dec 2022 18:20:38 +0000 http://randomnerdtutorials.com/?p=53022#comment-802270 Does reset button press only restarts ESP8266.

How can I override the behavior on press of reset button that it shows my wifi and parameter reconfiguration page. I mean how to show wifi configuration screen on press of reset button?

]]>
By: ALEJANDRO https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-793394 Fri, 21 Oct 2022 12:41:25 +0000 http://randomnerdtutorials.com/?p=53022#comment-793394 Hello everyone
I would need to know how I recover the value of ssid and password that I have entered to activate the connection on the network.
Currently I receive the confirmation of the connection with the local IP but I would like to have those values entered because I am testing the tutorial “Reconnect ESP8266 NodeMCU to Wi-Fi Network After Lost Connection” and the values of “ssid” and “password” must be entered as parameters in:
WiFi.begin(ssid, password)
with the values obtained after using the wifimanager library.
Any help for this case?

]]>