Browse Source

added WEBINTERFACE.md with screenshots

FloKra 2 years ago
parent
commit
3828207441

+ 6 - 0
README.md

@@ -56,3 +56,9 @@ consists of:
 ## Software
 [Libraries](./LIBRARIES.md)
 
+
+
+## Web Interface
+
+Screenshots here: [WEBINTERFACE.md]()
+

+ 6 - 1
README_DE.md

@@ -81,4 +81,9 @@ Nach einiger Zeit - und da auch in der Open Source Welt nichts 100% passendes od
 [Hardware](./HARDWARE_DE.md)
 
 ## Software
-[Libraries](./LIBRARIES.md)
+[Libraries](./LIBRARIES.md)
+
+## Web Interface
+
+Screenshots hier: [WEBINTERFACE.md]()
+

+ 69 - 0
WEBINTERFACE.md

@@ -0,0 +1,69 @@
+# WiFiThermostat
+
+ESP8266 based, WiFi connected thermostat designed as replacement for electronic room thermostats used for most domestic heating systems. 
+
+[Deutsche version](./README_DE.md)
+
+## Web Interface
+
+### Main Page
+
+![webif_1](D:\Flo\git\WiFiThermostat\webif_1.png)
+
+![webif_1](D:\Flo\git\WiFiThermostat\webif_2.png)
+
+
+
+### System Information
+
+![webif_info](D:\Flo\git\WiFiThermostat\webif_info.png)
+
+### Configuration
+
+![webif_conf](D:\Flo\git\WiFiThermostat\webif_conf.png)
+
+### Configuration / Device & WiFi
+
+![webif_conf_device_1](D:\Flo\git\WiFiThermostat\webif_conf_device_1.png)
+
+![webif_conf_device_2](D:\Flo\git\WiFiThermostat\webif_conf_device_2.png)
+
+### Configuration / Date & Time
+
+![webif_conf_datetime](D:\Flo\git\WiFiThermostat\webif_conf_datetime.png)
+
+### Configuration / Logging
+
+![webif_conf_logging](D:\Flo\git\WiFiThermostat\webif_conf_logging.png)
+
+### Configuration / Web Interface
+
+![webif_conf_webif](D:\Flo\git\WiFiThermostat\webif_conf_webif.png)
+
+### Configuration / MQTT
+
+![webif_conf_mqtt_1](D:\Flo\git\WiFiThermostat\webif_conf_mqtt_1.png)
+
+![webif_conf_mqtt_2](D:\Flo\git\WiFiThermostat\webif_conf_mqtt_2.png)
+
+### Configuration / Thermostat Basic
+
+![webif_conf_th_basic](D:\Flo\git\WiFiThermostat\webif_conf_th_basic.png)
+
+### Configuration / Thermostat Advanced
+
+![webif_conf_th_adv_1](D:\Flo\git\WiFiThermostat\webif_conf_th_adv_1.png)
+
+![webif_conf_th_adv_2](D:\Flo\git\WiFiThermostat\webif_conf_th_adv_2.png)
+
+![webif_conf_th_adv_3](D:\Flo\git\WiFiThermostat\webif_conf_th_adv_3.png)
+
+
+
+### Configuration / Additional Functions
+
+![webif_conf_add](D:\Flo\git\WiFiThermostat\webif_conf_add.png)
+
+### Configuration / Web Console
+
+![webif_console](D:\Flo\git\WiFiThermostat\webif_console.png)

BIN
webif_1.png


BIN
webif_2.png


BIN
webif_conf.png


BIN
webif_conf_add.png


BIN
webif_conf_datetime.png


BIN
webif_conf_device_1.png


BIN
webif_conf_device_2.png


BIN
webif_conf_logging.png


BIN
webif_conf_mqtt_1.png


BIN
webif_conf_mqtt_2.png


BIN
webif_conf_th_adv_1.png


BIN
webif_conf_th_adv_2.png


BIN
webif_conf_th_adv_3.png


BIN
webif_conf_th_basic.png


BIN
webif_conf_webif.png


BIN
webif_console.png


BIN
webif_info.png