atess-server-openapi
  1. OpenAPI-PBD
atess-server-openapi
  • Record
  • 1. the first step Authorization
  • 2.the seccond step add Plant
  • 3.the third step add DataLog
  • OpenAPI-BMS
    • Get base info of BCU
      GET
    • Get base info of BCU list
      GET
    • Get historical data of BCU
      GET
    • Get the latest real-time data of BCU
      GET
    • Get setting of BUC
      GET
    • Modify setting of BCU
      PUT
    • Get base info of MBMS
      GET
    • Get base info of MBMS list
      GET
    • Get historical data of MBMS
      GET
    • Get the latest real-time data of MBMS
      GET
    • Get setting of MBMS
      GET
    • Modify setting of MBMS
      PUT
  • OpenAPI-DataLog
    • Get DataLog
      GET
    • Add DataLog
      POST
    • Delete DataLog
      DELETE
    • Get DataLog list
      GET
  • OpenAPI-HPS
    • Get Central type base info of HPS
      GET
    • Get Central type base info of HPS list
      GET
    • Get historical data of Central type HPS
      GET
    • Get the latest real-time data of Central type HPS
      GET
    • Get setting of Central type HPS
      GET
    • Modify setting of Central type HPS
      PUT
    • Get String type base info of HPS
      GET
    • Get String type base info of HPS list
      GET
    • Get historical data of String type HPS
      GET
    • Get the latest real-time data of String type HPS
      GET
    • Get setting of String type HPS
      GET
    • Modify setting of String type HPS
      PUT
  • OpenAPI-PBD
    • Get base info of PBD
      GET
    • Get base info of PBD list
      GET
    • Get historical data of PBD
      GET
    • Get the latest real-time data of PBD
      GET
    • Get setting of PBD
      GET
    • Modify setting of PBD
      PUT
  • OpenAPI-PCS
    • Get base info of PCS
    • Get base info of PCS list
    • Get historical data of PCS
    • Get the latest real-time data of PCS
    • Get setting of PCS
    • Modify setting of PCS
  • OpenAPI-Plant
    • Get the basic information of the power station
    • Add power station
    • Modify the basic information of the power station
    • Delete power station
    • Get a list of power stations
  1. OpenAPI-PBD

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
/api/v1/pbd/data-list
OpenAPI-PBD
The frequency of acquisition is once every 5 minutes

Request

Query Params
deviceSn
string 
required
SN
endDate
string 
required
End Date
pageNo
integer 
required
Page No
pageSize
integer 
required
Page Size
startDate
string 
required
Start Date
Header Params
Accept-Language
string 
required
语言环境
Authorization
string 
required
认证 Token
CompanyType
string 
optional
客制化

Responses

🟢200OK
application/json
Body
code
integer <int32>
optional
code
data
object (Pager«OpenApiPbdDataVo») 
optional
data
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
message
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
Previous
Get base info of PBD list
Next
Get the latest real-time data of PBD
Built with