mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
added model types for web colouring
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel panel-info table-responsive" id="boiler_show">
|
||||
<div class="panel panel-success table-responsive" id="boiler_show">
|
||||
<div class="panel-heading"><b>Boiler</b>: <span id="bm"></span></div>
|
||||
<table class="table table-hover table-bordered table-condensed">
|
||||
<tr>
|
||||
@@ -212,7 +212,7 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-warning table-responsive" id="thermostat_show">
|
||||
<div class="panel panel-info table-responsive" id="thermostat_show">
|
||||
<div class="panel-heading"><b>Thermostat</b>: <span id="tm"></span></div>
|
||||
<table class="table table-hover table-bordered table-condensed">
|
||||
<tr>
|
||||
@@ -228,9 +228,47 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-warning table-responsive" id="sm_show">
|
||||
<div class="panel-heading"><b>Solar Module</b>: <span id="sm"></span></div>
|
||||
<table class="table table-hover table-bordered table-condensed">
|
||||
<tr>
|
||||
<th>Colector Temperature:</th>
|
||||
<td id="sm1"></td>
|
||||
<th>Bottom Temperature:</th>
|
||||
<td id="sm2"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Pump Modulation:</th>
|
||||
<td id="sm3"></td>
|
||||
<th>Pump Active:</th>
|
||||
<td id="sm4"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Energy Last Hour:</th>
|
||||
<td id="sm5"></td>
|
||||
<th>Energy Today:</th>
|
||||
<td id="sm6"></td>
|
||||
<th>Energy Total:</th>
|
||||
<td id="sm7"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-success table-responsive" id="hp_show">
|
||||
<div class="panel-heading"><b>Heat Pump</b>: <span id="hm"></span></div>
|
||||
<table class="table table-hover table-bordered table-condensed">
|
||||
<tr>
|
||||
<th>Pump Modulation:</th>
|
||||
<td id="hp1"></td>
|
||||
<th>Pump Speed:</th>
|
||||
<td id="hp2"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="row form-group" style="text-align: center;">
|
||||
<button onclick="refreshStatus()" class="btn btn-primary">Refresh</button>
|
||||
<button onclick="refreshEMS()" class="btn btn-info">Refresh</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user