-
Notifications
You must be signed in to change notification settings - Fork 20
/
semp-rtu.conf
62 lines (48 loc) · 1.53 KB
/
semp-rtu.conf
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
[server]
# Serving serial device, connected to the SolarEdge inverter.
# optional, default: /dev/ttyUSB0
#device = /dev/ttyUSB0
# Serving serial baud rate.
# optional, default: 9600
#baud = 9600
# Parity setting, N, E or O
# optional, default: E
#parity = E
parity = N
# Serving serial timeout, depends on line speed.
# optional, float, default: 1
#timeout = 1
timeout = 0.1
# Logging level, CRITICAL, ERROR, WARNING, INFO, DEBUG
# optional, default: INFO
#log_level = INFO
# Masqueraded meters, comma separated.
# optional, default: ''
#meters = meter1, meter2
# Meters defined in [server] need a config section, one per meter.
# Depending on the type of meter that is to be masqueraded, you can
# define a number of generic and type specific variables.
# Modbus address of the meter as defined in the SolarEdge inverter.
# This value needs to be unique.
# optional, default: 2
#dst_address = 2
# Source meter type, which corresponds to a script in /devices.
# The generic.py device returns null values.
# optional, default: generic
#type = generic
# Masqueraded serial number.
# Need not be correct, must be unique, must be an integer.
# optional, default: 987654
#serial_number = 987654
# Current transformer amperage rating.
# optional, default: 5
#ct_current = 50
# Current transformer direction inversion, set to 1 if required.
# optional, default: 0
#ct_inverted = 0
# Offset between phases, set to 0, 90, 120 or 180.
# optional, default: 0
#phase_offset = 120
# Number of seconds between value refreshes.
# optional, default: 5
#refresh_rate = 5