An open API service indexing awesome lists of open source software.

https://github.com/ittv-tools/kostalplenticorepy

Kostal Plenticore python liberary
https://github.com/ittv-tools/kostalplenticorepy

api automation home kostal kostal-plenticore plenticore python solar

Last synced: 4 months ago
JSON representation

Kostal Plenticore python liberary

Awesome Lists containing this project

README

          

# KostalPlenticore-Python
Python library to request data from Kostal Plenticore Plus

Special thanks to E3EAT

Usage:

```python
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