Single System Status Query by Time (eSite Only)

Create a new user

GET /v3/status/{mac}/{timestamp}

This endpoint will return a single data object based upon the timestamp provided.

The timestamp must conform to this structure YYYY-MM-DDTHH:MM:00

The cloud will try to find the last telemetry data that is less than the timestamp.

Headers

Name
Value

api-key*

The apikey provided to access your customer data

Response

{
  "mac": string,
  "date": string,
  "time": string,
  "solarPower": double,
  "solarCurrent": double,
  "systemVoltage": double,
  "batterySoc": double,
  "batteryVoltage": double,
  "batteryChargeCurrent": double,
  "batteryState": integer,
  "producedEnergy": double,
  "consumedEnergy": double
}
 

Last updated