-
Notifications
You must be signed in to change notification settings - Fork 17
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
Wireless networks duplicated #44
Comments
Hey @uselessgames the logs can be watched live using Logs would be indeed very helpful to understand why there are duplicated networks. |
I did monitor Attached is syslog. To recreate this syslog I had additional issue with showing correct ble name. At first it showed the device name, then close berrylan, wait, and re-open it showed setup. FYI - as mentioned in issue 43 I have secondary service that runs after nymea sets network. I have tested by disabling my service and duplicate network display persists. |
Does I remember we had the issue that if there are multiple wifi's with the same ssid, but different hotspots (mac addresses) we show them duplicated, so the client application can pick the one with the best signal strength. I have to add the debug category so the ingoing and outgoing traffic can be printed optional for such situations. PS: you should delete line 930 from that logfile. |
I thought i did that.. done now. I suppose there is no new bug that you didn't already know of. |
The way to go would be: filter on the app side duplicated networks ssid s and show only the one with the best signal strength. |
Keeping the issue open as a reminder:
|
I was just doing this! :) thank you for prompt response |
I have noticed some but not all wireless networks are being duplicated on the available networks screen. The issue can be recreated with berrylan app. When I check with other devices for wifi I can see there are no duplicate networks
This is installed on a rpi4.
I tried looking through the daemon.log but couldn't see that it saves any of the network information. Tried debug option also with no success to try help provide useful log.
Happy to share logs if you tell me which one is of good use to you.
Thank you
The text was updated successfully, but these errors were encountered: