Get setting of BUC
Prod Env
Prod Env
GET
https://www.enerclo-atesspower.com/api/v1/bms/bcu-setting
OpenAPI-BMS
Limit the frequency
Request Header
Header | Value | Description |
---|---|---|
Authorization | ############ your token ############ | Permission validation |
Accept-Language | en | English Message |
Request Param
Key | Value Type |
---|---|
deviceSn | String |
https://www.enerclo-atesspower.com/api/v1/bms/bcu-setting?deviceSn=1
Response Body
{
"code": 0,
"data": {
"batCellNumber": 1,
"batPackNumber": 1,
"cellFullChargeVoltage": 3.4,
"cellFullDischargeVoltage": 3,
"chargingCurrentCalibrationDenominator": 1,
"chargingCurrentCalibrationNumerator": 1,
"currentCalibrationEnable": 0,
"currentRatio": 1,
"dischargingCurrentCalibrationDenominator": 1,
"dischargingCurrentCalibrationNumerator": 1,
"level1CellVoltHighWarning": 3.4,
"level1CellVoltLowWarning": 2.8,
"level1ChargeCurrHighWarning": 0,
"level1ChargeTEMPHighWarning": 35,
"level1ChargeTEMPLowWarning": 0,
"level1DischargeCurrHighWarning": 0,
"level1DischargeTEMPHighWarning": 35,
"level1DischargeTEMPLowWarning": 0,
"level2CellVoltHighFault": 3.5,
"level2CellVoltLowFault": 2.6,
"level2ChargeCurrHighFault": 0,
"level2ChargeTEMPHighFault": 40,
"level2ChargeTEMPLowFault": -5,
"level2DischargeCurrHighFault": 0,
"level2DischargeTEMPHighFault": 40,
"level2DischargeTEMPLowFault": -10,
"level3CellVoltHighProtection": 3.6,
"level3CellVoltLowProtection": 2.4,
"level3ChargeCurrHighProtection": 0,
"level3ChargeTEMPHighProtection": 45,
"level3ChargeTEMPLowProtection": 5,
"level3DischargeCurrHighProtection": 0,
"level3DischargeTEMPHighProtection": 45,
"level3DischargeTEMPLowProtection": -20,
"pasBalWaitTimeHour": 0.001
},
"msg": "operate successfully"
}
data: result data
msg: result message,code=200 is usually empty
code | description |
---|---|
200 | succeed |
500 | fail |
400 | not fount |
403 | No access |
... | Other exceptions |
Request
Query Params
deviceSn
string
required
Header Params
Authorization
string
required
Accept-Language
string
required
Default:
en
Responses
Modified at 2024-03-21 08:50:07