[GH-ISSUE #1089] How to get config / web portal status (i.e. 'am I running?' in non-blocking mode #930

Open
opened 2026-02-28 01:27:43 +03:00 by kerem · 0 comments
Owner

Originally created by @cscashby on GitHub (Jul 5, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1089

Basic Infos

Hardware

WiFimanager Branch/Release:

  • Master
  • Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • ESP12 E/F/S (nodemcu, wemos, feather)
  • Other (TinyPico ESP32)

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

Description

This is a question more than an issue, but might be a feature request!

Currently it doesn't seem possible to poll whether the config / web portal is running or not. This means you have to run in non blocking mode if you want to run a webserver independently of the config mode. I have to run in non-blocking as I need to do other things while the portal is running.

If the above is correct then I'd like to have a callback on autoConnect - BEFORE the config portal gets started. Likewise AFTER the config portal has exited so that I can start my webserver.

Originally created by @cscashby on GitHub (Jul 5, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1089 ### Basic Infos #### Hardware **WiFimanager Branch/Release:** - [ ] Master - [x] Development **Esp8266/Esp32:** - [ ] ESP8266 - [x] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [ ] ESP12 E/F/S (nodemcu, wemos, feather) - [x] Other (TinyPico ESP32) **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [x] 2.4.0 - [ ] staging (master/dev) ### Description This is a question more than an issue, but might be a feature request! Currently it doesn't seem possible to poll whether the config / web portal is running or not. This means you have to run in non blocking mode if you want to run a webserver independently of the config mode. I have to run in non-blocking as I need to do other things while the portal is running. If the above is correct then I'd like to have a callback on autoConnect - BEFORE the config portal gets started. Likewise AFTER the config portal has exited so that I can start my webserver.
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#930
No description provided.