A python API wrapper for Solaredge Home Automation service
Project description
SolarEdge Home Automation
API wrapper for SolarEdge Home Automation service.
This is an undocumented api.
Create a new connection by supplying your Solaredge HA token
service = solaredgeha.SolarEdgeHa(username, password)
API Requests
2 API requests are supported. The methods return the parsed JSON response as a dict.
def login(self):
def get_sites(self):
def get_devices(self):
def activate_device(self, reporterId, level, duration=None):
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
solaredgeha-0.3.1.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for solaredgeha-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 030242efc2301ac8044c5bf98968491914145459139882d39280b884cd915df5 |
|
MD5 | 9572a0dbbaf43817bb7b846c477cc08a |
|
BLAKE2b-256 | 00edae3301275531740c62719434924426a83124044a6d15340cf2bafb142365 |