homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 308 forks source link

Request: Add multi access point #322

Open itsjustvenky opened 7 years ago

itsjustvenky commented 7 years ago

Hi,

This a new feature request. Currently we can only add one SSID/password. How about adding multiple SSID/password (ESP8266WiFiMulti).

This will be really helpful if we are extending the Wifi coverage using another router but with different SSID. (using WDS function on TP-Link routers).

Thanks Venkat

The issue tracker is a great place to ask for enhancements and to report bugs. If you have some questions or if you need help, some people might help you on the Gitter room.

Before submitting your issue, make sure:

Thanks!

bertmelis commented 7 years ago

Just a question: why would you use different ssids?

amayii0 commented 7 years ago

I understand request (make it easy to jump between locations in house / garden...) but can't find it as a proper way. Looks too random to me, I would rather check how hotspots are setup.

itsjustvenky commented 7 years ago

@bertmelis I have two wifi networks on each side of home with different SSID's. I need to change SSID in config file, If I move the module to other network/place. So If I have option of adding two SSID's my module will pickup whichever it is available, instead of upload new config, and I think this is exact reason behind the creation of "ESP8266WiFiMulti". thanks.

warrenberberd commented 3 years ago

I wrote an small Hack to add support for Multiple SSID in Homie. find diff file in attachment. feel free to iinclude in main stream if you want. addMultipleSSIDSupport.txt