Skip to content

Commit 2bbcc52

Browse files
committed
Templates update for nightly evcc-io/evcc@6836749
1 parent 0df7b68 commit 2bbcc52

File tree

8 files changed

+142
-20
lines changed

8 files changed

+142
-20
lines changed

templates/nightly/de/meter/cg-em24_0.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@ render:
4545
host: 192.0.2.2 # Hostname
4646
port: 502 # Port
4747
48+
# Modbus TCP
49+
modbus: tcpip
50+
id: 1
51+
host: 192.0.2.2 # Hostname
52+
port: 502 # Port
53+
- usage: pv
54+
default: |
55+
type: template
56+
template: cg-em24
57+
usage: pv
58+
59+
# RS485 via adapter (Modbus RTU)
60+
modbus: rs485serial
61+
id: 1
62+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
63+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
64+
comset: "8N1" # Kommunikationsparameter für den Adapter
65+
66+
# RS485 via TCP/IP (Modbus RTU)
67+
modbus: rs485tcpip
68+
id: 1
69+
host: 192.0.2.2 # Hostname
70+
port: 502 # Port
71+
4872
# Modbus TCP
4973
modbus: tcpip
5074
id: 1

templates/nightly/de/meter/cg-em24_1.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@ render:
4545
host: 192.0.2.2 # Hostname
4646
port: 502 # Port
4747
48+
# Modbus TCP
49+
modbus: tcpip
50+
id: 1
51+
host: 192.0.2.2 # Hostname
52+
port: 502 # Port
53+
- usage: pv
54+
default: |
55+
type: template
56+
template: cg-em24
57+
usage: pv
58+
59+
# RS485 via adapter (Modbus RTU)
60+
modbus: rs485serial
61+
id: 1
62+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
63+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
64+
comset: "8N1" # Kommunikationsparameter für den Adapter
65+
66+
# RS485 via TCP/IP (Modbus RTU)
67+
modbus: rs485tcpip
68+
id: 1
69+
host: 192.0.2.2 # Hostname
70+
port: 502 # Port
71+
4872
# Modbus TCP
4973
modbus: tcpip
5074
id: 1

templates/nightly/de/meter/shelly-1pm_0.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
product:
22
brand: Shelly
3-
description: 1PM, EM, Plug S
3+
description: 1PM, EM, Plug S, Pro 3EM in monophase mode
44
group: Schaltbare Steckdosen
55
render:
6+
- usage: grid
7+
default: |
8+
type: template
9+
template: shelly-1pm
10+
usage: grid
11+
host: 192.0.2.2 # IP-Adresse oder Hostname
12+
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional)
13+
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
14+
channel: 0 # optional
615
- usage: pv
716
default: |
817
type: template
Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
11
product:
22
brand: Zendure
3-
description: Hyper V
3+
description: Hyper 2000
44
requirements: ["skiptest"]
55
render:
66
- usage: pv
77
default: |
88
type: template
99
template: zendure
1010
usage: pv
11-
account: # optional
12-
serial: # optional
11+
12+
serial: VU5D99F74021B04 # Zu finden in der Zendure App in den Einstellungen des Geräts
13+
region: EU # optional
1314
timeout: 10s # optional
1415
advanced: |
1516
type: template
1617
template: zendure
1718
usage: pv
18-
account: # optional
19-
serial: # optional
19+
20+
serial: VU5D99F74021B04 # Zu finden in der Zendure App in den Einstellungen des Geräts
21+
region: EU # optional
2022
timeout: 10s # optional
2123
- usage: battery
2224
default: |
2325
type: template
2426
template: zendure
2527
usage: battery
26-
account: # optional
27-
serial: # optional
28+
29+
serial: VU5D99F74021B04 # Zu finden in der Zendure App in den Einstellungen des Geräts
30+
region: EU # optional
2831
timeout: 10s # optional
2932
advanced: |
3033
type: template
3134
template: zendure
3235
usage: battery
33-
account: # optional
34-
serial: # optional
36+
37+
serial: VU5D99F74021B04 # Zu finden in der Zendure App in den Einstellungen des Geräts
38+
region: EU # optional
3539
timeout: 10s # optional
3640
capacity: 2 # Akkukapazität in kWh (optional)

