A prometheus exporter for the Victron Energy Meter VM-3P75CT
Find a file
2025-11-02 12:22:53 +01:00
.gitignore Initial commit 2025-11-02 12:22:53 +01:00
config.go Initial commit 2025-11-02 12:22:53 +01:00
go.mod Initial commit 2025-11-02 12:22:53 +01:00
go.sum Initial commit 2025-11-02 12:22:53 +01:00
Makefile Initial commit 2025-11-02 12:22:53 +01:00
metrics.go Initial commit 2025-11-02 12:22:53 +01:00
README.md Initial commit 2025-11-02 12:22:53 +01:00
victron-em-exporter.go Initial commit 2025-11-02 12:22:53 +01:00

victron-em-exporter

A prometheus exporter for the Victron Energy Meter VM-3P75CT.

Building

Use make to create the most simple build.

For a release version, use

VERSION=x.x.x make

If cross-compiling for freebsd, use

GOOS=freebsd VERSION=x.x.x make