mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #844] Trying to Configure Multiple SSIDs in Wifi Manager #711
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#711
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 @shreyhere8 on GitHub (Mar 9, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/844
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Problem description
Settings in IDE
Module: NodeMcu, Wemos D1
Additional libraries:
Sketch
Debug Messages
@acidobinario commented on GitHub (Mar 23, 2019):
@shreyhere8 I'm not sure what the problem is... but I managed to use multiple wifi credentials storing them in SPIFFS with a JSON struct (I'm still working on trying to connect to the best wifi option), tell me what is your approach.
@shreyhere8 commented on GitHub (Mar 24, 2019):
I am working on a IOT project for smart agriculture. I need to create something like a wifi manager using esp8266 where I would be able to input mulitple wifi credentials and store them on EEPROM. So the Purpose is when I move my device between places, I would not have to re configure the wifi credentials each time. The wifi manager would automatically scan and try to connect to the best available signal.
My Approach was to integrate the Wifi manager and Wifi Multi libraries but I was unable to do so.
The change will also be required in the HTML page for the wifi manager to accept multiple SSIDs and Passwords.
@acidobinario commented on GitHub (Apr 6, 2019):
@shreyhere8 check out my blog post of this: https://acidobinario.me/blog/esp8266-wifimanager-multiple-wifi/
an example of that is on my repo https://github.com/acidobinario/espMultiWifiExample