You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In multi-AP setups (same SSIDs and Passphrases for all APs), OMG seems to stick to an AP and won't connect to another one if it turns off
To Reproduce
Steps to reproduce the behavior:
Startup OMG with all APs visible
Disconnect power from AP (Ctrl+F "##### AP disconnected from power #####" in log)
OMG won't connect to other APs with same SSID, only to previous BSSID
Connect AP to power
OMG connects to original AP
or:
4. restart OMG
5. OMG connects to another AP
Expected behavior
re-scan for WiFi instead to "insisting" on last BSSID or reboot after a given number of fails
Running on ESP32-C3 mini boards w/ framework-arduinoespressif32 @ 3.20007.0 (2.0.7) & toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
also seeing weird behavior in similar environment: Multiple APs available and visible during bootup but fails to connect. I will file another ticket for that.
The text was updated successfully, but these errors were encountered:
Worst case, it should be rebooting after 12 failed attempts to connect to the broker -- and I know that works properly on my setup, sometimes too well :) (in that it seems to lose connection to the broker, then fails to reconnect, then reboots even when the network is up)
Would be helpful if you monitored serial port and shared logs...
I think I found the reason for the behavior - one small detail I forgot to mention:
To avoid manually configuring the gateways, I used the ESPWifiManualSetup, wifi_ssid and wifi_password defines which seem to cause different behavior than using the Wifi Manager UI.
Skimming through the documentation and User_config.h, I couldn't find any other easy way to set build time wifi credentials, is there any way?
Describe the bug
In multi-AP setups (same SSIDs and Passphrases for all APs), OMG seems to stick to an AP and won't connect to another one if it turns off
To Reproduce
Steps to reproduce the behavior:
or:
4. restart OMG
5. OMG connects to another AP
Expected behavior
re-scan for WiFi instead to "insisting" on last BSSID or reboot after a given number of fails
Screenshots
omg_ap_reconnect.txt
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: