Skip to content

Commit ced8086

Browse files
committed
Templates update for nightly evcc-io/evcc@6a39e04
1 parent a52aa53 commit ced8086

File tree

6 files changed

+276
-0
lines changed

6 files changed

+276
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
template: batterX
2+
product:
3+
identifier: batterx-home
4+
brand: batterX
5+
description: Home
6+
capabilities: ["battery-control"]
7+
render:
8+
- usage: grid
9+
default: |
10+
type: template
11+
template: batterX
12+
usage: grid
13+
host: 192.0.2.2 # IP-Adresse oder Hostname
14+
port: 80 # Port, optional
15+
externalpv: false # Benötigt bei ein weiterer Solarwechselrichter., Dieser Parameter wird benötigt, wenn an die BatterX Station noch ein weiterer Wechselrichter angeschlossen ist. Somit kann die gesamte Solar Leistung auf einmal zurückgespielt werden. Der weitere Wechselrichter muss so nicht extra in evcc konfiguriert werden. (optional)
16+
advanced: |
17+
type: template
18+
template: batterX
19+
usage: grid
20+
host: 192.0.2.2 # IP-Adresse oder Hostname
21+
port: 80 # Port, optional
22+
externalpv: false # Benötigt bei ein weiterer Solarwechselrichter., Dieser Parameter wird benötigt, wenn an die BatterX Station noch ein weiterer Wechselrichter angeschlossen ist. Somit kann die gesamte Solar Leistung auf einmal zurückgespielt werden. Der weitere Wechselrichter muss so nicht extra in evcc konfiguriert werden. (optional)
23+
- usage: pv
24+
default: |
25+
type: template
26+
template: batterX
27+
usage: pv
28+
host: 192.0.2.2 # IP-Adresse oder Hostname
29+
port: 80 # Port, optional
30+
externalpv: false # Benötigt bei ein weiterer Solarwechselrichter., Dieser Parameter wird benötigt, wenn an die BatterX Station noch ein weiterer Wechselrichter angeschlossen ist. Somit kann die gesamte Solar Leistung auf einmal zurückgespielt werden. Der weitere Wechselrichter muss so nicht extra in evcc konfiguriert werden. (optional)
31+
advanced: |
32+
type: template
33+
template: batterX
34+
usage: pv
35+
host: 192.0.2.2 # IP-Adresse oder Hostname
36+
port: 80 # Port, optional
37+
externalpv: false # Benötigt bei ein weiterer Solarwechselrichter., Dieser Parameter wird benötigt, wenn an die BatterX Station noch ein weiterer Wechselrichter angeschlossen ist. Somit kann die gesamte Solar Leistung auf einmal zurückgespielt werden. Der weitere Wechselrichter muss so nicht extra in evcc konfiguriert werden. (optional)
38+
- usage: battery
39+
default: |
40+
type: template
41+
template: batterX
42+
usage: battery
43+
host: 192.0.2.2 # IP-Adresse oder Hostname
44+
port: 80 # Port, optional
45+
externalpv: false # Benötigt bei ein weiterer Solarwechselrichter., Dieser Parameter wird benötigt, wenn an die BatterX Station noch ein weiterer Wechselrichter angeschlossen ist. Somit kann die gesamte Solar Leistung auf einmal zurückgespielt werden. Der weitere Wechselrichter muss so nicht extra in evcc konfiguriert werden. (optional)
46+
advanced: |
47+
type: template
48+
template: batterX
49+
usage: battery
50+
host: 192.0.2.2 # IP-Adresse oder Hostname
51+
port: 80 # Port, optional
52+
externalpv: false # Benötigt bei ein weiterer Solarwechselrichter., Dieser Parameter wird benötigt, wenn an die BatterX Station noch ein weiterer Wechselrichter angeschlossen ist. Somit kann die gesamte Solar Leistung auf einmal zurückgespielt werden. Der weitere Wechselrichter muss so nicht extra in evcc konfiguriert werden. (optional)
53+
capacity: 50 # Akkukapazität (kWh), optional
54+
params:
55+
- name: host
56+
example: 192.0.2.2
57+
default:
58+
choice: []
59+
unit:
60+
description: IP-Adresse oder Hostname
61+
help:
62+
advanced: false
63+
optional: false
64+
- name: port
65+
example:
66+
default: 80
67+
choice: []
68+
unit:
69+
description: Port
70+
help:
71+
advanced: false
72+
optional: true
73+
- name: externalpv
74+
example:
75+
default: false
76+
choice: []
77+
unit:
78+
description: Benötigt bei ein weiterer Solarwechselrichter.
79+
help: Dieser Parameter wird benötigt, wenn an die BatterX Station noch ein weiterer Wechselrichter angeschlossen ist. Somit kann die gesamte Solar Leistung auf einmal zurückgespielt werden. Der weitere Wechselrichter muss so nicht extra in evcc konfiguriert werden.
80+
advanced: false
81+
optional: true
82+
- name: capacity
83+
example: 50
84+
default:
85+
choice: []
86+
unit: kWh
87+
description: Akkukapazität
88+
help:
89+
advanced: true
90+
optional: true

