2022-11-15 12:54:21 +08:00
|
|
|
|
<main id="js-page-content" role="main" class="page-content">
|
|
|
|
|
<div class="row">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<div class="col-sm-12 col-xl-4 poisition-relative">
|
|
|
|
|
<!-- <img src="img/clouds.png" class="img-fluid" style="min-height: 520px;"> -->
|
|
|
|
|
|
|
|
|
|
<div id="forgeViewer" class="position-absolute" style="width:96%;height:96%;"></div>
|
|
|
|
|
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-12 col-xl-4">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-6 col-xl-6">
|
|
|
|
|
<div class="p-3 bg-primary-300 rounded overflow-hidden position-relative text-white mb-g">
|
|
|
|
|
<div class="">
|
|
|
|
|
<h3 class="display-4 d-block l-h-n m-0 fw-500">
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<span id="todayUseElec"></span>
|
2022-12-01 19:32:32 +08:00
|
|
|
|
<small class="m-0 l-h-n">今日用電量 kWH</small>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<i class="fal fa-user position-absolute pos-right pos-bottom opacity-15 mb-n1 mr-n1" style="font-size:6rem"></i>
|
|
|
|
|
</div>
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="col-sm-6 col-xl-6">
|
|
|
|
|
<div class="p-3 bg-warning-400 rounded overflow-hidden position-relative text-white mb-g">
|
|
|
|
|
<div class="">
|
|
|
|
|
<h3 class="display-4 d-block l-h-n m-0 fw-500">
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<span id="yesUseElec"></span>
|
2022-12-01 19:32:32 +08:00
|
|
|
|
<small class="m-0 l-h-n">昨日用電量</small>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<i class="fal fa-gem position-absolute pos-right pos-bottom opacity-15 mb-n1 mr-n4" style="font-size: 6rem;"></i>
|
|
|
|
|
</div>
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="col-lg-12">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<div id="panel-2" class="panel" data-panel-sortable data-panel-collapsed data-panel-close>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="panel-hdr">
|
|
|
|
|
<h2>
|
|
|
|
|
昨日/今日用電比較
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-container show">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<div class="panel-content poisition-relative">
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="p-1 position-absolute pos-right pos-top mt-3 mr-3 z-index-cloud d-flex align-items-center justify-content-center">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<!--<div class="border-faded border-top-0 border-left-0 border-bottom-0 py-2 pr-4 mr-3 hidden-sm-down">
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="text-right fw-500 l-h-n d-flex flex-column">
|
|
|
|
|
<div class="h3 m-0 d-flex align-items-center justify-content-end">
|
|
|
|
|
<div class='icon-stack mr-2'>
|
|
|
|
|
<i class="base base-7 icon-stack-3x opacity-100 color-success-600"></i>
|
|
|
|
|
<i class="base base-7 icon-stack-2x opacity-100 color-success-500"></i>
|
|
|
|
|
<i class="fal fa-arrow-up icon-stack-1x opacity-100 color-white"></i>
|
|
|
|
|
</div>
|
|
|
|
|
$44.34 / GE
|
|
|
|
|
</div>
|
|
|
|
|
<span class="m-0 fs-xs text-muted">Increased Profit as per redux margins and estimates</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="js-easy-pie-chart color-info-400 position-relative d-inline-flex align-items-center justify-content-center" data-percent="35" data-piesize="95" data-linewidth="10" data-scalelength="5">
|
|
|
|
|
<div class="js-easy-pie-chart color-success-400 position-relative position-absolute pos-left pos-right pos-top pos-bottom d-flex align-items-center justify-content-center" data-percent="65" data-piesize="60" data-linewidth="5" data-scalelength="1" data-scalecolor="#fff">
|
|
|
|
|
<div class="position-absolute pos-top pos-left pos-right pos-bottom d-flex align-items-center justify-content-center fw-500 fs-xl text-dark">78%</div>
|
|
|
|
|
</div>
|
2022-12-05 18:45:24 +08:00
|
|
|
|
</div>-->
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:100%; min-height:300px;">
|
|
|
|
|
<canvas class="chart" id="eveDayElecChart"></canvas>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="col-sm-12 col-xl-4">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-6 col-xl-6">
|
|
|
|
|
<div class="p-3 bg-success-200 rounded overflow-hidden position-relative text-white mb-g">
|
|
|
|
|
<div class="">
|
|
|
|
|
<h3 class="display-4 d-block l-h-n m-0 fw-500">
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<span id="insPower"></span>
|
2022-12-01 19:32:32 +08:00
|
|
|
|
<small class="m-0 l-h-n">即時功率</small>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<i class="fal fa-lightbulb position-absolute pos-right pos-bottom opacity-15 mb-n5 mr-n6" style="font-size: 8rem;"></i>
|
|
|
|
|
</div>
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="col-sm-6 col-xl-6">
|
|
|
|
|
<div class="p-3 bg-info-200 rounded overflow-hidden position-relative text-white mb-g">
|
|
|
|
|
<div class="">
|
|
|
|
|
<h3 class="display-4 d-block l-h-n m-0 fw-500">
|
2022-12-01 19:32:32 +08:00
|
|
|
|
8,846
|
|
|
|
|
<small class="m-0 l-h-n">即時契約容量占比 kWH</small>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<i class="fal fa-globe position-absolute pos-right pos-bottom opacity-15 mb-n1 mr-n4" style="font-size: 6rem;"></i>
|
|
|
|
|
</div>
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="col-lg-12">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<div id="panel-3" class="panel" data-panel-sortable data-panel-collapsed data-panel-close>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="panel-hdr">
|
|
|
|
|
<h2>
|
|
|
|
|
本週/上週用電比較
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-container show">
|
|
|
|
|
<div class="panel-content poisition-relative">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<!--<div class="pb-5 pt-3">
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-6 col-xl-3 d-sm-flex align-items-center">
|
|
|
|
|
<div class="p-2 mr-3 bg-info-200 rounded">
|
|
|
|
|
<span class="peity-bar" data-peity="{"fill": ["#fff"], "width": 27, "height": 27 }">3,4,5,8,2</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label class="fs-sm mb-0">Bounce Rate</label>
|
|
|
|
|
<h4 class="font-weight-bold mb-0">37.56%</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6 col-xl-3 d-sm-flex align-items-center">
|
|
|
|
|
<div class="p-2 mr-3 bg-info-300 rounded">
|
|
|
|
|
<span class="peity-bar" data-peity="{"fill": ["#fff"], "width": 27, "height": 27 }">5,3,1,7,9</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label class="fs-sm mb-0">Sessions</label>
|
|
|
|
|
<h4 class="font-weight-bold mb-0">759</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6 col-xl-3 d-sm-flex align-items-center">
|
|
|
|
|
<div class="p-2 mr-3 bg-success-300 rounded">
|
|
|
|
|
<span class="peity-bar" data-peity="{"fill": ["#fff"], "width": 27, "height": 27 }">3,4,3,5,5</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label class="fs-sm mb-0">New Sessions</label>
|
|
|
|
|
<h4 class="font-weight-bold mb-0">12.17%</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-6 col-xl-3 d-sm-flex align-items-center">
|
|
|
|
|
<div class="p-2 mr-3 bg-success-500 rounded">
|
|
|
|
|
<span class="peity-bar" data-peity="{"fill": ["#fff"], "width": 27, "height": 27 }">6,4,7,5,6</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label class="fs-sm mb-0">Clickthrough</label>
|
|
|
|
|
<h4 class="font-weight-bold mb-0">19.77%</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-05 18:45:24 +08:00
|
|
|
|
</div>-->
|
|
|
|
|
<div style="width:100%; min-height:300px;">
|
|
|
|
|
<canvas class="chart" id="eveWeekElecChart"></canvas>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</div>
|
2022-12-05 18:45:24 +08:00
|
|
|
|
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
|
|
|
|
|
<div class="row">
|
2022-12-02 18:53:00 +08:00
|
|
|
|
<div class="col-sm-12 col-lg-8">
|
|
|
|
|
<div class="row" id="sysSubBtnList">
|
|
|
|
|
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-02 18:53:00 +08:00
|
|
|
|
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="col-sm-12 col-lg-4">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-6">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<div id="panel-3" class="panel" data-panel-sortable data-panel-collapsed data-panel-close>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="panel-hdr">
|
|
|
|
|
<h2>
|
|
|
|
|
異常狀態
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-container show">
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<div class="panel-content poisition-relative p-0">
|
2022-12-02 11:19:20 +08:00
|
|
|
|
<!--<div class="pb-5 pt-3">
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="d-flex mr-4">
|
|
|
|
|
<div class="mr-2">
|
|
|
|
|
<span class="peity-donut" data-peity="{ "fill": ["#967bbd", "#ccbfdf"], "innerRadius": 14, "radius": 20 }">7/10</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label class="fs-sm mb-0 mt-2 mt-md-0">New Sessions</label>
|
|
|
|
|
<h4 class="font-weight-bold mb-0">70.60%</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-02 11:19:20 +08:00
|
|
|
|
</div>-->
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<div class="col-12 mb-2 position-relative row m-0 justify-content-center">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:25%;left:27%;">異常數量<br>18</span>
|
|
|
|
|
<img src="img/u110.png" class="w-50">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:42%;left:51%;">賦歸數量<br>28</span>
|
2022-12-02 11:19:20 +08:00
|
|
|
|
</div>
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<div class="col-12 mb-2 position-relative row m-0 justify-content-center">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:43%;left:24%;">已確認異常<br>8</span>
|
|
|
|
|
<img src="img/u106.png" class="w-50">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:35%;left:52%;">未確認異常<br>6</span>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-lg-6">
|
2022-12-05 18:45:24 +08:00
|
|
|
|
<div id="panel-3" class="panel" data-panel-sortable data-panel-collapsed data-panel-close>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
<div class="panel-hdr">
|
|
|
|
|
<h2>
|
|
|
|
|
工單進度
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-container show">
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<div class="panel-content poisition-relative p-0">
|
2022-12-02 11:19:20 +08:00
|
|
|
|
<!--<div class="pb-5 pt-3">
|
|
|
|
|
<div class="d-flex mr-0">
|
|
|
|
|
<div class="mr-2">
|
|
|
|
|
<span class="peity-donut" data-peity="{ "fill": ["#2196F3", "#9acffa"], "innerRadius": 14, "radius": 20 }">3/10</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label class="fs-sm mb-0 mt-2 mt-md-0">Page Views</label>
|
|
|
|
|
<h4 class="font-weight-bold mb-0">14,134</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>-->
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<div class="col-12 mb-2 position-relative row m-0 justify-content-center">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:25%;left:27%;">已完成<br>6</span>
|
|
|
|
|
<img src="img/u40.png" class="" style="width:75%;margin-left:0px;left:-22px;">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:51%;left:58%;">未完成<br>8</span>
|
2022-12-02 11:19:20 +08:00
|
|
|
|
</div>
|
2022-12-03 16:45:20 +08:00
|
|
|
|
<div class="col-12 mb-2 position-relative row m-0 justify-content-center">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:43%;left:26%;">未派工<br>5</span>
|
|
|
|
|
<img src="img/u43.png" class="mt-2 mb-1" style="width:51%;">
|
|
|
|
|
<span class="text-center position-absolute t-white" style="top:42%;left:58%;">派工中<br>9</span>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-11-15 12:54:21 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
|
2022-11-15 11:25:47 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
2022-12-05 18:45:24 +08:00
|
|
|
|
|
2022-12-02 18:59:00 +08:00
|
|
|
|
var tarElePath = '';
|
2022-12-05 18:45:24 +08:00
|
|
|
|
var sysSubList = [];
|
2022-12-02 18:59:00 +08:00
|
|
|
|
|
2022-11-15 12:54:21 +08:00
|
|
|
|
$(document).ready(function () {
|
2022-12-04 01:16:30 +08:00
|
|
|
|
show3DModel();
|
2022-12-02 18:53:00 +08:00
|
|
|
|
getSubList();
|
2022-12-02 18:59:00 +08:00
|
|
|
|
getFirstEletric();
|
2022-12-05 18:45:24 +08:00
|
|
|
|
|
|
|
|
|
});
|
2022-11-15 12:54:21 +08:00
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
// 從數字週數轉為中文週數
|
|
|
|
|
function dayToChiDay(num) {
|
|
|
|
|
let chiDay = ["週日", "週一", "週二", "週三", "週四", "週五", "週六"];
|
|
|
|
|
return chiDay[num];
|
|
|
|
|
}
|
2022-11-15 12:54:21 +08:00
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
// 取得現在或前後時間,輸出單位依據 type
|
|
|
|
|
function getTimeByType(type = null, cal = 0) {
|
|
|
|
|
let now = new Date();
|
|
|
|
|
return strToDate(now, type, cal);
|
|
|
|
|
}
|
2022-11-15 12:54:21 +08:00
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
// 取得某當下時間或前後時間,輸出單位依據 type
|
|
|
|
|
function strToDate(text, type = null,cal = 0) {
|
|
|
|
|
let calDay = function (_d, _cal) {
|
|
|
|
|
return new Date(_d.getTime() + (cal * 24 * 60 * 60 * 1000));
|
2022-11-15 12:54:21 +08:00
|
|
|
|
}
|
2022-12-05 18:45:24 +08:00
|
|
|
|
let tarDate = new Date(text);
|
|
|
|
|
let result = 0;
|
|
|
|
|
if (type == "year") {
|
|
|
|
|
result = calDay(tarDate, cal).getFullYear();
|
|
|
|
|
} else if (type == "month") {
|
|
|
|
|
result = calDay(tarDate, cal).getMonth();
|
|
|
|
|
} else if (type == "date") {
|
|
|
|
|
result = calDay(tarDate, cal).getDate();
|
|
|
|
|
} else if (type == "day") {
|
|
|
|
|
result = calDay(tarDate, cal).getDay();
|
|
|
|
|
} else {
|
|
|
|
|
result = calDay(tarDate, cal);
|
|
|
|
|
}
|
|
|
|
|
return result;
|
2022-11-29 11:45:33 +08:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
//取得 左下方 各系統小類
|
2022-12-02 18:53:00 +08:00
|
|
|
|
function getSubList() {
|
|
|
|
|
let url = baseApiUrl + "/api/Device/GetMainSub";
|
|
|
|
|
let sendData = {
|
|
|
|
|
building_tag: pageAct.buiTag,
|
|
|
|
|
};
|
|
|
|
|
objSendData.Data = sendData;
|
|
|
|
|
ytAjax = new YourTeam.Ajax(url, objSendData, function (res) {
|
|
|
|
|
if (!res || res.code != "0000" || !res.data) {
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
let strHtml = ``;
|
2022-12-05 18:45:24 +08:00
|
|
|
|
let contest = ["E4", "EL", "L1", "M10", "M12"]
|
2022-12-02 18:53:00 +08:00
|
|
|
|
$.each(res.data.history_Main_Systems, (index, mainSysObj) => {
|
|
|
|
|
$.each(mainSysObj.history_Sub_systems, (index2, subSysObj) => {
|
2022-12-05 18:45:24 +08:00
|
|
|
|
if (contest.indexOf(subSysObj.sub_system_tag) != -1) {
|
|
|
|
|
sysSubList.push({ sysMainTag: mainSysObj.main_system_tag, sysSubTag: subSysObj.sub_system_tag });
|
|
|
|
|
}
|
2022-12-03 16:45:20 +08:00
|
|
|
|
strHtml += `<div class="btn-group btn-group-lg col-lg-3 mb-4 dev-group" data-id="/${pageAct.AreaTag}/${pageAct.buiTag}/${mainSysObj.main_system_tag}/${subSysObj.sub_system_tag}">
|
|
|
|
|
<button type="button" class="btn btn-secondary col-4"><i class="fal fa-lightbulb-on fa-2x py-2"></i></button>
|
2022-12-02 18:53:00 +08:00
|
|
|
|
<button type="button" class="btn btn-secondary">${subSysObj.full_name}</button>
|
|
|
|
|
</div>`;
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
$("#sysSubBtnList").html(strHtml);
|
|
|
|
|
getAlarmSub();
|
2022-12-02 18:59:00 +08:00
|
|
|
|
|
2022-12-02 18:53:00 +08:00
|
|
|
|
}
|
|
|
|
|
}, null, "POST").send();
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
//取得第一筆電錶
|
2022-12-02 18:59:00 +08:00
|
|
|
|
function getFirstEletric() {
|
|
|
|
|
let url = baseApiUrl + "/api/Device/GetDeviceList";
|
|
|
|
|
let sendData = {
|
|
|
|
|
sub_system_tag: "E4",
|
|
|
|
|
building_tag: pageAct.buiTag,
|
|
|
|
|
};
|
|
|
|
|
objSendData.Data = sendData;
|
|
|
|
|
ytAjax = new YourTeam.Ajax(url, objSendData, function (res) {
|
|
|
|
|
if (!res || res.code != "0000" || !res.data) {
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
$.each(res.data, (index, floObj) => {
|
|
|
|
|
$.each(floObj.device_list, (index2, devObj) => {
|
|
|
|
|
tarElePath = devObj.device_number;
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
getElectricBaja();
|
|
|
|
|
}
|
|
|
|
|
}, null, "POST").send();
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
//從 baja 取得電表用電量
|
2022-12-02 18:59:00 +08:00
|
|
|
|
function getElectricBaja() {
|
2022-12-03 16:45:20 +08:00
|
|
|
|
let devNum = tarElePath.split("_").slice(0, 8).join("_");
|
|
|
|
|
let devPath = tarElePath.split("_").slice(0, 8).join("/");
|
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
let today = displayDate(new Date(), "date").replaceAll("/", "-") + "T00:00:00";
|
|
|
|
|
let prevTwoWeek = displayDate(getTimeByType(null, -14), "date").replaceAll("/", "-") + "T00:00:00";
|
|
|
|
|
let yesterday = displayDate(getTimeByType(null,-1), "date").replaceAll("/", "-") + "T00:00:00";
|
|
|
|
|
let tomorrow = displayDate(getTimeByType(null, 1), "date").replaceAll("/", "-") + "T00:00:00";
|
2022-12-03 16:45:20 +08:00
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
// 今日用電量
|
2022-12-03 16:45:20 +08:00
|
|
|
|
getElectricMeterDayDataByBaja(devNum + "_KWH", "Mitsubishi_Sup", today, tomorrow, (data) => {
|
2022-12-05 18:45:24 +08:00
|
|
|
|
$("#todayUseElec").text(data?.data[0]?.sum || 0);
|
2022-12-03 16:45:20 +08:00
|
|
|
|
})
|
2022-12-05 18:45:24 +08:00
|
|
|
|
|
|
|
|
|
// 今日用電量 (每小時)
|
|
|
|
|
getElectricMeterHourDataByBaja(devNum + "_KWH", "Mitsubishi_Sup", yesterday, tomorrow, (data) => {
|
|
|
|
|
|
|
|
|
|
let todayData = data.data.filter(x => x.timestamp.$date.$year == getTimeByType("year") && x.timestamp.$date.$month == getTimeByType("month") && x.timestamp.$date.$day == getTimeByType("date"));
|
|
|
|
|
let yesData = data.data.filter(x => x.timestamp.$date.$year == getTimeByType("year", -1) && x.timestamp.$date.$month == getTimeByType("month", -1) && x.timestamp.$date.$day == getTimeByType("date", -1));
|
|
|
|
|
chartEveDaysElec(todayData, yesData);
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
// 昨日用電量
|
2022-12-03 16:45:20 +08:00
|
|
|
|
getElectricMeterDayDataByBaja(devNum + "_KWH", "Mitsubishi_Sup", yesterday, today, (data) => {
|
2022-12-05 18:45:24 +08:00
|
|
|
|
$("#yesUseElec").text(data?.data[0]?.sum || 0);
|
2022-12-03 16:45:20 +08:00
|
|
|
|
})
|
2022-12-05 18:45:24 +08:00
|
|
|
|
|
|
|
|
|
// 本週與上週用電量 (每天)
|
|
|
|
|
getElectricMeterDayDataByBaja(devNum + "_KWH", "Mitsubishi_Sup", prevTwoWeek, tomorrow, (data) => {
|
|
|
|
|
let curDay = (new Date()).getDay() == 0 ? 7 : (new Date()).getDay();
|
|
|
|
|
let curWeekData = data.data.filter(x => strToDate(displayDate(new Date(),"date"), null, 0 - (curDay - 1)) <= strToDate(x.timestamp.$cEncStr));
|
|
|
|
|
let prevWeekData = data.data.filter(x => strToDate(displayDate(new Date(), "date"), null, 0 - 7 - (curDay - 1)) <= strToDate(x.timestamp.$cEncStr) && strToDate(new Date(), null, 0 - 7) >= strToDate(x.timestamp.$cEncStr));
|
|
|
|
|
|
|
|
|
|
chartEveWeeksElec(curWeekData, prevWeekData)
|
|
|
|
|
console.log(data)
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
// 電表即時功率
|
2022-12-03 16:45:20 +08:00
|
|
|
|
getElectricMeterNoweDataByBaja(devPath, (data) => {
|
2022-12-02 18:59:00 +08:00
|
|
|
|
console.log(data)
|
2022-12-03 16:45:20 +08:00
|
|
|
|
data = data.data;
|
|
|
|
|
$("#insPower").text(data.filter(x => x.name == "P")[0]?.value);
|
2022-12-02 18:53:00 +08:00
|
|
|
|
})
|
2022-12-02 18:59:00 +08:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
// 圖表 - 今天與昨天用電量
|
|
|
|
|
function chartEveDaysElec(todayData, yesData) {
|
|
|
|
|
|
|
|
|
|
let eveDayElecChartCanvas = $('#eveDayElecChart').get(0).getContext('2d');
|
|
|
|
|
let color = { main1: "#1dc9b7", main2:"#17a2b8"}
|
|
|
|
|
let curHour = (new Date()).getHours();
|
|
|
|
|
todayData.data = todayData.filter(x => x.timestamp.$time.$hour < curHour);
|
|
|
|
|
yesData.data = yesData.filter(x => x.timestamp.$time.$hour < curHour);
|
|
|
|
|
let eveDayElecChartData = {
|
|
|
|
|
labels: todayData?.data.map(x => x.timestamp.$time.$hour),
|
|
|
|
|
datasets: [
|
|
|
|
|
{
|
|
|
|
|
id:"today",
|
|
|
|
|
type: "bar",
|
|
|
|
|
label: '今日用電量',
|
|
|
|
|
fill: false,
|
|
|
|
|
backgroundColor: color.main1,
|
|
|
|
|
borderColor: color.main1,
|
|
|
|
|
pointColor: color.main1,
|
|
|
|
|
pointBackgroundColor: color.main1,
|
|
|
|
|
data: todayData?.data.map(x => x.sum),
|
|
|
|
|
order: 1,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "yesterday",
|
|
|
|
|
type: "bar",
|
|
|
|
|
label: '昨日用電量',
|
|
|
|
|
fill: false,
|
|
|
|
|
backgroundColor: color.main2,
|
|
|
|
|
borderColor: color.main2,
|
|
|
|
|
pointColor: color.main2,
|
|
|
|
|
pointBackgroundColor: color.main2,
|
|
|
|
|
data: yesData?.data.map(x => x.sum),
|
|
|
|
|
order: 2,
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
let eveDayElecChartOptions = {
|
|
|
|
|
maintainAspectRatio: false,
|
|
|
|
|
responsive: true,
|
|
|
|
|
legend: {
|
|
|
|
|
display: true,
|
|
|
|
|
},
|
|
|
|
|
scales: {
|
|
|
|
|
xAxes: [{
|
|
|
|
|
offset: true,
|
|
|
|
|
gridLines: { color: "#505050" },
|
|
|
|
|
ticks: {
|
|
|
|
|
callback: function (value, index, ticks) {
|
|
|
|
|
return value
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}],
|
|
|
|
|
yAxes: [{
|
|
|
|
|
|
|
|
|
|
ticks: {
|
|
|
|
|
min:0,
|
|
|
|
|
beginAtZero: true
|
|
|
|
|
},
|
|
|
|
|
}]
|
|
|
|
|
},
|
|
|
|
|
tooltips: {
|
|
|
|
|
callbacks: {
|
|
|
|
|
label: function (tooltipItem) {
|
|
|
|
|
let isTodayOrYes = tooltipItem.datasetIndex == 1 ? "昨日" : "今日";
|
|
|
|
|
return isTodayOrYes + "用電量 : " + tooltipItem.value + " kWH";
|
|
|
|
|
},
|
|
|
|
|
title: function (tooltipItem) {
|
|
|
|
|
let result = tooltipItem[0].xLabel.toString().padStart(2, "0") + ":00";
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// This will get the first returned node in the jQuery collection.
|
|
|
|
|
eveDayElecChart = new Chart(eveDayElecChartCanvas, {
|
|
|
|
|
data: eveDayElecChartData,
|
|
|
|
|
options: eveDayElecChartOptions
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
// 圖表 - 這週與上週用電量
|
|
|
|
|
function chartEveWeeksElec(curWeekData, prevWeekData) {
|
2022-12-02 18:59:00 +08:00
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
let eveWeekElecChartCanvas = $('#eveWeekElecChart').get(0).getContext('2d');
|
|
|
|
|
let color = { main1: "#1dc9b7", main2: "#17a2b8" }
|
|
|
|
|
let eveWeekElecChartData = {
|
|
|
|
|
labels: curWeekData.map(x => dayToChiDay(strToDate(x.timestamp.$cEncStr, "day"))),
|
|
|
|
|
datasets: [
|
|
|
|
|
{
|
|
|
|
|
id: "today",
|
|
|
|
|
type: "bar",
|
|
|
|
|
label: '本週用電量',
|
|
|
|
|
fill: false,
|
|
|
|
|
backgroundColor: color.main1,
|
|
|
|
|
borderColor: color.main1,
|
|
|
|
|
pointColor: color.main1,
|
|
|
|
|
pointBackgroundColor: color.main1,
|
|
|
|
|
data: curWeekData.map(x => x.sum),
|
|
|
|
|
order: 1,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "yesterday",
|
|
|
|
|
type: "bar",
|
|
|
|
|
label: '上週用電量',
|
|
|
|
|
fill: false,
|
|
|
|
|
backgroundColor: color.main2,
|
|
|
|
|
borderColor: color.main2,
|
|
|
|
|
pointColor: color.main2,
|
|
|
|
|
pointBackgroundColor: color.main2,
|
|
|
|
|
data: prevWeekData.map(x => x.sum),
|
|
|
|
|
order: 2,
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
let eveWeekElecChartOptions = {
|
|
|
|
|
maintainAspectRatio: false,
|
|
|
|
|
responsive: true,
|
|
|
|
|
legend: {
|
|
|
|
|
display: true,
|
|
|
|
|
},
|
|
|
|
|
scales: {
|
|
|
|
|
xAxes: [{
|
|
|
|
|
offset: true,
|
|
|
|
|
gridLines: { color: "#505050" },
|
|
|
|
|
ticks: {
|
|
|
|
|
callback: function (value, index, ticks) {
|
|
|
|
|
return value
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}],
|
|
|
|
|
yAxes: [{
|
|
|
|
|
|
|
|
|
|
ticks: {
|
|
|
|
|
min: 0,
|
|
|
|
|
beginAtZero: true
|
|
|
|
|
},
|
|
|
|
|
}]
|
|
|
|
|
},
|
|
|
|
|
tooltips: {
|
|
|
|
|
callbacks: {
|
|
|
|
|
label: function (tooltipItem) {
|
|
|
|
|
let isTodayOrYes = tooltipItem.datasetIndex == 1 ? "上週" : "本週";
|
|
|
|
|
return isTodayOrYes + "用電量 : " + tooltipItem.value + " kWH";
|
|
|
|
|
},
|
|
|
|
|
title: function (tooltipItem) {
|
|
|
|
|
let result = tooltipItem[0].xLabel.toString();
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// This will get the first returned node in the jQuery collection.
|
|
|
|
|
eveWeekElecChart = new Chart(eveWeekElecChartCanvas, {
|
|
|
|
|
data: eveWeekElecChartData,
|
|
|
|
|
options: eveWeekElecChartOptions
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//從 baja 訂閱 左下角各系統小類異常狀態
|
|
|
|
|
function getAlarmSub() {
|
|
|
|
|
var tipEle = '';
|
|
|
|
|
if (sysSubList.length != 0) {
|
|
|
|
|
tipEle = YT.Alert.Tip("資料讀取中...","show");
|
|
|
|
|
}
|
|
|
|
|
$(`.data-group i.fa-lightbulb-on`).removeClass("blink");
|
|
|
|
|
//debugger
|
|
|
|
|
$.each(sysSubList, (idx, sysSubObj) => {
|
|
|
|
|
let myBaja = new subscriptionAlarms();
|
|
|
|
|
let ordPath = {
|
|
|
|
|
"building_tag": pageAct.buiTag,
|
|
|
|
|
"system_tag": sysSubObj.sysMainTag,
|
|
|
|
|
"name_tag": sysSubObj.sysSubTag,
|
|
|
|
|
};
|
|
|
|
|
console.log("ordPath",ordPath)
|
|
|
|
|
myBaja.setSubscribeAlarmsByBql(ordPath);
|
|
|
|
|
myBaja.setSubscribeAlarmsCallBack((data) => {
|
|
|
|
|
if (data.sourceState == "Offnormal") {
|
|
|
|
|
let devNum = data.system.replaceAll("_", "/");
|
|
|
|
|
|
|
|
|
|
$(`.dev-group[data-id*='${devNum}'] i.fa-lightbulb-on`).addClass("blink");
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
myBaja.setSubscribeAlarmEndCallBack((data) => {
|
|
|
|
|
if (idx == sysSubList.length - 1) {
|
|
|
|
|
$(tipEle.ele).YTAlert().hide();
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
2022-12-02 18:59:00 +08:00
|
|
|
|
|
|
|
|
|
//$(".dev-group").each((idx, ele) => {
|
|
|
|
|
// let path = $(ele).data("id");
|
|
|
|
|
// let start = (new Date()).getTime();
|
|
|
|
|
// console.log("path enter baja:", path);
|
|
|
|
|
// getOneSystemStateByBaja(path, (data) => {
|
|
|
|
|
// let end = (new Date()).getTime();
|
|
|
|
|
// console.log("執行時間 :" + (end - start) / 1000 + " 秒","path : " + path, "輸出結果 :"+ data)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// })
|
|
|
|
|
//})
|
2022-12-02 18:53:00 +08:00
|
|
|
|
|
|
|
|
|
}
|
2022-12-04 01:16:30 +08:00
|
|
|
|
|
2022-12-05 18:45:24 +08:00
|
|
|
|
|
2022-12-04 01:16:30 +08:00
|
|
|
|
function show3DModel() {
|
|
|
|
|
launchViewer('dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6dGEzaHFzZmZ6cWJub3V4a3BsZGt1a3NldzRzajIxdzUtYmltc19tb2RlbHMvJUUzJTgwJTkwJUU1JThGJUIwJUU1JThDJTk3JUU0JUI4JUFEJUU4JThGJUIxJUU1JUE0JUE3JUU2JUE4JTkzJUUzJTgwJTkxQVJDMjAyMjEyMDEubndk');
|
|
|
|
|
}
|
2022-11-15 11:25:47 +08:00
|
|
|
|
</script>
|