Last Updated on : 2023-06-21 07:13:07download
Query energy statistics data trend of monitors within a specified time range, including the usage, generation, or dump statistics regarding water, electricity, and natural gas.
GET: /v1.0/iot-03/energy/{energy_type}/monitors-trend
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
energy_type | String | uri | true | The energy type. Set the value to electricity . |
energy_action | String | query | true | The energy behavior. Set the value to consume , representing energy consumption. |
statistics_type | String | query | true | The statistical type. Valid values:
|
start_time | String | query | true | The start time. |
end_time | String | query | true | The end time. |
monitor_id | String | query | true | The monitor ID. |
Parameter name | Type | Description |
---|---|---|
result | List |
Description of result
Parameter name | Type | Description |
---|---|---|
time | String | The time. |
value | Float | The energy data. |
GET: /v1.0/iot-03/energy/electricity/monitors-trend?energy_action=consume&energy_type=electricity&statistics_type=hour&start_time=2021092315&end_time=2021092318&monitor_id=xxx
{
"result": [
{
"time": "2021092315",
"value": 0
},
{
"time": "2021092316",
"value": 24.1
},
{
"time": "2021092317",
"value": 20.2
},
{
"time": "2021092318",
"value": 0
}
],
"t": 1632466070566,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback