Prometheus exporter for StecaGrid Inverter 2000 written in Go.
Metrics are fetched from http://<steca-grid-ip>/measurements.xml
- Run
make
to build the binary - Setup a service with systemd (example)
λ stecagrid-exporter -h
Usage of stecagrid-exporter:
-frequency int
Polling frequency in seconds (default 5)
-steca-ip string
StecaGrid IP address (default "192.168.50.144")
-steca-path string
StecaGrid path (default "/measurements.xml")