Retrieve real-time DER telemetry from a SolarEdge Commercial Gateway via the SolarEdge Monitoring API and push aggregated fleet data to a DERMS

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

Steps

  1. Authenticate to the SolarEdge Monitoring API at monitoring.solaredge.com using the site API key (obtained from the SolarEdge monitoring portal under Admin > Site Access > API Access); include it as the api_key query parameter on all requests
  2. Retrieve site power and energy: GET https://monitoringapi.solaredge.com/site/{siteId}/currentPowerFlow?api_key=YOUR_KEY to get real-time active power for PV production, storage charge/discharge, and grid import/export
  3. For storage state of charge, call GET /site/{siteId}/storageData?startTime=...&endTime=...&serials=... with the battery serial numbers; parse the storageData.batteries[].telemetries[].batteryPercentageState field
  4. Aggregate the fleet: loop over all site IDs, collect currentPowerFlow responses, sum production_kw and battery_charge_kw, and POST the aggregated JSON telemetry payload to the DERMS ingest endpoint on a 5-minute schedule
  5. Handle API rate limits: SolarEdge enforces 300 requests per API key per day for the standard tier; for fleets exceeding ~50 sites at 5-minute intervals, request a commercial API tier with higher limits through your SolarEdge account manager
  6. Subscribe to SolarEdge site alerts via GET /site/{siteId}/alerts to detect offline inverters or grid disconnection events that would affect DER availability for dispatch

Known gotchas

Related routes

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
Retrieve Power Details, Energy Details, and Environmental Benefits from the SolarEdge monitoring API
monitoring.solaredge.com · 5 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