SolarEdge · Schema

SolarEdge Inverter Telemetry

Technical telemetry data from a SolarEdge inverter

SolarEnergyMonitoringPVInverterRenewable EnergyIoT

Properties

Name Type Description
date string Measurement timestamp
totalActivePower number Total active power output in W
dcVoltage number DC input voltage in V
groundFaultResistance number Ground fault resistance in kOhm
powerLimit number Active power limit as a percentage of rated capacity
totalEnergy number Lifetime total energy production in Wh
temperature number Inverter heatsink temperature in Celsius
inverterMode string Inverter operating mode string
operationMode integer Numeric operation mode code
L1Data object
L2Data object
L3Data object
View JSON Schema on GitHub

JSON Schema

solar-edge-inverter.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/solar-edge/main/json-schema/solar-edge-inverter.json",
  "title": "SolarEdge Inverter Telemetry",
  "description": "Technical telemetry data from a SolarEdge inverter",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Measurement timestamp"
    },
    "totalActivePower": {
      "type": "number",
      "description": "Total active power output in W"
    },
    "dcVoltage": {
      "type": "number",
      "description": "DC input voltage in V"
    },
    "groundFaultResistance": {
      "type": "number",
      "description": "Ground fault resistance in kOhm"
    },
    "powerLimit": {
      "type": "number",
      "description": "Active power limit as a percentage of rated capacity"
    },
    "totalEnergy": {
      "type": "number",
      "description": "Lifetime total energy production in Wh"
    },
    "temperature": {
      "type": "number",
      "description": "Inverter heatsink temperature in Celsius"
    },
    "inverterMode": {
      "type": "string",
      "description": "Inverter operating mode string"
    },
    "operationMode": {
      "type": "integer",
      "description": "Numeric operation mode code"
    },
    "L1Data": { "$ref": "#/$defs/PhaseData" },
    "L2Data": { "$ref": "#/$defs/PhaseData" },
    "L3Data": { "$ref": "#/$defs/PhaseData" }
  },
  "$defs": {
    "PhaseData": {
      "type": "object",
      "description": "Per-phase AC electrical measurements",
      "properties": {
        "acCurrent": {
          "type": "number",
          "description": "AC current in A"
        },
        "acVoltage": {
          "type": "number",
          "description": "AC voltage in V"
        },
        "acFrequency": {
          "type": "number",
          "description": "AC grid frequency in Hz"
        },
        "apparentPower": {
          "type": "number",
          "description": "Apparent power in VA"
        },
        "activePower": {
          "type": "number",
          "description": "Active (real) power in W"
        },
        "reactivePower": {
          "type": "number",
          "description": "Reactive power in VAR"
        },
        "cosPhi": {
          "type": "number",
          "minimum": -1,
          "maximum": 1,
          "description": "Power factor (cosine phi)"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/solar-edge-inverter"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.