diff --git a/templates/news.html b/templates/news.html new file mode 100644 index 0000000..c7155a2 --- /dev/null +++ b/templates/news.html @@ -0,0 +1,27 @@ + + +
+
+
+

News

+ +
+
+
+ +
+
diff --git a/templates/power_usage.html b/templates/power_usage.html new file mode 100644 index 0000000..2341eef --- /dev/null +++ b/templates/power_usage.html @@ -0,0 +1,47 @@ +
+
+
+

Power usage

+ +
+
+
+ + + + + + + + + + + {% for k, v in blockArray[count]["power_usage"].iteritems() %} + + + + + {% endfor %} + + + + + +
ComponentVerbruik
{{k}}{{v[1]}}
Total {{blockArray[count]["power_usage_calc_total"]}} kWh
+ +
+
+
+ diff --git a/templates/serverlog.html b/templates/serverlog.html new file mode 100644 index 0000000..fbe4cf7 --- /dev/null +++ b/templates/serverlog.html @@ -0,0 +1,11 @@ + +
+ +
+
+
+

+
+ diff --git a/templates/settings.html b/templates/settings.html new file mode 100644 index 0000000..c6ca97e --- /dev/null +++ b/templates/settings.html @@ -0,0 +1,161 @@ + + + +
+ +
+ +
+
+
+ +
+ This page requires further development. Please use the config file for advanced changes to the dashboard. +

+
+
+ diff --git a/templates/switches.html b/templates/switches.html new file mode 100644 index 0000000..a514ff1 --- /dev/null +++ b/templates/switches.html @@ -0,0 +1,101 @@ + +
+
+
+

Schakelaars

+ +
+
+
+
+
+ + {% for k, v in blockArray[count]["switches"].iteritems() %} + + + + + {% endfor %} +
+ {% if "switch" in v[1] %} + + {% elif "dimmer" in v[1] %} +   + {% elif "setpoint" in v[1] %} +
+

+
+
+
+ {% elif "rgb" in v[1] %} +   +

+ + + + {% endif %} +
+
+
+
+
+ diff --git a/templates/top_tiles.html b/templates/top_tiles.html new file mode 100644 index 0000000..0e370cf --- /dev/null +++ b/templates/top_tiles.html @@ -0,0 +1,28 @@ + +
+ {% for k, v in blockArray[count]["top_tiles"].iteritems() %} +
+
+
+ {{k}} +
{{v[2]}}
+
+
+ {% endfor %} +
+ + + diff --git a/templates/weather.html b/templates/weather.html new file mode 100644 index 0000000..938d070 --- /dev/null +++ b/templates/weather.html @@ -0,0 +1,33 @@ +
+
+
+

Weather

+ +
+
+
+
+
+ + +