-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Described the feature in detail and justified the reason for the request.
- Provided specific use cases and examples.
Feature description
I have multiple WiFi Access Points (APs) covering the same SSID. When the ESP32 TBR connects, it seems to connect to the closest AP (strongest signal, presumably). However, when it disconnects from this AP (e.g. if it was rebooted, etc), it then reconnects to another AP that may have very weak signal).
It would be good if the TBR could periodically check and re-connnect to the strongest (preferred) AP, eg:
- periodically rescan, like how Tasmota does it, or
- if re-scanning takes too long, perhaps we could configure a preferred BSSID in menuconfig, and connect to it whenever it is available.
Thanks for considering this.
Use cases
If the AP that the TBR is connected to is rebooted, etc, the TBR will reconnect to another which may be farther away and provide a weak signal. Once the original AP recovers, it would be good for the TBR to reconnect to it.
Alternatives
Need to reboot the TBR.
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels