3.the third step add DataLog
1. Add DataLog
https://www.enerclo-atesspower.com/api/v1/datalog
Key | Value |
---|---|
Authorization | your token |
Accept-Language | en |
{
"checkCode": "6***3",
"dataLogSn": "NEKRGY4258",
"plantId": 333
}
{
"code": 200,
"msg": "operate successfully",
"data": null
}
2. Get DataLog list
Key | Value |
---|---|
Authoriation | your token |
Accept-Language | en |
Name | Value |
---|---|
dataLogSn | NEKRGY4258 |
{
"code": 200,
"msg": "operate successfully",
"data": {
"dataLogSn": "NEKRGY4258",
"lost": false,
"fwVersion": "1.0.3.3"
}
}
3.Modify the collector URL to connect to the ATESS Server
4.Check if the collector is online
5.Check if the device is online
https://www.enerclo-atesspower.com/api/v1/hps/base-info/list?dataLogSn=xxxxxxxxxx
https://www.enerclo-atesspower.com/api/v1/hps/base-info-small/list?dataLogSn=xxxxxxxxxx
https://www.enerclo-atesspower.com/api/v1/pcs/base-info/list?dataLogSn=xxxxxxxxxx
https://www.enerclo-atesspower.com/api/v1/pbd/base-info/list?dataLogSn=xxxxxxxxxx
https://www.enerclo-atesspower.com/api/v1/bms/mbms-base-info?dataLogSn=xxxxxxxxxx
https://www.enerclo-atesspower.com/api/v1/bms/buc-base-info/list?dataLogSn=xxxxxxxxxx
6.Other interfaces can also be called to view device data
Modified at 2024-03-21 11:50:09