Skip to content

MaykThewessen/Solaredge-PV-api-retrieval

 
 

Repository files navigation

solaredge

Script(s) to extract SolarEdge data via the API

Initially the first file is this Python script. https://github.com/sfirke/solaredge/blob/main/solaredge_retrieval.py

New update since May 2025:

Now works without python solaredge package (due to issues: EnergieID/solaredge#1)

Script still operates by retrieving 15min energy values in chunks of 31 days together and appends months into a year

Exports two dataframes;

  1. a small one where only positive energy row values are saved
  2. a large one, where every datetime 15min value is named, even during night hours where energy produced per 15min value is 0 Wh.

About

Script to extract SolarEdge data via the API (with and without python package usage)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%