atess-server-openapi
    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 base info of PBD list
      • Get historical data of PBD
      • Get the latest real-time data of PBD
      • Get setting of PBD
      • Modify setting of PBD
    • 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

    2.the seccond step add Plant

    1.Add Plant Inteface explain#

    note: timezoneId Look at the end of the document

    1.1 Parameter Description#

    image.png

    1.2 Request Header Description#

    HeadersValue
    Authoriationyour token
    Accept-Languageen
    image.png

    1.3 Request Body Description#

    Request Parameter
    {
        "installationDate": "2024-03-19",
        "stationName": "My Plant",
        "timezoneId": 1
    }
    image.png

    1.4 Response Body#

    Response Body
    {
        "code": 200,
        "msg": "operate successfully",
        "data": {
            "stationId": 334,
            "stationName": "My Plant",
            "installationDate": "2024-03-19",
            "timezoneId": 1
        }
    }
    image.png

    2. Add Plant#

    https://www.enerclo-atesspower.com/api/v1/plant
    image.png

    3. Get Plant By plantId#

    https://www.enerclo-atesspower.com/api/v1/plant
    image.png

    5. timezoneId list#

    以下数据来自于https://www.enerclo-atesspower.com/api/v1/plant/timezone接口,使用者也可自行调用接口查询到同样的数据。
    image.png
    Previous
    1. the first step Authorization
    Next
    3.the third step add DataLog
    Built with