v2 is a re-implementation of the original client. The main aim of the rewrite is to improve testability of clients. It is, however, still an implementation of the SolarEdge v1 API.
This package provides a client library for the SolarEdge Cloud-Based Monitoring Platform. The API gives access to data saved in the monitoring servers for your installed SolarEdge equipment and its performance (i.e. generated power & energy).
The implementation is based on SolarEdge's official API documentation.
The current version of this library implements the following sections of the API:
- Site Data API
- Site Equipment API
- API Versions
Access to SolarEdge data is determined by the user's API Key & installation. If your situation gives you access to the Accounts List, Meters or Sensors API, feel free to get in touch to get these implemented in this library.
The following sections of the API have not yet been implemented:
- Account List API
- Meters API
- Sensors API
- Christophe Lambin
This project is licensed under the MIT License - see the LICENSE.md file for details.