Skip to content

Commit a3d74c4

Browse files
authored
Merge pull request #18 from lazy-electron-consulting/configs
include configs in the release assets
2 parents c3ae686 + f8e53d0 commit a3d74c4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/pre-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
title: "Development Build"
3535
files: |
3636
dist/*
37-
LICENSE
37+
LICENSE
38+
configs/*

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
prerelease: false
2727
files: |
2828
dist/*
29-
LICENSE
29+
LICENSE
30+
configs/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

renogy.yaml renamed to configs/rover-elite-rcc40rvre.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
modbus:
33
path: /dev/ttyUSB0
4+
baudRate: 9600
5+
dataBits: 8
6+
stopBits: 1
7+
parity: N
8+
timeout: 5s
9+
unitId: 1
410
gauges:
511
- name: "battery_volts"
612
help: "How many volts are in the battery"

0 commit comments

Comments
 (0)