zeversolarlocal
Project description
zeversolarlocal
Access solar energy data from your local Zeversolar inverter.
installation
pip install zeversolarlocal
usage
import asyncio
import zeversolarlocal
loop = asyncio.get_event_loop()
def get():
address = "192.168.1.12" # ip address of your zeversolar inverter.
url = zeversolarlocal.default_url(address)
solar_data = loop.run_until_complete(zeversolarlocal.solardata(url))
print(solar_data)
CLI
from the commandline use:
python -m zeversolarlocal 192.168.1.12
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zeversolarlocal-0.0.6.tar.gz
(6.8 kB
view hashes)
Built Distribution
Close
Hashes for zeversolarlocal-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c329db1af89006688c40dba1757ab10ce5a7814f726bf6c48d1f163db12d5f3 |
|
MD5 | b02e9a393d608d5939a7c68ec6a2ff59 |
|
BLAKE2b-256 | 9113adee09dbb49310a65b2ae69577e32b33b34678421692c21104aef60cdf82 |