Fetch solar system production data from the Enphase Enlighten API

domain: developer.enphase.com · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Register on the Enphase Developer Portal to receive an API key and create an OAuth 2.0 application; the Enlighten API uses OAuth for system owner authorization.
  2. Direct the system owner through the OAuth authorization code flow to obtain an access token scoped to their systems; store the refresh token for long-term access.
  3. Retrieve the list of systems accessible to the authorized user via GET /api/v4/systems, noting each system's system_id.
  4. Fetch energy production summary data for a system via GET /api/v4/systems/<SYSTEM_ID>/summary, which returns lifetime energy, current power, and last-reported timestamp.
  5. For time-series production data, use the telemetry endpoints such as GET /api/v4/systems/<SYSTEM_ID>/telemetry/production_micro or the energy_lifetime endpoint, specifying start_at and end_at as Unix timestamps.

Known gotchas

Related routes

Estimate solar energy production for a site using the NREL PVWatts API
developer.nrel.gov · 5 steps · unrated
Query European grid generation, load, and price data from the ENTSO-E Transparency Platform API
transparency.entsoe.eu · 5 steps · unrated
Retrieve solar resource data (GHI, DNI, DHI) for a location using the NREL Solar Resource Data API
developer.nrel.gov · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

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