SolarEdge · Example Payload

Solar Edge Power Flow Example

SolarEnergyMonitoringPVInverterRenewable EnergyIoT

Solar Edge Power Flow Example is an example object payload from SolarEdge, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

siteCurrentPowerFlow

Example Payload

Raw ↑
{
  "siteCurrentPowerFlow": {
    "updateRefreshRate": 3,
    "unit": "kW",
    "connections": [
      { "from": "PV", "to": "Load" },
      { "from": "PV", "to": "Storage" }
    ],
    "GRID": {
      "status": "Active",
      "currentPower": 0.0
    },
    "LOAD": {
      "status": "Active",
      "currentPower": 4.2
    },
    "PV": {
      "status": "Active",
      "currentPower": 6.5
    },
    "STORAGE": {
      "status": "Active",
      "currentPower": 2.3,
      "chargeLevel": 78,
      "critical": false
    }
  }
}