mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1743] Custom configuration, on demand server, and invoking web server for future config updates #1479
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1479
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maneeshblr on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1743
Basic Infos
I have the autoConnect() working. Then, I am running the config portal for configuration of custom parameters. However, I cannot figure how to get the local IP hyperlink so that I can click to get to the local IP to run the configuration in a browser. Additionally, I would like to see the status of the MQTT connection, which is configured using custom parameters. Lastly, once the MQTT configuration is done, would like to have a way to update the parameters. So, how to invoke the web server? If it must be run continuously, then I should protect with HTTP auth.
Hardware
WiFimanager Branch/Release: 2.0.17
Esp8266/Esp32: ESP8266
Hardware: esp01
Core Version: 3.1.2
Description
Here is what I am trying to do:
The above is working - the configuration pages come up and MQTT config can be saved. At the bottom of the page, it says "connected to AP with IP 192.168.1.25
Limitations
So, here is what I request help with:
Please guide. Thank you!
Settings in IDE
Module: ESP8266 Generic Module
Additional libraries: WiFiManager, LittleFS, PubSubClient, NTPClient
Sketch
Debug Messages