Skip to content

Commit 6afa922

Browse files
committed
Add README, example configs
1 parent b631546 commit 6afa922

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* `Gas <https://github.com/nomis/gasmeter>`_
2+
* `Electricity <https://github.com/nomis/power-meter>`_

config.elecmeter.example

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
dsn: dbname=elecmeter
2+
3+
type: electricity
4+
5+
rrd: /home/powermeter/data/
6+
7+
meters:
8+
2:
9+
base: 1
10+
rrd: "1234567890123"

config.gasmeter.example

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dsn: dbname=gasmeter
2+
3+
type: gas
4+
5+
meters:
6+
- 1
7+
- 2

0 commit comments

Comments
 (0)