Connect locally to a Zeversolar inverter.
Project description
Zeversolar local
Library for connecting to a Zeversolar inverter over local network. Retrieves the inverter data.
Only tested on a Zeversolar 2000.
Usage
- Install this package
pip install zever_local
- Connect to your inverter using its IP address (192.168.5.101, e.g.) and fetch the data
from zever_local.inverter import (
Inverter,
InverterData,
ZeversolarError,
ZeversolarTimeout,
)
async def async_get_data():
ip_address = "192.168.5.101"
my_inverter = Inverter(url)
my_inverter_data = await my_inverter.async_get_data()
energy_today_KWh = my_inverter_data.energy_today_KWh
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
zever_local-1.0.3.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for zever_local-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bffe88b0885c8087d83e8bbd9884049fddad03fe676838ec570fa7825932ddc8 |
|
MD5 | c471757604894ba30c30853b78a92547 |
|
BLAKE2b-256 | 11ff1096686929f6c5730c4977debea34f21c838af6a6eacc3979a2bb59d97b7 |