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.7.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for zeversolarlocal-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b64865a05fd792aab26034a0ab220eab045bf4dffff452bc740938f2e9ed452 |
|
MD5 | 197ab8eaa5afb44beb3b60706a1a1f66 |
|
BLAKE2b-256 | e483c93d0f0447cc5e6e027208d9bd67b6c1485489945d8cf105d6ee411f4a3e |