Skip to content

Commit 7dd68bb

Browse files
committed
- Implemented: Day display in energy/gas/water/temp report
1 parent 2351e80 commit 7dd68bb

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

History.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Version 2.3xxx
3030
- Fixed: CM180i graph display
3131
- Implemented: OpenZWave, added COMMAND_CLASS_PROTECTION in configuration options
3232
- Implemented: Netatmo, support for multiple Thermostats
33+
- Implemented: Day display in energy/gas/water/temp report
3334

3435
Version 2.3530 (November 1th 2015)
3536
- Implemented: Degree Days in Temperature report

www/html5.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# ref 1122
2+
# ref 1123
33

44
CACHE:
55
# CSS

www/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,11 +1099,29 @@ <h1 id="theader"></h1>
10991099
<br>
11001100
<div id="usagegraph" style="height: 240px;"></div>
11011101
</div>
1102+
<div id="reportviewtempmonth" style="display:none;">
1103+
<table class="display myrighttable" id="reporttable" border="0" cellpadding="0" cellspacing="0" width="100%">
1104+
<thead>
1105+
<tr valign="middle">
1106+
<th width="30" align="right" id="ftext"></th>
1107+
<th width="70" align="left"></th>
1108+
<th width="60" align="right" data-i18n="Humidity">Humidity</th>
1109+
<th width="60" align="right" data-i18n="Avg. Temp">Avg. Temp</th>
1110+
<th width="60" align="right" data-i18n="Min. Temp">Min. Temp</th>
1111+
<th width="60" align="right" data-i18n="Max. Temp">Max. Temp</th>
1112+
<th width="40" align="right">&lt;&gt;</th>
1113+
</tr>
1114+
</thead>
1115+
</table>
1116+
<br>
1117+
<div id="usagegraph" style="height: 240px;"></div>
1118+
</div>
11021119
<div id="monthreportviewgas" style="display:none;">
11031120
<table class="display myrighttable" id="monthreport" border="0" cellpadding="0" cellspacing="0" width="100%">
11041121
<thead>
11051122
<tr valign="middle">
11061123
<th width="30" align="right" data-i18n="Day">Day</th>
1124+
<th width="70" align="left"></th>
11071125
<th width="60" align="right" data-i18n="Counter">Counter</th>
11081126
<th width="60" align="right" data-i18n="Usage">Usage</th>
11091127
<th width="60" align="right" data-i18n="Costs">Costs</th>
@@ -1173,6 +1191,7 @@ <h1 id="theader" data-i18n="Usage this Year">Usage this Year</h1>
11731191
<thead>
11741192
<tr valign="middle">
11751193
<th width="30" align="right" data-i18n="Day">Day</th>
1194+
<th width="70" align="left"></th>
11761195
<th width="60" align="right" data-i18n="Counter T1">Counter T1</th>
11771196
<th width="60" align="right" data-i18n="Usage T1">Usage T1</th>
11781197
<th width="60" align="right" data-i18n="Costs">Costs</th>

www/js/domoticz.js.gz

-31.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)