EspMQTTClient icon indicating copy to clipboard operation
EspMQTTClient copied to clipboard

Support a list of wifi networks

Open autoantwort opened this issue 3 years ago • 5 comments

Instead of providing one ssid password combination, it would be cool if you could provide a list of combinations. For example for my testing network and for the "production" location. Currently you always have to upload a new sketch every time you switch the location.

But cool project, simplifies my code a lot!

autoantwort avatar Aug 01 '21 19:08 autoantwort

I already started implementing that, will create a PR once I am finished

autoantwort avatar Aug 06 '21 22:08 autoantwort

I may replace the internal WiFI handling completly with the new EspSimpleWifiHandler from https://github.com/plapointe6/EspSimpleWifiHandler

I like the idea of more than one wifi config. I will take a look into this. I think that something already exists to handle this (WifiMulti).

plapointe6 avatar Nov 30 '21 00:11 plapointe6

i would love to see that feature too.

josefgu avatar Mar 03 '22 09:03 josefgu

What is the status of this feature? Is it already implemented or still in development?

I would also like this feature. I mean i am moving my device between 4 different locations(wifis).

mojgithub avatar Jul 26 '22 17:07 mojgithub

I started the implementation, but now have switched to esphome and have no interest anymore the finish the implementation. esphome can handle multiple wifis.

autoantwort avatar Jul 26 '22 17:07 autoantwort