SolarEdge.Site (solar_edge v0.0.1)
Site-specific information
https://knowledge-center.solaredge.com/sites/kc/files/se_monitoring_api.pdf
Summary
Functions
Fetch power data in 15' slices. Paginates if the requested time range is more than a month.
Functions
Link to this function
new_from_api(data, client)
Link to this function
new_from_api!(data, client)
Link to this function
power(site, opts \\ [])
Fetch power data in 15' slices. Paginates if the requested time range is more than a month.
Options:
- start_time: Optional, defaults to start of today,
- end_time: Optional, defaults to start_time + 1 day
Link to this function