Use http server for settings

Hi,

I use a lot of ESP8266 for my smart home.
Some with ESPurna, some with Tasmota, a couple with ESPEasy.
An important feature of them is that they don’t have hard coded settings for MQTT server or wifi authentication, but they let you browse SSID in AP mode, then the board reboot and it connects to the network.
This way, I can even provide one or more fallback networks.
This is for MQTT too: I can easily swap MQTT server, without recompiling the .ino.

Can’t this be done for OpenMQTT Gateway? Having settins on board is very important for user experience.

Hi,

if you use ESP8266 once you load the program OMG generate an access point with a web page so as to enter wifi and mqtt credentials.
Is it what you are talking about?