kostalplenticore

API call to Kostal Plenticore


Keywords
api, automation, home, kostal, kostal-plenticore, plenticore, python, solar
License
MIT
Install
pip install kostalplenticore==0.3

Documentation

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