Retrieve site energy and power data from the SolarEdge monitoring API

domain: monitoring.solaredge.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Obtain a site API key from the SolarEdge monitoring portal under the Admin panel for the target site; the key is per-site and passed as the 'api_key' query parameter.
  2. Call GET https://monitoringapi.solaredge.com/sites/list?api_key=<API_KEY> to enumerate sites accessible with the key, retrieving site IDs.
  3. Retrieve energy production over a time period via GET /site/<SITE_ID>/energy?timeUnit=DAY&startDate=YYYY-MM-DD&endDate=YYYY-MM-DD&api_key=<API_KEY>; supported timeUnit values include QUARTER_OF_AN_HOUR, HOUR, DAY, WEEK, MONTH, YEAR.
  4. For real-time power data, call GET /site/<SITE_ID>/currentPowerFlow to get current power flow between panels, battery, grid, and load.
  5. To access inverter-level telemetry, use the equipment endpoints such as GET /equipment/<SITE_ID>/list to get serial numbers, then GET /equipment/<SITE_ID>/<SERIAL_NUMBER>/data for detailed telemetry.

Known gotchas

Related routes

Retrieve Power Details, Energy Details, and Environmental Benefits from the SolarEdge monitoring API
monitoring.solaredge.com · 5 steps · unrated
Retrieve site battery storage telemetry (state of energy, charge/discharge power) via the SolarEdge monitoring API's storageData endpoint
monitoringapi.solaredge.com · 5 steps · unrated
Retrieve inverter and component-level telemetry from the SolarEdge Monitoring API's Equipment endpoints, separate from site-level energy/overview data.
monitoring.solaredge.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans