tjhorner / upsy-desky

Make your standing desk smarter
https://upsy-desky.tjhorner.dev
Other
478 stars 24 forks source link

Consider adding fast_connect to WiFi options #16

Closed TheRealAvise closed 1 year ago

TheRealAvise commented 1 year ago

Maybe consider adding fast_connect option under WiFi, otherwise it can't connect to hidden SSID's.

tjhorner commented 1 year ago

I have actually tried this out before; ESPHome requires that a WiFi network is specified in the config for this option to be available. I'm unsure if they have changed this in recent versions, but I'll see if this is now possible. If it isn't, I'll raise an issue on ESPHome's side and maybe submit a PR to enable this functionality without specifying a network in the config

TheRealAvise commented 1 year ago

Ups, did not know that.

Maybe then just add to the wiki, as something to try, if WiFi SSID is hidden.

tjhorner commented 1 year ago

Yep, good idea! I'll add that to the troubleshooting doc

tjhorner commented 1 year ago

Added to the Getting Started docs