Speedy1991 / kostal-pv

Reading Registries from KSEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is WORK IN PROGRESS

What is this

  • Reading multiple registers from KSEM
  • Reading multiple dxindexes from Inverters (tested with Piko15)
  • Write datapoints to a influx db

Requirements

  • python3.6+
  • git

Setup

  • Clone this respo with git clone https://github.com/Speedy1991/kostal-pv.git
  • pip[3] install -r requirements.txt
  • You only need to modify the config.ini file

Docs

You can run each submodule on it's own like this:

python[3] ksem.py
python[3] piko15.py

or for a full run with influxdb:

python[3] main.py

Based on:

Disclaimer

Warning

Please note that any incorrect or careless usage of this module as well as errors in the implementation may harm your Smart Energy Manager !

Therefore, the author does not provide any guarantee or warranty concerning to correctness, functionality or performance and does not accept any liability for damage caused by this module, examples or mentioned information.

Thus, use it on your own risk!

About

Reading Registries from KSEM

License:MIT License


Languages

Language:Python 100.0%