You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very similar to `renogy-exporter`, but slightly different syntax. Might
be possible to merge the two later with a sufficiently complicated
config file.
prometheus exporter for victron devices using the ve-direct protocol
2
+
3
+
[Prometheus exporter](https://prometheus.io/docs/instrumenting/exporters/) for [Victron](https://www.victronenergy.com) devices using the [VE.Direct protocol](https://www.victronenergy.com/live/vedirect_protocol:faq).
4
+
5
+
## Usage
6
+
7
+
- download a binary from the github releases or build from source using `make
8
+
build`
9
+
- connect your computer to a victron device, I'm using a victron brand [VE.Direct to USB interface](https://www.victronenergy.com/accessories/ve-direct-to-usb-interface)
10
+
- run `./vedirect-exporter config.yaml`
11
+
- see your metrics via http
12
+
13
+
See `configs/` for an example of the config syntax.
14
+
15
+
## Releasing
16
+
17
+
- merging to `main` will make new "latest" binaries
18
+
- push a tag w/ `v$SEMVER` to make a versioned binaries
0 commit comments