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.4.tar.gz
(6.8 kB
view hashes)
Built Distribution
Close
Hashes for zeversolarlocal-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 532f6eec85657f42ee2cadd9fffef27cf80a071e9327b1150f1ff220d904431d |
|
MD5 | 68b2ea8eda2c06091cc89c2b4c64f147 |
|
BLAKE2b-256 | c20c697822088c05aa02021f98a69b1c8f3ae0a6c8d435ebbce19307e600fe87 |