SolarEdge Monitoring Dashboard

Real-time data from SolarEdge Monitoring API
docs: https://knowledge-center.solaredge.com/sites/kc/files/se_monitoring_api.pdf

Site List

Returns a list of sites related to the given API key. This endpoint shows all accessible solar installations.

GET /sites/list
Loading sites...

Site Details

Returns detailed information about a specific site including location, installation date, peak power, and status.

GET /site/{siteId}/details
Loading site details...

Data Period

Returns the energy production start and end dates for the site.

GET /site/{siteId}/dataPeriod
Loading data period...

Site Overview

Returns the site overview data including current power, daily energy, monthly energy, yearly energy, and lifetime energy.

GET /site/{siteId}/overview
Loading overview...

Site Energy

Returns the site energy measurements for a given time period (production, consumption, self-consumption, etc.).

GET /site/{siteId}/energy?timeUnit=DAY&startDate=...&endDate=...
Showing Period
Loading...
Loading energy data...

Site Power

Returns the site power measurements in 15-minute resolution for a given time period.

GET /site/{siteId}/power?startTime=...&endTime=...
Showing Date
Loading...
Loading power data...

Power Details

Returns detailed power data from meters such as consumption, production, self-consumption, import, and export.

GET /site/{siteId}/powerDetails?startTime=...&endTime=...
Showing Date
Loading...
Loading power details...

Energy Details

Returns detailed energy data from meters such as consumption, production, self-consumption, import, and export.

GET /site/{siteId}/energyDetails?timeUnit=DAY&startTime=...&endTime=...
Showing Period
Loading...
Loading energy details...

Current Power Flow

Returns the current power flow between all elements of the site including PV array, load, storage, and grid.

GET /site/{siteId}/currentPowerFlow
Loading current power flow...

Environmental Benefits

Returns all environmental benefits based on site energy production: CO2 emissions saved, trees planted equivalent, and light bulbs equivalent.

GET /site/{siteId}/envBenefits
Loading environmental data...

Site Inventory

Returns the inventory of SolarEdge equipment at the site, including inverters, optimizers, meters, and batteries.

GET /site/{siteId}/inventory
Loading inventory...

Equipment List

Returns a list of all the equipment (inverters, batteries, meters) and their technical data.

GET /equipment/{siteId}/list
Loading equipment...