Skip to content
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

WiCan connecting to undesired AP #74

Closed
puni2k opened this issue Nov 7, 2023 · 4 comments
Closed

WiCan connecting to undesired AP #74

puni2k opened this issue Nov 7, 2023 · 4 comments

Comments

@puni2k
Copy link
Contributor

puni2k commented Nov 7, 2023

Hi,

i use my WiCan device to monitor the SOC of my EV during charging.
I have a meshed wifi with multiple APs all with the same SSID. Since the wifi signal in my garage normally isn't very good I tried to improve it with a repeater.

'Normal' devices are working fine with this setup but I found that the WiCan device will almost never connect to the near (strong signal) AP but will more likely connect to a far (weak signal) AP which result in a rather unstable connection.

This seems to be a common problem with many ESP32 Wifi implementations and I found some suggestions on how to improve this.

I'd appreciate it very much if the wifi code could somehow be improved to work better with my environment.

@meatpiHQ
Copy link
Owner

@puni2k Thanks. I will look into this.

@puni2k
Copy link
Contributor Author

puni2k commented Nov 10, 2023

@meatpiHQ
Great timing :) , just managed to get a working build environment and build a firmware binary myself with WIFI_ALL_CHANNEL_SCAN, WIFI_CONNECT_AP_BY_SIGNAL and 802.11 k / v support.
From a first test it seemed to work fine.

I can create a pull request if you want.

@meatpiHQ
Copy link
Owner

@puni2k Yes please that would be great!

@puni2k
Copy link
Contributor Author

puni2k commented Nov 10, 2023

opened #76

@puni2k puni2k closed this as completed Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants