seb821 / espRFLinkMQTT

ESP8266 gateway between RFLink and MQTT server
96 stars 32 forks source link

Feature request - Wifi Captive Portal #1

Closed agsochi closed 4 years ago

agsochi commented 5 years ago

Hi @seb821 Thank you for grate firmware. Can you please add Wifi Captive Portal like this one to your project?

And second - add web configurable MQTT server

seb821 commented 5 years ago

Hi agsochi, I thought about it, but it would add complexity to the code and require to spend more time on it. Same for web configurable MQTT server : it is probably doable, but as I am not a c developer at all, every improvement requires quite a lot of time. So, I prefer to focus on other projects. In fact, as I had spent quite some time on it, I just wanted to share my work as it could be useful to others, but I do not intend to make a firmware that will be maintained and improved regularly. Please be free to fork the project and improve it though. Regards,

seb821 commented 4 years ago

Hey,

I added MQTT web configurable server in the dev branch.

For wifi, I did several tests but I am not very satisfied at the moment

sylvaing commented 4 years ago

nice improvement in sight !

seb821 commented 4 years ago

Dev branch now includes a WiFi management part. No use of external library in order to avoid additonnal memory useage or increase firmware size. Sequence is: ESP starts access point after 1 min if WiFi connection failed, stays in this state for 5 min to give opportunity to update WiFi settings, then returns to normal WiFi connection attempt Please feel free to test the dev branch and comment. This version is probably very close to being released.

seb821 commented 4 years ago

Implemented in dev branch. Will be available in master soon.