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
- Host: GitHub
- URL: https://github.com/ittv-tools/kostalplenticorepy
- Owner: ITTV-tools
- License: mit
- Created: 2019-11-26T14:37:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T09:05:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-17T01:39:35.870Z (about 1 year ago)
- Topics: api, automation, home, kostal, kostal-plenticore, plenticore, python, solar
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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