I’m using several Access Points to cover my house.
Unfortunately, ESPHome (esp8266) does not connect to the strongest AccessPoint, but more or less to a random one.
for example: wifi_info returns the following information:
mynetwork: -82dB
mynetwork: -87dB
mynetwork: -27dB
And the esp8266 connects to a first (weak) network, instead of the strong one.
I found the following Issue Reconnect WiFi (scan for strongest AP) · Issue #731 · esphome/feature-requests · GitHub
Is there now a function built into esphome so that the Esp8266 selects the strongest AP?
Or is there an easy way?
Thanks
EDIT:
Even with the options " fast_connect: False" it does not work reliable.
If I have to switch off the Access Point while the esp8266 is running, the esp8266 never connects back to the strongest AP without a reboot.