[GH-ISSUE #586] How to get the IP address before the configuration page is closed #489

Open
opened 2026-02-28 01:25:32 +03:00 by kerem · 3 comments
Owner

Originally created by @girl71 on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/586

If esp doesn't connected to serial port ,how to get new IP address
Is it possible to show it after save config and show when says Credentials Saved ?

Originally created by @girl71 on GitHub (Apr 9, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/586 If esp doesn't connected to serial port ,how to get new IP address Is it possible to show it after save config and show when says Credentials Saved ?
Author
Owner

@tusharpc commented on GitHub (Apr 9, 2018):

look for Ken Taylor's wifimanager here.

<!-- gh-comment-id:379899584 --> @tusharpc commented on GitHub (Apr 9, 2018): look for Ken Taylor's wifimanager here.
Author
Owner

@tablatronix commented on GitHub (Apr 10, 2018):

how long after?

you can use save callback, or just wait until your autoconnect or configportal call returns

WiFi.localIP()
WiFi.localIP().toString());

Or you can start the configportal manually and it will tell you in the webpage etc

<!-- gh-comment-id:379938824 --> @tablatronix commented on GitHub (Apr 10, 2018): how long after? you can use save callback, or just wait until your autoconnect or configportal call returns `WiFi.localIP()` `WiFi.localIP().toString());` Or you can start the configportal manually and it will tell you in the webpage etc
Author
Owner

@bfaliszek commented on GitHub (May 25, 2018):

kentaylor/WiFiManager show IP after wifi config, but configportal starts after every ESP reboot. It's possible to add info about IP after wifi config in tzapu/WiFiManager?

<!-- gh-comment-id:392082398 --> @bfaliszek commented on GitHub (May 25, 2018): kentaylor/WiFiManager show IP after wifi config, but configportal starts after every ESP reboot. It's possible to add info about IP after wifi config in tzapu/WiFiManager?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#489
No description provided.