mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #817] Configuring Parameter without SSID #683
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#683
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 @dddhhhrrr on GitHub (Jan 29, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/817
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Hi. I'm working on a project in which I will have two variants: one that works via WiFi and other that works over Zigbee. Being that the ESP12 is really cheap, it makes sense for me to use the same PCB for both versions and just add or not the Zigbee module.
I already have the ESP12 version working fine, and I want to use the WiFi capabilities for configuring the parameters needed in the Zigbee version (but turn the WiFi off after that).
Is there any way to use WifiManager to configure ONLY parameters (without needing to configure an SSID to connect to)? I know that WifiManager is meant precisely for the SSID configuration part, but since it's working perfect for the parameter configuration part, I would like to use it for the Zigbee version that will not need to connect to Wifi. Any help?
Settings in IDE
Module: NodeMcu
@JasXSL commented on GitHub (Jan 30, 2019):
I was just about to open a similar issue. I have an ESP32 where I want to be able to turn on bluetooth from captive portal, even if there's no SSID.
But even if that wasn't the case, it would be nice if we could save the custom parameters anyway so they don't reset if the user typos the password.
@tablatronix commented on GitHub (Jan 30, 2019):
you can do this in development branch, using custom menu and only showing params/setup menu item. see DEV/ondemandconifg example
@Emmersonwonka commented on GitHub (Feb 2, 2021):
i need to configurate parameters but i dont wanna conect to a ssid, but if I left ssid = "" wifimanager enter in some kind of bucle
*WM: No ssid, skipping wifi
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: Handle root