-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.conf
More file actions
103 lines (103 loc) · 1.82 KB
/
example.conf
File metadata and controls
103 lines (103 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
db:
checkpoint: <checkpoint file>
update: 60
weather:
tempservice: openweather
bom: http://www.bom.gov.au/fwo/<bom URL>
tempid: <location id>
tempkey: <key>
darkskykey: <key>
darkskylat: <latitude>
darkskylong: <longitude>
sma:
- addr: inverter:9522
password: <password>
poll: 50
retry: 61
- addr: inverter2:9522
password: <password>
poll: 50
retry: 30
iammeter:
meter: http://admin:admin@meter-hostname/monitorjson
poll: 30
meter:
source: "http://metercam:8080/image.jpg"
threshold: 50
offset: [0, 0]
lcd:
- name: S1
tl: [67, 61]
tr: [38, 85]
br: [0, 24]
bl: [28, 0]
width: 7
- name: L1
tl: [97, 93]
tr: [57, 125]
br: [0, 31]
bl: [37, 0]
width: 10
digit:
- lcd: S1
coord: [731,67]
- lcd: S1
coord: [685,104]
- lcd: S1
coord: [642,139]
- lcd: S1
coord: [597,174]
- lcd: L1
coord: [542,218]
- lcd: L1
coord: [485,264]
- lcd: L1
coord: [427,311]
- lcd: L1
coord: [371,358]
- lcd: L1
coord: [314,404]
- lcd: L1
coord: [258,450]
- lcd: L1
coord: [202,497]
- lcd: L1
coord: [145,542]
range:
- key: "1NtL"
min: 0
max: 20
- key: "tP "
min: -12
max: 15
- key: "EHtL"
min: 0
max: 40
- key: "EHL1"
min: 0
max: 40
- key: "EHL2"
min: 0
max: 40
- key: "1NL1"
min: 0
max: 40
- key: "1NL2"
min: 0
max: 40
# Data for pvoutput upload.
pvoutput:
apikey: <apikey>
systemid: <system ID>
pvurl: "https://pvoutput.org/service/r2/addstatus.jsp"
# Write CSV values to file.
csv:
base: /var/lib/MeterMan/csv
#
# Home Assistant integration
#
hassi:
url: <home assistant URL>
apikey: <apikey>
api:
port: 8080