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.3.tar.gz
(6.9 kB
view hashes)
Built Distribution
Close
Hashes for zeversolarlocal-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ed64d4d3fb2a467c9fb3414220805e6368974c9dfdc73f9a9acdc19e32ee87e |
|
MD5 | ef35b07496d18572e260791d4fce7974 |
|
BLAKE2b-256 | 34ad94f8e6949073bde84f73c663095d72bdcc7b8ba64319b1f077ffc22deb33 |