File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3434 title : " Development Build"
3535 files : |
3636 dist/*
37- LICENSE
37+ LICENSE
38+ configs/*
Original file line number Diff line number Diff line change 2626 prerelease : false
2727 files : |
2828 dist/*
29- LICENSE
29+ LICENSE
30+ configs/*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Renogy charge controllers.
1111- run ` ./renogy-exporter config.yaml `
1212- see your metrics via http
1313
14- See ` renogy.yaml ` for an example of the config syntax that works for me .
14+ See ` configs/ ` for an example of the config syntax.
1515
1616## Releasing
1717
Original file line number Diff line number Diff line change 11---
22modbus :
33 path : /dev/ttyUSB0
4+ baudRate : 9600
5+ dataBits : 8
6+ stopBits : 1
7+ parity : N
8+ timeout : 5s
9+ unitId : 1
410gauges :
511 - name : " battery_volts"
612 help : " How many volts are in the battery"
You can’t perform that action at this time.
0 commit comments