Skip to main content

Python API wrapper for SolarEdge monitoring services

Project description

pysolaredge

Python API wrapper for SolarEdge monitoring.
This library allows you to easily communicate with the SolarEdge API to get data about solar installations.
For more information about the documentation see https://www.solaredge.com/sites/default/files/se_monitoring_api.pdf

Installation

pip3 install py-solaredge

Getting started

Importing the SolarEdge client:

from solaredge.api.client import Client

Initializing the SolarEdge API client, and setting your API key:

se_client = Client()
se_client.set_api_key('XXX')

Getting all sites:

sites = se_client.sites.get_sites()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-solaredge-0.0.4.8.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

py_solaredge-0.0.4.8-py2-none-any.whl (6.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page