<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                [TOC=2] ## 獲取所有電費電價 >[danger] 注意 > 篩選類型只能有三個選項 day 天 month 月 year 年 > 篩選類型選擇之后對應的時間字符串格式也要對應 > day --- 2019-11-12 > month ---- 2019-11 > year ---- 2019 ~~~[api] get:/device_statistics/electricity_bill *string:filter_type=day#篩選類型 *string:filter_date=2019-12-12#時間格式字符串,默認昨天 int:device_type=0#設備類型,不按類型區分可以不填 int:group_id=-1#分組序號,不按照分組篩選可以不填 <<< day { "code": 0, "data": { "list": [ { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 0, "P": 0, "E": 0, "detail_time": "2019-11-14 00:00:00", "label": "00" }, *** { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 23, "P": 0, "E": 0, "detail_time": "2019-11-14 23:00:00", "label": "23" } ] } } <<< month { "code": 0, "data": { "list": [ { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 1, "P": 0, "E": 0, "detail_time": "2019-11-01", "label": "11-01" }, *** { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 30, "P": 0, "E": 0, "detail_time": "2019-11-30", "label": "11-30" } ] } } <<< year { "code": 0, "data": { "list": [ { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 1, "P": 0, "E": 0, "detail_time": "2019-01", "label": "19-01" }, *** { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 12, "P": 0, "E": 0, "detail_time": "2019-12", "label": "19-12" } ] } } <<< error ~~~ ## 所有設備電價導出 ~~~[api] get:/device_statistics/all_battery_export *string:filter_type=day#篩選類型 *string:filter_date=2019-12-12#時間格式字符串,默認昨天 int:device_type=0#設備類型,不按類型區分可以不填 int:group_id=-1#分組序號,不按照分組篩選可以不填 <<< success <<< error ~~~ ## 單個設備電價 ~~~[api] get:/device_statistics/single_battery *string:filter_type=day#篩選類型 *string:filter_date=2019-12-12#時間格式字符串,默認昨天 *string:sn=1111111111#設備序列號 <<< day { "code": 0, "data": { "list": [ { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 0, "P": 0, "E": 0, "detail_time": "2019-11-14 00:00:00", "label": "00" }, *** { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 23, "P": 0, "E": 0, "detail_time": "2019-11-14 23:00:00", "label": "23" } ] } } <<< month { "code": 0, "data": { "list": [ { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 1, "P": 0, "E": 0, "detail_time": "2019-11-01", "label": "11-01" }, *** { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 30, "P": 0, "E": 0, "detail_time": "2019-11-30", "label": "11-30" } ] } } <<< year { "code": 0, "data": { "list": [ { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 1, "P": 0, "E": 0, "detail_time": "2019-01", "label": "19-01" }, *** { "peak_E": 0, "valley_E": 0, "flat_E": 0, "fees": 0, "time": 12, "P": 0, "E": 0, "detail_time": "2019-12", "label": "19-12" } ] } } <<< error ~~~ ## 單個設備電價導出 >[info] export_type 可選值 | 可選值 | 說明 | | --- | --- | | battery | 電量(默認) | | fees | 電費 | ~~~[api] get:/device_statistics/single_battery_export *string:filter_type=day#篩選類型 *string:filter_date=2019-12-12#時間格式字符串,默認昨天 *string:sn=1111111111#設備序列號 string:export_type=battery#導出數據類型 <<< success <<< error ~~~ ## 單個設備詳細數據 ~~~[api] get:/device_statistics/single_detail_data *string:filter_date=2019-11-12#默認昨天 *String:sn=1111111#設備序號 <<< day { "code": 0, "data": { "list": [ { "P": 0, "E": 0, "V": 0, "T_RUN": 0, "T_min": 0, "T_agv": 0, "hum_open": null, "temp_status": 0, "T_max": 0, "time": 0, "fees": 0, "detail_time": "2019-11-16 00:00:00", "label": "00" }, *** { "P": 0, "E": 0, "V": 0, "T_RUN": 0, "T_min": 0, "T_agv": 0, "hum_open": null, "temp_status": 0, "T_max": 0, "time": 23, "fees": 0, "detail_time": "2019-11-16 23:00:00", "label": "23" } ] } } <<< error ~~~ ## 詳細數據導出 >[info] 暫時只導出溫度數據 ~~~[api] get:/device_statistics/detail_export *string:filter_date=2019-11-12#默認昨天 *String:sn=1111111#設備序號 <<< success <<< error ~~~ ## 加熱設備排行 ~~~[api] get:/device_statistics/heating_rank *string:filter_type=day#篩選類型 *string:filter_date=2019-12-21#篩選時間 *int:device_type=0#設備類型 *int:group_id=-1#設備分組 id <<< success { "code": 0, "data": { "list": [ { "sn": "746814001072", "num": 0 }, *** { "sn": "748000000460", "num": 0 } ] } } <<< error ~~~ ## 累計在線排行 ~~~[api] get:/device_statistics/online_rank *string:filter_type=day#篩選類型 *string:filter_date=2019-12-21#篩選時間 *int:device_type=0#設備類型 *int:group_id=-1#設備分組 id <<< success { "code": 0, "data": { "list": [ { "sn": "746814001072", "num": 0 }, *** { "sn": "748000000460", "num": 0 } ] } } <<< error ~~~ ## 耗電量排行 ~~~[api] get:/device_statistics/battery_rank *string:filter_type=day#篩選類型 *string:filter_date=2019-12-21#篩選時間 *int:device_type=0#設備類型 *int:group_id=-1#設備分組 id <<< success { "code": 0, "data": { "list": [ { "sn": "746814001072", "num": 0 }, *** { "sn": "748000000460", "num": 0 } ] } } <<< error ~~~ ## 排行數據導出 >[info] export_type 可選值 | 可選值 | 說明 | | --- | --- | | battery | 電量 | | heat | 加熱排行 | | online | 在線排行 | ~~~[api] get:/device_statistics/rank_export *string:filter_type=day#篩選類型 *string:filter_date=2019-12-21#篩選時間 *int:device_type=0#設備類型 *int:group_id=-1#設備分組 id string:export_type=battery#導出數據類型 <<< success <<< error ~~~ ## 單個設備計算和數據 ~~~[api] get:/device_statistics/all_detail *string:filter_type=day#篩選類型 *string:filter_date=2019-11-12#默認昨天 *String:sn=1111111#設備序號 <<< success { "code": 0, "data": { "list": [ { "P": 0, "E": 0, "V": 0, "T_RUN": 0, "T_min": 0, "T_agv": 0, "hum_open": -1, "temp_status": 0, "T_max": 0, "time": 0, "detail_time": "2019-11-16 00:00:00", "label": "00" }, *** { "P": 0, "E": 0, "V": 0, "T_RUN": 0, "T_min": 0, "T_agv": 0, "hum_open": -1, "temp_status": 0, "T_max": 0, "time": 23, "detail_time": "2019-11-16 23:00:00", "label": "23" } ] } } <<< error ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看