Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.92k stars 3.22k forks source link

WiFi connection by BSSID #2151

Open Aircoookie opened 3 years ago

Aircoookie commented 3 years ago

Is your feature request related to a problem? Please describe. WLED tends to connect to the incorrect AP in mesh networks (multiple APs with the same credentials)

Describe the solution you'd like Allow optionally specifying a WiFi BSSID (AP mac address - 6 bytes in format 01:23:45:67:89:AB). WLED will only connect to that BSSID. WiFi.begin() accepts the BSSID as an optional parameter.

Describe alternatives you've considered Mesh systems might have configuration options to deal with this, but that depends on the manufacturer.

Wireheadbe commented 9 months ago

This would be a great addition. For a specific WLED, I have a far-away AP on channel 1, while the one in the same room as the WLED, on channel 6, never gets chosen. Forcing a roam, just causes the WLED to disconnect from WiFi and never come back.

ecov773 commented 9 months ago

I have the same issue as @Wireheadbe. Would be nice to be able to choose the BSSID.

blazoncek commented 9 months ago

I may add such feature into multiwifi branch. But no promises made.

xXFlyingBananaXx commented 7 months ago

is there any update on this?

blazoncek commented 7 months ago

No.