Skip to content

ITTV-tools/kostalplenticorepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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