Skip to content

Commit 225dbe5

Browse files
committed
Templates update for nightly evcc-io/evcc@38471d1
1 parent 7a40822 commit 225dbe5

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

templates/nightly/de/meter/marstek-venus-battery-storage.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ render:
2323
id: 1
2424
host: # Hostname
2525
port: 502 # Port
26+
27+
# Modbus TCP
28+
modbus: tcpip
29+
id: 1
30+
host: # Hostname
31+
port: 502 # Port
2632
capacity: 5.12 # Akkukapazität (kWh), Venus-E 5.12 kWh, Venus-C 2.56 kWh (optional)
2733
advanced: |
2834
type: template
@@ -41,6 +47,12 @@ render:
4147
id: 1
4248
host: # Hostname
4349
port: 502 # Port
50+
51+
# Modbus TCP
52+
modbus: tcpip
53+
id: 1
54+
host: # Hostname
55+
port: 502 # Port
4456
capacity: 5.12 # Akkukapazität (kWh), Venus-E 5.12 kWh, Venus-C 2.56 kWh (optional)
4557
minsoc: 11 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
4658
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
@@ -50,7 +62,7 @@ params:
5062
- name: modbus
5163
example:
5264
default:
53-
choice: ['rs485']
65+
choice: ['rs485', 'tcpip']
5466
unit:
5567
description: Modbus Typ
5668
help:
@@ -109,4 +121,5 @@ modbus:
109121
id: 1
110122
port: 502
111123
rs485serial: true
112-
rs485tcpip: true
124+
rs485tcpip: true
125+
tcpip: true

templates/nightly/en/meter/marstek-venus-battery-storage.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ render:
2323
id: 1
2424
host: # Hostname
2525
port: 502 # Port
26+
27+
# Modbus TCP
28+
modbus: tcpip
29+
id: 1
30+
host: # Hostname
31+
port: 502 # Port
2632
capacity: 5.12 # Battery capacity (kWh), Venus-E 5.12 kWh, Venus-C 2.56 kWh (optional)
2733
advanced: |
2834
type: template
@@ -41,6 +47,12 @@ render:
4147
id: 1
4248
host: # Hostname
4349
port: 502 # Port
50+
51+
# Modbus TCP
52+
modbus: tcpip
53+
id: 1
54+
host: # Hostname
55+
port: 502 # Port
4456
capacity: 5.12 # Battery capacity (kWh), Venus-E 5.12 kWh, Venus-C 2.56 kWh (optional)
4557
minsoc: 11 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
4658
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
@@ -50,7 +62,7 @@ params:
5062
- name: modbus
5163
example:
5264
default:
53-
choice: ['rs485']
65+
choice: ['rs485', 'tcpip']
5466
unit:
5567
description: Modbus Type
5668
help:
@@ -109,4 +121,5 @@ modbus:
109121
id: 1
110122
port: 502
111123
rs485serial: true
112-
rs485tcpip: true
124+
rs485tcpip: true
125+
tcpip: true

0 commit comments

Comments
 (0)