mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #93] AutoConnectWithFSParameters Examples not working #67
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#67
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 @ratzl on GitHub (Feb 5, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/93
Hi,
I've tried both examples for adding custom parameters, both are not working.
Custom parameters will not be saved, and ESP is not connected to AP.
I'm using core 2.1.0 and lib 0.9
*WM: Parameter
*WM: server
*WM: bla
*WM: Parameter
*WM: port
*WM: 8081
*WM: Parameter
*WM: blynk
*WM: YOUR_BLYNK_N
*WM: static ip
*WM: 10.0.1.56
*WM: static gateway
*WM: 10.0.1.1
*WM: static netmask
*WM: 255.255.255.0
*WM: Sent wifi save page
*WM: Connecting to new AP
*WM: Connecting as wifi client...
*WM: Custom STA IP/GW/Subnet
*WM: 10.0.1.56
*WM: Connection result:
*WM: 0
*WM: Failed to connect.
@tzapu commented on GitHub (Feb 5, 2016):
hi
that looks wrong
*WM: static ip
*WM: 100156
*WM: static gateway
*WM: 10011
*WM: static netmask
*WM: 2552552550
missing some dots…
@ratzl commented on GitHub (Feb 5, 2016):
sorry ???
@tzapu commented on GitHub (Feb 5, 2016):
100156 is not a valid ip
nor is 2552552550
@ratzl commented on GitHub (Feb 5, 2016):
did't you see te dots in your browser?
*WM: Parameter
*WM: server
*WM: bla
*WM: Parameter
*WM: port
*WM: 8081
*WM: Parameter
*WM: blynk
*WM: YOUR_BLYNK_N
*WM: static ip
*WM: 10.0.1.56
*WM: static gateway
*WM: 10.0.1.1
*WM: static netmask
*WM: 255.255.255.0
*WM: Sent wifi save page
*WM: Connecting to new AP
*WM: Connecting as wifi client...
*WM: Custom STA IP/GW/Subnet
*WM: 10.0.1.56
*WM: Connection result:
*WM: 0
*WM: Failed to connect.
@ratzl commented on GitHub (Feb 5, 2016):
btw, i have only edit the server,port and blynk parameter
@tzapu commented on GitHub (Feb 5, 2016):
no, something must of been off on the email formatting, weird.
in the examples, if it doesn t connect, it doesn t save, so that s why that is happening.
as for connecting, i don t know why it behaves like that, it s something amiss in newer sdk s...
check the following:
i hope some of those will sort it
cheers
@ratzl commented on GitHub (Feb 5, 2016):
same problem with simple AutoConnect ... not connecting
@tzapu commented on GitHub (Feb 8, 2016):
hi, did you check/try these
@ratzl commented on GitHub (Feb 12, 2016):
hi,
after a long test period I've found out some strange behavior:
To change custom parameters I need the following steps:
-Enter Config Page
-Insert wrong ssid and password , --->save settings.
-Power cycle ESP Module
-Enter Config Page
-Insert correct ssid and password , and insert custom parameters--->save settings.
Now custom parameters are saved !
@tzapu commented on GitHub (Feb 16, 2016):
so, if you enter the correct ssid and pass the first time, the custom params are not saved?