Get Inverter Realtime

post

Obtain inverter realtime data by device ID.

Required scopes
This endpoint requires the following scopes:
  • : all privileges
  • : all privileges
Authorizations
OAuth2clientCredentialsRequired
Token URL:

OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Body
snstringRequired

Device serial

Example: H03ZX****0007
Responses
200

Operation was successful

application/json
post
/v1/device/inverter/realtime
POST /portal/v1/device/inverter/realtime HTTP/1.1
Host: idaas-sandbox.hanchuess.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 22

{
  "sn": "H03ZX****0007"
}
{
  "errno": 200,
  "msg": "The operation has been successful",
  "data": {
    "uploadAt": 1744272667975,
    "runTime": 1969,
    "workMode": 3,
    "runStatus": 1,
    "pActive": -159,
    "pReactive": 0,
    "pf": -1,
    "pPv": 0,
    "ePvTodayGen": 0,
    "ePvGen": 41.4,
    "pEpsActive": 44,
    "pEpsReactive": 0,
    "eEpsToday": 0.5,
    "eEps": 65.1,
    "batComStatus": 10,
    "batStatus": 1,
    "pBat": 95,
    "tBat": 26,
    "soc": 0.29,
    "soh": 1,
    "eBatTodayChg": 0.6,
    "eBatTodayDschg": 0,
    "pLoad": 239,
    "pMeter": 0,
    "pL1Grid": 66,
    "pL2Grid": 62,
    "pL3Grid": 52,
    "eGridBuy": 755.8,
    "eGridSell": 268.1
  }
}

Last updated