psych0d0g / ESP8266_FishTank

IOT ESP8266 Fishtank Controller
MIT License
4 stars 0 forks source link

Make Key parameters Configurable on the Web GUI #3

Closed psych0d0g closed 6 years ago

psych0d0g commented 6 years ago

Enable the user to set target temperature and maximum difference between measured and desired temperature via webinterface and store the choices in ESP's eeprom (use defaults if nothing has ben stored in eeprom so far)

psych0d0g commented 6 years ago

Implementation started, currently the code for reading stored settings is done, storing is a draft, settings page layout done but non functional so far.

psych0d0g commented 6 years ago

Done, dynamic configuration of desired target temperature und maximum allowed offset from it is implemented