templates/nightly/en/meter/cg-em24_0.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@ render:
4545
host: 192.0.2.2 # Hostname
4646
port: 502 # Port
4747
48+
# Modbus TCP
49+
modbus: tcpip
50+
id: 1
51+
host: 192.0.2.2 # Hostname
52+
port: 502 # Port
53+
- usage: pv
54+
default: |
55+
type: template
56+
template: cg-em24
57+
usage: pv
58+
59+
# RS485 via adapter (Modbus RTU)
60+
modbus: rs485serial
61+
id: 1
62+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
63+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
64+
comset: "8N1" # Kommunikationsparameter für den Adapter
65+
66+
# RS485 via TCP/IP (Modbus RTU)
67+
modbus: rs485tcpip
68+
id: 1
69+
host: 192.0.2.2 # Hostname
70+
port: 502 # Port
71+
4872
# Modbus TCP
4973
modbus: tcpip
5074
id: 1

templates/nightly/en/meter/cg-em24_1.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@ render:
4545
host: 192.0.2.2 # Hostname
4646
port: 502 # Port
4747
48+
# Modbus TCP
49+
modbus: tcpip
50+
id: 1
51+
host: 192.0.2.2 # Hostname
52+
port: 502 # Port
53+
- usage: pv
54+
default: |
55+
type: template
56+
template: cg-em24
57+
usage: pv
58+
59+
# RS485 via adapter (Modbus RTU)
60+
modbus: rs485serial
61+
id: 1
62+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
63+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
64+
comset: "8N1" # Kommunikationsparameter für den Adapter
65+
66+
# RS485 via TCP/IP (Modbus RTU)
67+
modbus: rs485tcpip
68+
id: 1
69+
host: 192.0.2.2 # Hostname
70+
port: 502 # Port
71+
4872
# Modbus TCP
4973
modbus: tcpip
5074
id: 1

templates/nightly/en/meter/shelly-1pm_0.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
product:
22
brand: Shelly
3-
description: 1PM, EM, Plug S
3+
description: 1PM, EM, Plug S, Pro 3EM in monophase mode
44
group: Switchable sockets
55
render:
6+
- usage: grid
7+
default: |
8+
type: template
9+
template: shelly-1pm
10+
usage: grid
11+
host: 192.0.2.2 # IP address or hostname
12+
user: # User account (e.g. email address, user id, etc.) (optional)
13+
password: # Password of the user account (use single quotes in case of leading zeros) (optional)
14+
channel: 0 # optional
615
- usage: pv
716
default: |
817
type: template
Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
11
product:
22
brand: Zendure
3-
description: Hyper V
3+
description: Hyper 2000
44
requirements: ["skiptest"]
55
render:
66
- usage: pv
77
default: |
88
type: template
99
template: zendure
1010
usage: pv
11-
account: # optional
12-
serial: # optional
11+
12+
serial: VU5D99F74021B04 # You can find this in the Zendure App in the settings of the device
13+
region: EU # optional
1314
timeout: 10s # optional
1415
advanced: |
1516
type: template
1617
template: zendure
1718
usage: pv
18-
account: # optional
19-
serial: # optional
19+
20+
serial: VU5D99F74021B04 # You can find this in the Zendure App in the settings of the device
21+
region: EU # optional
2022
timeout: 10s # optional
2123
- usage: battery
2224
default: |
2325
type: template
2426
template: zendure
2527
usage: battery
26-
account: # optional
27-
serial: # optional
28+
29+
serial: VU5D99F74021B04 # You can find this in the Zendure App in the settings of the device
30+
region: EU # optional
2831
timeout: 10s # optional
2932
advanced: |
3033
type: template
3134
template: zendure
3235
usage: battery
33-
account: # optional
34-
serial: # optional
36+
37+
serial: VU5D99F74021B04 # You can find this in the Zendure App in the settings of the device
38+
region: EU # optional
3539
timeout: 10s # optional
3640
capacity: 2 # Battery capacity in kWh (optional)

0 commit comments

Comments
 (0)