ITTV-tools / kostalplenticorepy

Kostal Plenticore python liberary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KostalPlenticore-Python

Python library to request data from Kostal Plenticore Plus

Special thanks to E3EAT

Usage:

import kostalplenticore

con = kostalplenticore.connect("192.168.251.22", "Password")
con.login()
print(con.getBatteryPercent())
print(con.getPvPower())
print(con.getHomePowerConsumption())
print(con.getProcessdata("devices:local", ["HomeGrid_P"])[0]["value"])

Install: pip install kostalplenticore

About

Kostal Plenticore python liberary

License:MIT License


Languages

Language:Python 100.0%