[GH-ISSUE #817] Configuring Parameter without SSID #683

Closed
opened 2026-02-28 01:26:33 +03:00 by kerem · 3 comments
Owner

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:

  • Master
  • Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

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

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • staging (master/dev)

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

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:** - [x] Master - [ ] Development **Esp8266/Esp32:** - [x] ESP8266 - [x] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [x] ESP12 E/F/S (nodemcu, wemos, feather) - [ ] Other **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [x] 2.4.0 - [ ] staging (master/dev) ### 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
kerem closed this issue 2026-02-28 01:26:33 +03:00
Author
Owner

@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.

<!-- gh-comment-id:458963537 --> @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.
Author
Owner

@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

<!-- gh-comment-id:459046813 --> @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
Author
Owner

@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

<!-- gh-comment-id:771266661 --> @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
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#683
No description provided.