Prometheus exporter for Renogy charge controllers.
- download a binary from the github releases or build from source using
make build - connect your computer to a renogy device, I'm using a renogy brand RS485 to USB serial cable
- run
./renogy-exporter config.yaml - see your metrics via http
See configs/ for an example of the config syntax.
- merging to
mainwill make new "latest" binaries - push a tag w/
v$SEMVERto make a versioned binaries
- Modbus protocol
- serial ports
- KyleJamesWalker/renogy_rover
- python modbus integration
- modbus_exporter