更新时间:2023-06-21 07:13:09
本文介绍查询设备的总用电量的 API。
查询一定时间范围内,多设备下能源统计数据,包括水、电、气的使用、生成或转储统计数据。
GET: /v1.0/iot-03/energy/{energy_type}/device/nodes/statistics-sum
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
energy_type | String | uri | true | 能源类型,仅支持 electricity:电 |
energy_action | String | query | true | 能源行为,仅支持 consume:消耗 |
statistics_type | String | query | true | 统计粒度。
|
start_time | String | query | true | 开始时间 |
end_time | String | query | true | 结束时间 |
contain_childs | Boolean | query | true | 是否包含子节点数据,默认值为 true |
device_ids | String | query | true | 需要统计的设备ID集合 |
参数名 | 类型 | 说明 |
---|---|---|
result | Float | 统计结果(单位:千瓦时) |
GET: /v1.0/iot-03/energy/electricity/device/nodes/statistics-sum?energy_action=consume&statisticsType=day&startTime=20210925&endTime=20210926&containChilds=false&device_ids=147355207358382****,147355203680817****
{
"result": 40,
"t": 1641439262706,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