-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Show result of WIFI scan in web ui or at least in serial console #2288
Comments
Nope, there is no active scan as every scan interrupts the active wifi connection as all channels have to be cycled to scan for SSIDs |
So there is also no WIFI scan before attempting to connect to the network? Is there any information available in case the WIFI connection cannot be established? |
Correct. No need to scan for network SSIDs if the target SSID is already known.
Yes. As you already wrote above, it shows the errors in the console. (Thats the information the SDK provides) |
@ceggers01 thanks for the hint on the failing MP1477 DCDC-converter chips on 5 year old Fritz!Box 7590 models. Regarding your question on a more detailled WiFi disconnect reason, we have been discussing this in conjunction with WLAN Roaming and Mesh Steering as defined in WiFi 802.11k/r/v Standards somewhere in this thread #2202 (comment) on WiFi issues. |
Closing this issue as a "wifi scan" is not done when connecting to a wifi network and the disconnect reason is already implemented. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
Is your feature request related to a problem? Please describe.
There are repeated issues with the 2.4 GHz WIFI of the AVM Fritz!Box 7590 [1]. As a result, the OpenDTU cannot connect to the WIFI anymore while other devices (mobiles phones, laptops) are working fine. For the user it can be quite difficult to make a proper diagnosis (#2281).
[1] https://www.borncity.com/blog/2024/05/30/nachlese-ausfall-des-2-4-ghz-wlan-an-der-fritzbox-7590-nach-ca-5-jahren/
Describe the solution you'd like
I suggest showing the result of the WIFI scan (I assume there is such in scan in OpenDTU) in the web ui (SSID, RSSI) or at least in the serial console. Additionally the serial console log should show some more useful information.
Current console output:
Suggested output:
Where "reason" could be something like "AP not found", "invalid PSK", "DHCP failed", ...
Describe alternatives you've considered
Any kind of extra information in case of a WIFI connection failure would be welcome.
Additional context
No response
The text was updated successfully, but these errors were encountered: