Skip to content

Commit 5f17a61

Browse files
committed
Templates update for nightly evcc-io/evcc@50c5e9a
1 parent 79c09c8 commit 5f17a61

10 files changed

Lines changed: 1046 additions & 6 deletions
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
template: solax-g2
2+
product:
3+
identifier: qcells-q-volt-p17t-x
4+
brand: Qcells
5+
description: Q.VOLT P17T-X
6+
render:
7+
- usage: grid
8+
default: |
9+
type: template
10+
template: solax-g2
11+
usage: grid
12+
13+
# RS485 via adapter (Modbus RTU)
14+
modbus: rs485serial
15+
id: 1
16+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
17+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
18+
comset: "8N1" # Kommunikationsparameter für den Adapter
19+
20+
# RS485 via TCP/IP (Modbus RTU)
21+
modbus: rs485tcpip
22+
id: 1
23+
host: # Hostname
24+
port: 502 # Port
25+
26+
# Modbus TCP
27+
modbus: tcpip
28+
id: 1
29+
host: # Hostname
30+
port: 502 # Port
31+
advanced: |
32+
type: template
33+
template: solax-g2
34+
usage: grid
35+
36+
# RS485 via adapter (Modbus RTU)
37+
modbus: rs485serial
38+
id: 1
39+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
40+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
41+
comset: "8N1" # Kommunikationsparameter für den Adapter
42+
43+
# RS485 via TCP/IP (Modbus RTU)
44+
modbus: rs485tcpip
45+
id: 1
46+
host: # Hostname
47+
port: 502 # Port
48+
49+
# Modbus TCP
50+
modbus: tcpip
51+
id: 1
52+
host: # Hostname
53+
port: 502 # Port
54+
- usage: pv
55+
default: |
56+
type: template
57+
template: solax-g2
58+
usage: pv
59+
60+
# RS485 via adapter (Modbus RTU)
61+
modbus: rs485serial
62+
id: 1
63+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
64+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
65+
comset: "8N1" # Kommunikationsparameter für den Adapter
66+
67+
# RS485 via TCP/IP (Modbus RTU)
68+
modbus: rs485tcpip
69+
id: 1
70+
host: # Hostname
71+
port: 502 # Port
72+
73+
# Modbus TCP
74+
modbus: tcpip
75+
id: 1
76+
host: # Hostname
77+
port: 502 # Port
78+
advanced: |
79+
type: template
80+
template: solax-g2
81+
usage: pv
82+
83+
# RS485 via adapter (Modbus RTU)
84+
modbus: rs485serial
85+
id: 1
86+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
87+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
88+
comset: "8N1" # Kommunikationsparameter für den Adapter
89+
90+
# RS485 via TCP/IP (Modbus RTU)
91+
modbus: rs485tcpip
92+
id: 1
93+
host: # Hostname
94+
port: 502 # Port
95+
96+
# Modbus TCP
97+
modbus: tcpip
98+
id: 1
99+
host: # Hostname
100+
port: 502 # Port
101+
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
102+
params:
103+
- name: modbus
104+
example:
105+
default:
106+
choice: ['rs485', 'tcpip']
107+
unit:
108+
description: Modbus Typ
109+
help:
110+
advanced: false
111+
optional: false
112+
- name: maxacpower
113+
example: 5000
114+
default: 0
115+
choice: []
116+
unit: W
117+
description: Maximale AC Leistung des Hybrid-Wechselrichters
118+
help:
119+
advanced: true
120+
optional: true
121+
modbus:
122+
baudrate: 9600
123+
comset: 8N1
124+
device: /dev/ttyUSB0
125+
host:
126+
id: 1
127+
port: 502
128+
rs485serial: true
129+
rs485tcpip: true
130+
tcpip: true
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
template: solax-g2
2+
product:
3+
identifier: qcells-q-volt-p5t-x
4+
brand: Qcells
5+
description: Q.VOLT P5T-X
6+
render:
7+
- usage: grid
8+
default: |
9+
type: template
10+
template: solax-g2
11+
usage: grid
12+
13+
# RS485 via adapter (Modbus RTU)
14+
modbus: rs485serial
15+
id: 1
16+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
17+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
18+
comset: "8N1" # Kommunikationsparameter für den Adapter
19+
20+
# RS485 via TCP/IP (Modbus RTU)
21+
modbus: rs485tcpip
22+
id: 1
23+
host: # Hostname
24+
port: 502 # Port
25+
26+
# Modbus TCP
27+
modbus: tcpip
28+
id: 1
29+
host: # Hostname
30+
port: 502 # Port
31+
advanced: |
32+
type: template
33+
template: solax-g2
34+
usage: grid
35+
36+
# RS485 via adapter (Modbus RTU)
37+
modbus: rs485serial
38+
id: 1
39+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
40+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
41+
comset: "8N1" # Kommunikationsparameter für den Adapter
42+
43+
# RS485 via TCP/IP (Modbus RTU)
44+
modbus: rs485tcpip
45+
id: 1
46+
host: # Hostname
47+
port: 502 # Port
48+
49+
# Modbus TCP
50+
modbus: tcpip
51+
id: 1
52+
host: # Hostname
53+
port: 502 # Port
54+
- usage: pv
55+
default: |
56+
type: template
57+
template: solax-g2
58+
usage: pv
59+
60+
# RS485 via adapter (Modbus RTU)
61+
modbus: rs485serial
62+
id: 1
63+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
64+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
65+
comset: "8N1" # Kommunikationsparameter für den Adapter
66+
67+
# RS485 via TCP/IP (Modbus RTU)
68+
modbus: rs485tcpip
69+
id: 1
70+
host: # Hostname
71+
port: 502 # Port
72+
73+
# Modbus TCP
74+
modbus: tcpip
75+
id: 1
76+
host: # Hostname
77+
port: 502 # Port
78+
advanced: |
79+
type: template
80+
template: solax-g2
81+
usage: pv
82+
83+
# RS485 via adapter (Modbus RTU)
84+
modbus: rs485serial
85+
id: 1
86+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
87+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
88+
comset: "8N1" # Kommunikationsparameter für den Adapter
89+
90+
# RS485 via TCP/IP (Modbus RTU)
91+
modbus: rs485tcpip
92+
id: 1
93+
host: # Hostname
94+
port: 502 # Port
95+
96+
# Modbus TCP
97+
modbus: tcpip
98+
id: 1
99+
host: # Hostname
100+
port: 502 # Port
101+
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
102+
params:
103+
- name: modbus
104+
example:
105+
default:
106+
choice: ['rs485', 'tcpip']
107+
unit:
108+
description: Modbus Typ
109+
help:
110+
advanced: false
111+
optional: false
112+
- name: maxacpower
113+
example: 5000
114+
default: 0
115+
choice: []
116+
unit: W
117+
description: Maximale AC Leistung des Hybrid-Wechselrichters
118+
help:
119+
advanced: true
120+
optional: true
121+
modbus:
122+
baudrate: 9600
123+
comset: 8N1
124+
device: /dev/ttyUSB0
125+
host:
126+
id: 1
127+
port: 502
128+
rs485serial: true
129+
rs485tcpip: true
130+
tcpip: true
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
template: solax-g2
2+
product:
3+
identifier: solax-x3-mic-g2
4+
brand: Solax
5+
description: X3-MIC G2
6+
render:
7+
- usage: grid
8+
default: |
9+
type: template
10+
template: solax-g2
11+
usage: grid
12+
13+
# RS485 via adapter (Modbus RTU)
14+
modbus: rs485serial
15+
id: 1
16+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
17+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
18+
comset: "8N1" # Kommunikationsparameter für den Adapter
19+
20+
# RS485 via TCP/IP (Modbus RTU)
21+
modbus: rs485tcpip
22+
id: 1
23+
host: # Hostname
24+
port: 502 # Port
25+
26+
# Modbus TCP
27+
modbus: tcpip
28+
id: 1
29+
host: # Hostname
30+
port: 502 # Port
31+
advanced: |
32+
type: template
33+
template: solax-g2
34+
usage: grid
35+
36+
# RS485 via adapter (Modbus RTU)
37+
modbus: rs485serial
38+
id: 1
39+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
40+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
41+
comset: "8N1" # Kommunikationsparameter für den Adapter
42+
43+
# RS485 via TCP/IP (Modbus RTU)
44+
modbus: rs485tcpip
45+
id: 1
46+
host: # Hostname
47+
port: 502 # Port
48+
49+
# Modbus TCP
50+
modbus: tcpip
51+
id: 1
52+
host: # Hostname
53+
port: 502 # Port
54+
- usage: pv
55+
default: |
56+
type: template
57+
template: solax-g2
58+
usage: pv
59+
60+
# RS485 via adapter (Modbus RTU)
61+
modbus: rs485serial
62+
id: 1
63+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
64+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
65+
comset: "8N1" # Kommunikationsparameter für den Adapter
66+
67+
# RS485 via TCP/IP (Modbus RTU)
68+
modbus: rs485tcpip
69+
id: 1
70+
host: # Hostname
71+
port: 502 # Port
72+
73+
# Modbus TCP
74+
modbus: tcpip
75+
id: 1
76+
host: # Hostname
77+
port: 502 # Port
78+
advanced: |
79+
type: template
80+
template: solax-g2
81+
usage: pv
82+
83+
# RS485 via adapter (Modbus RTU)
84+
modbus: rs485serial
85+
id: 1
86+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
87+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
88+
comset: "8N1" # Kommunikationsparameter für den Adapter
89+
90+
# RS485 via TCP/IP (Modbus RTU)
91+
modbus: rs485tcpip
92+
id: 1
93+
host: # Hostname
94+
port: 502 # Port
95+
96+
# Modbus TCP
97+
modbus: tcpip
98+
id: 1
99+
host: # Hostname
100+
port: 502 # Port
101+
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
102+
params:
103+
- name: modbus
104+
example:
105+
default:
106+
choice: ['rs485', 'tcpip']
107+
unit:
108+
description: Modbus Typ
109+
help:
110+
advanced: false
111+
optional: false
112+
- name: maxacpower
113+
example: 5000
114+
default: 0
115+
choice: []
116+
unit: W
117+
description: Maximale AC Leistung des Hybrid-Wechselrichters
118+
help:
119+
advanced: true
120+
optional: true
121+
modbus:
122+
baudrate: 9600
123+
comset: 8N1
124+
device: /dev/ttyUSB0
125+
host:
126+
id: 1
127+
port: 502
128+
rs485serial: true
129+
rs485tcpip: true
130+
tcpip: true

0 commit comments

Comments
 (0)