-
Notifications
You must be signed in to change notification settings - Fork 20
/
semp-tcp.conf
56 lines (43 loc) · 1.4 KB
/
semp-tcp.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
[server]
# Serving IP address.
# optional, default: all interfaces
#address = 192.168.1.1
# Serving port.
# optional, default: 5502
#port = 5502
# Modbus frame type, set to rtu for Modbus RTU over TCP
# optional, default: socket
#framer = socket
# 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