Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 844 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 844 Bytes

kostal2influx

extract metrics from kostal inverter for PV Solar and submit them to InfluxDB

How it gets data from Kostal Inverter PIKO 4.6-2 MP plus

My inverter has an old firmware, so it doesn't have the http://hostname/api/dxs.json So I couldn't use work like: kostal-dataexporter

So, looking at the source code of the page: http://hostname/pages/livechart.html there's a XML endpoint at http://hostname/measurements.xml which is used to read the data.

InfluxDB v2 data push and dashboards.

I've created a dashboard to monitor my system. It uses raw data, but it also uses synthetic metrics to at a glance read total power generation and consumption (see kostal_inverter_msf). Here's the json config of the dashboard