-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-sample-sml.yaml
More file actions
92 lines (91 loc) · 2.4 KB
/
config-sample-sml.yaml
File metadata and controls
92 lines (91 loc) · 2.4 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
actors:
producers:
- !Regulating
actor: !MarstekDischarge
modbus_slave:
slave_adress: 1
modbus_connection:
!TCP
url: "http://192.168.178.54:8050/"
upper_limit_watts: 1000
time_until_effective_seconds: 3
max_power: 2000
- !Regulating
actor: !MarstekDischarge
modbus_slave:
slave_adress: 1
modbus_connection:
!RTU
ttys_location: /dev/ttyUSB0
baud_rate: 1200
stop_bits: !One
parity: !Even
flow_control: !Software
upper_limit_watts: 1000
time_until_effective_seconds: 3
max_power: 2000
- !Regulating
actor: !EZ1M
url: "http://192.168.178.54:8050/"
upper_limit_watts: 100
time_until_effective_seconds: 5
max_power: 100
- !Regulating
actor: !OpenDtu
url: "http://opendtu-590bc0/"
upper_limit_watts: 100
password: "openDTU42"
serial: "112182061267"
max_power: 100
time_until_effective_seconds: 5
max_power: 100
- !Regulating
actor: !Ahoy
url: "http://ahoy-dtu/"
upper_limit_watts: 100
password: "openDTU42"
inverter_no: 1
max_power: 100
time_until_effective_seconds: 5
max_power: 100
consumers:
- !Switching
actor: !Tasmota
url: http://192.168.178.53
time_until_effective_seconds: 20
power: 200
- !Switching
actor: !HS100
address: 192.168.178.71:9999
actor_mode: !Charge
time_until_effective_seconds: 20
power: 250
- !Regulating
actor: !MarstekCharge
modbus_slave:
slave_adress: 1
modbus_connection:
!TCP
url: "http://192.168.178.54:8050/"
upper_limit_watts: 1000
time_until_effective_seconds: 3
max_power: 2000
- !Regulating
actor: !RD6006
modbus_slave:
slave_adress: 1
modbus_connection:
!TCP
url: "http://192.168.178.54:8050/"
final_voltage_hundredth_volts: 316
upper_limit_watts: 150
time_until_effective_seconds: 3
max_power: 2000
power_measurement:
!SmlSmartMeter
ttys_location: /dev/ttyS2
gpio_location: /dev/gpiochip0
gpio_power_pin: 227
log_location: /root/energy.log
lower_limit: -5
upper_limit: 25