esp8266-iot-framework icon indicating copy to clipboard operation
esp8266-iot-framework copied to clipboard

Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.

Results 12 esp8266-iot-framework issues
Sort by recently updated
recently updated
newest added

Hello, i added "lib_deps = ESP8266 IoT Framework" to the platformio.ini and when i hit build the following error appears : Processing d1_mini (platform: espressif8266; board: d1_mini; framework: arduino) -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose...

Hello! Been using my ESP32 fork for couple of projects for ~yr. However, my forked branch has fallen behind, the pull request included a bunch GUI edits, unrelated to ESP32...

Creation of the fr.json file for the implementation of the French language. Tested and functional on my side.

Hello, I have just implemented your framework with the standard configuration and everything works perfectly. Thanks for the great work! The next step for me is to customize the html...

Hi, I am trying to configure and make it work mDNS responder in order to make configuration more simple. Looking at varius code around online I found this code ```c++...

This framework looks very nice indeed! I am thinking of an application of this framework where I would like the ESP8266 to act as device that can both send and...

In order to have better handling of device when a wifi will be forgot and when a new WiFi will be configured I added 2 new function to WiFiManager. One...

Nice to have is a "label" field in dashboard. I tried it, but the framework will be getting unstable, if "label" will be used in dashboard. @maakbaas : Your framework...

Hi, it would be great to have separator line and/or title in config page, to better group settings, in example General, MQTT, etc To achieve this, a special json could...

It will be more secure, if the password is hidden in configuration in case of passwords are used in text fields. Or is there an other way to asterisk the...