templates/nightly/de/meter/janitza-b-series.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,30 @@ render:
2323
host: 192.0.2.2 # Hostname
2424
port: 502 # Port
2525
26+
# Modbus TCP
27+
modbus: tcpip
28+
id: 1
29+
host: 192.0.2.2 # Hostname
30+
port: 502 # Port
31+
- usage: pv
32+
default: |
33+
type: template
34+
template: janitza
35+
usage: pv
36+
37+
# RS485 via adapter (Modbus RTU)
38+
modbus: rs485serial
39+
id: 1
40+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
41+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
42+
comset: "8N1" # Kommunikationsparameter für den Adapter
43+
44+
# RS485 via TCP/IP (Modbus RTU)
45+
modbus: rs485tcpip
46+
id: 1
47+
host: 192.0.2.2 # Hostname
48+
port: 502 # Port
49+
2650
# Modbus TCP
2751
modbus: tcpip
2852
id: 1

templates/nightly/de/meter/janitza-umg-series.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,30 @@ render:
2323
host: 192.0.2.2 # Hostname
2424
port: 502 # Port
2525
26+
# Modbus TCP
27+
modbus: tcpip
28+
id: 1
29+
host: 192.0.2.2 # Hostname
30+
port: 502 # Port
31+
- usage: pv
32+
default: |
33+
type: template
34+
template: janitza
35+
usage: pv
36+
37+
# RS485 via adapter (Modbus RTU)
38+
modbus: rs485serial
39+
id: 1
40+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
41+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
42+
comset: "8N1" # Kommunikationsparameter für den Adapter
43+
44+
# RS485 via TCP/IP (Modbus RTU)
45+
modbus: rs485tcpip
46+
id: 1
47+
host: 192.0.2.2 # Hostname
48+
port: 502 # Port
49+
2650
# Modbus TCP
2751
modbus: tcpip
2852
id: 1
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
template: batterX
2+
product:
3+
identifier: batterx-home
4+
brand: batterX
5+
description: Home
6+
capabilities: ["battery-control"]
7+
render:
8+
- usage: grid
9+
default: |
10+
type: template
11+
template: batterX
12+
usage: grid
13+
host: 192.0.2.2 # IP address or hostname
14+
port: 80 # Port, optional
15+
externalpv: false # Needed when a second solar inverter is connected., This parameter is needed when the BatterX station is connected to another solar inverter. The total produced solar power can so be reported through one system. Further auxilary solar inverters do not need to be connected to evcc. (optional)
16+
advanced: |
17+
type: template
18+
template: batterX
19+
usage: grid
20+
host: 192.0.2.2 # IP address or hostname
21+
port: 80 # Port, optional
22+
externalpv: false # Needed when a second solar inverter is connected., This parameter is needed when the BatterX station is connected to another solar inverter. The total produced solar power can so be reported through one system. Further auxilary solar inverters do not need to be connected to evcc. (optional)
23+
- usage: pv
24+
default: |
25+
type: template
26+
template: batterX
27+
usage: pv
28+
host: 192.0.2.2 # IP address or hostname
29+
port: 80 # Port, optional
30+
externalpv: false # Needed when a second solar inverter is connected., This parameter is needed when the BatterX station is connected to another solar inverter. The total produced solar power can so be reported through one system. Further auxilary solar inverters do not need to be connected to evcc. (optional)
31+
advanced: |
32+
type: template
33+
template: batterX
34+
usage: pv
35+
host: 192.0.2.2 # IP address or hostname
36+
port: 80 # Port, optional
37+
externalpv: false # Needed when a second solar inverter is connected., This parameter is needed when the BatterX station is connected to another solar inverter. The total produced solar power can so be reported through one system. Further auxilary solar inverters do not need to be connected to evcc. (optional)
38+
- usage: battery
39+
default: |
40+
type: template
41+
template: batterX
42+
usage: battery
43+
host: 192.0.2.2 # IP address or hostname
44+
port: 80 # Port, optional
45+
externalpv: false # Needed when a second solar inverter is connected., This parameter is needed when the BatterX station is connected to another solar inverter. The total produced solar power can so be reported through one system. Further auxilary solar inverters do not need to be connected to evcc. (optional)
46+
advanced: |
47+
type: template
48+
template: batterX
49+
usage: battery
50+
host: 192.0.2.2 # IP address or hostname
51+
port: 80 # Port, optional
52+
externalpv: false # Needed when a second solar inverter is connected., This parameter is needed when the BatterX station is connected to another solar inverter. The total produced solar power can so be reported through one system. Further auxilary solar inverters do not need to be connected to evcc. (optional)
53+
capacity: 50 # Battery capacity (kWh), optional
54+
params:
55+
- name: host
56+
example: 192.0.2.2
57+
default:
58+
choice: []
59+
unit:
60+
description: IP address or hostname
61+
help:
62+
advanced: false
63+
optional: false
64+
- name: port
65+
example:
66+
default: 80
67+
choice: []
68+
unit:
69+
description: Port
70+
help:
71+
advanced: false
72+
optional: true
73+
- name: externalpv
74+
example:
75+
default: false
76+
choice: []
77+
unit:
78+
description: Needed when a second solar inverter is connected.
79+
help: This parameter is needed when the BatterX station is connected to another solar inverter. The total produced solar power can so be reported through one system. Further auxilary solar inverters do not need to be connected to evcc.
80+
advanced: false
81+
optional: true
82+
- name: capacity
83+
example: 50
84+
default:
85+
choice: []
86+
unit: kWh
87+
description: Battery capacity
88+
help:
89+
advanced: true
90+
optional: true

