wifi
-
Simplifying the use of hidden networks in ESPHome
If your Wi-Fi network is hidden, the wifi config every ESPHome guide hands you won't connect, and nothing in the logs says why. The option that fixes it existed, it just wasn't accepted in the short form. It turned out there was no reason for that, so I sent a patch.
-
Improving the ESPHome captive portal
The screen that gets an ESPHome device onto WiFi lists the same network once per access point, so a mesh shows up three or four times at different signal strengths. Tapping the strong one does nothing the weak one doesn't, because the device only ever gets the network name, not the access point you picked. I checked the source, then sent a 220-byte fix upstream to collapse the list to one row per network.