- Record
- 1. the first step Authorization
- 2.the seccond step add Plant
- 3.the third step add DataLog
- OpenAPI-BMS
- Get base info of BCUGET
- Get base info of BCU listGET
- Get historical data of BCUGET
- Get the latest real-time data of BCUGET
- Get setting of BUCGET
- Modify setting of BCUPUT
- Get base info of MBMSGET
- Get base info of MBMS listGET
- Get historical data of MBMSGET
- Get the latest real-time data of MBMSGET
- Get setting of MBMSGET
- Modify setting of MBMSPUT
- OpenAPI-DataLog
- OpenAPI-HPS
- Get Central type base info of HPSGET
- Get Central type base info of HPS listGET
- Get historical data of Central type HPSGET
- Get the latest real-time data of Central type HPSGET
- Get setting of Central type HPSGET
- Modify setting of Central type HPSPUT
- Get String type base info of HPSGET
- Get String type base info of HPS listGET
- Get historical data of String type HPSGET
- Get the latest real-time data of String type HPSGET
- Get setting of String type HPSGET
- Modify setting of String type HPSPUT
- OpenAPI-PBD
- OpenAPI-PCS
- OpenAPI-Plant
Get historical data of PBD
Prod Env
https://www.enerclo-atesspower.com
Prod Env
https://www.enerclo-atesspower.com
GET
https://www.enerclo-atesspower.com
OpenAPI-PBD
Request
Query Params
deviceSn
string
required
endDate
string
required
pageNo
integer
required
pageSize
integer
required
startDate
string
required
Header Params
Accept-Language
string
required
Authorization
string
required
CompanyType
string
optional
Responses
🟢200OK
application/json
Body
code
integer <int32>
optional
data
object (Pager«OpenApiPbdDataVo»)
optional
datas
array[object (OpenApiPbdDataVo) {79}]
optional
offset
integer <int32>
optional
pageNo
integer <int32>
optional
pageSize
integer <int32>
optional
total
integer <int64>
optional
msg
string
optional
Example
{
"code": 0,
"data": {
"datas": [
{
"bipvBuck1": 0,
"bipvBuck2": 0,
"bipvBuck3": 0,
"bipvBuck4": 0,
"bipvBuck5": 0,
"bmsStatus": 0,
"bmsSystemStatus": 0,
"bmsVoltStatus": 0,
"bvbus": 0,
"capacity": 0,
"checkTime": 0,
"datetimeOffset": "string",
"deviceSn": "string",
"ebatChargeTimeTotal": 0,
"ebatChargeTotal": 0,
"ebatDischargeTimeTotal": 0,
"ebatDischargeTotal": 0,
"echargeTimeToday": 0,
"echargeToday": 0,
"edischargeTimeToday": 0,
"edischargeToday": 0,
"epvTimeToday": 0,
"epvTimeTotal": 0,
"epvToday": 0,
"epvTotal": 0,
"ibat": 0,
"ipv": 0,
"ipv2dc": 0,
"ipv3": 0,
"ipv4": 0,
"ipv5": 0,
"maxChargeCurr": 0,
"maxDischargeCurr": 0,
"maxTemp": 0,
"maxTempGroup": 0,
"maxTempNum": 0,
"maxVolt": 0,
"maxVoltCell": 0,
"maxVoltGroup": 0,
"maxVoltNum": 0,
"minTemp": 0,
"minTempGroup": 0,
"minTempNum": 0,
"minVolt": 0,
"minVoltCell": 0,
"minVoltGroup": 0,
"minVoltNum": 0,
"mvpv": 0,
"outDailyDischarge": 0,
"outInductanceCurr1": 0,
"outInductanceCurr2": 0,
"outInductanceTemp": 0,
"outPower": 0,
"outTemp": 0,
"outTotalDischarge": 0,
"outi": 0,
"outv": 0,
"pac": 0,
"pcsBatChargingPower": 0,
"pcsOutputPower": 0,
"ppv": 0,
"ppv1": 0,
"ppv2": 0,
"ppv3": 0,
"ppv4": 0,
"ppv5": 0,
"pvInductanceTemp": 0,
"pvTemp": 0,
"runModel": 0,
"status": 0,
"systemNo": 0,
"temp": 0,
"time": "string",
"vbat": 0,
"vpv": 0,
"vpv2": 0,
"vpv3": 0,
"vpv4": 0,
"vpv5": 0
}
],
"offset": 0,
"pageNo": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}
Modified at 2025-07-02 03:31:26