templates/nightly/en/meter/janitza-b-series.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,30 @@ render:
2323
host: 192.0.2.2 # Hostname
2424
port: 502 # Port
2525
26+
# Modbus TCP
27+
modbus: tcpip
28+
id: 1
29+
host: 192.0.2.2 # Hostname
30+
port: 502 # Port
31+
- usage: pv
32+
default: |
33+
type: template
34+
template: janitza
35+
usage: pv
36+
37+
# RS485 via adapter (Modbus RTU)
38+
modbus: rs485serial
39+
id: 1
40+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
41+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
42+
comset: "8N1" # Kommunikationsparameter für den Adapter
43+
44+
# RS485 via TCP/IP (Modbus RTU)
45+
modbus: rs485tcpip
46+
id: 1
47+
host: 192.0.2.2 # Hostname
48+
port: 502 # Port
49+
2650
# Modbus TCP
2751
modbus: tcpip
2852
id: 1

templates/nightly/en/meter/janitza-umg-series.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,30 @@ render:
2323
host: 192.0.2.2 # Hostname
2424
port: 502 # Port
2525
26+
# Modbus TCP
27+
modbus: tcpip
28+
id: 1
29+
host: 192.0.2.2 # Hostname
30+
port: 502 # Port
31+
- usage: pv
32+
default: |
33+
type: template
34+
template: janitza
35+
usage: pv
36+
37+
# RS485 via adapter (Modbus RTU)
38+
modbus: rs485serial
39+
id: 1
40+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
41+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
42+
comset: "8N1" # Kommunikationsparameter für den Adapter
43+
44+
# RS485 via TCP/IP (Modbus RTU)
45+
modbus: rs485tcpip
46+
id: 1
47+
host: 192.0.2.2 # Hostname
48+
port: 502 # Port
49+
2650
# Modbus TCP
2751
modbus: tcpip
2852
id: 1

0 commit comments

Comments
 (0)