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.5.tar.gz
(7.0 kB
view hashes)
Built Distribution
Close
Hashes for zeversolarlocal-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 643a70bcff736450bb01bee53f96bc97cd5e15239a5b4a6bd1b5190c9161eedb |
|
MD5 | c53dbb43de2329c449c998408662699d |
|
BLAKE2b-256 | f13c352c86836761dea673565987fd2ecd93750a253c8e6d52031e0e0ed4c191 |