Skip to content

Commit e091cde

Browse files
committed
Templates update for nightly evcc-io/evcc@cf05bbf
1 parent dfe608a commit e091cde

File tree

4 files changed

+124
-0
lines changed

4 files changed

+124
-0
lines changed

templates/nightly/de/meter/goodwe-et-eh-bh-bt-hybrid-inverter.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ render:
129129
host: # Hostname
130130
port: 502 # Port
131131
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
132+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
133+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
132134
advanced: |
133135
type: template
134136
template: goodwe-hybrid
@@ -153,7 +155,11 @@ render:
153155
host: # Hostname
154156
port: 502 # Port
155157
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
158+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
159+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
156160
capacity: 50 # Akkukapazität (kWh), optional
161+
maxchargepower: 10000 # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
162+
maxdischargepower: 10000 # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
157163
params:
158164
- name: modbus
159165
example:
@@ -173,6 +179,24 @@ params:
173179
help:
174180
advanced: false
175181
optional: true
182+
- name: minsoc
183+
example: 25
184+
default: 10
185+
choice: []
186+
unit: '%'
187+
description: Minimaler Ladestand
188+
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
189+
advanced: false
190+
optional: true
191+
- name: maxsoc
192+
example: 95
193+
default: 100
194+
choice: []
195+
unit: '%'
196+
description: Maximaler Ladestand
197+
help: Oberes Limit beim Laden der Batterie aus dem Netz
198+
advanced: false
199+
optional: true
176200
- name: capacity
177201
example: 50
178202
default:
@@ -191,6 +215,24 @@ params:
191215
help:
192216
advanced: true
193217
optional: true
218+
- name: maxchargepower
219+
example:
220+
default: 10000
221+
choice: []
222+
unit: W
223+
description: Maximale Ladeleistung
224+
help: Für erzwungenes Laden des Speichers.
225+
advanced: true
226+
optional: true
227+
- name: maxdischargepower
228+
example:
229+
default: 10000
230+
choice: []
231+
unit: W
232+
description: Maximale Entladeleistung
233+
help: Maximale Entladeleistung des Speichers.
234+
advanced: true
235+
optional: true
194236
modbus:
195237
baudrate: 9600
196238
comset: 8N1

templates/nightly/de/meter/sungrow-sh-series-hybrid-inverter.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ render:
156156
port: 502 # Port
157157
timeout: 10s # Zeitüberschreitung, optional
158158
capacity: 50 # Akkukapazität (kWh), optional
159+
minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
160+
maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
159161
maxchargepower: # Maximale Ladeleistung (W), Maximale Ladeleistung für erzwungenes Laden des Speichers in Watt. (0 um automatisch den Wert der maximalen BDC-Nennleistung einzustellen) (optional)
160162
params:
161163
- name: modbus
@@ -194,6 +196,24 @@ params:
194196
help:
195197
advanced: true
196198
optional: true
199+
- name: minsoc
200+
example: 25
201+
default:
202+
choice: []
203+
unit: '%'
204+
description: Minimaler Ladestand
205+
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
206+
advanced: true
207+
optional: true
208+
- name: maxsoc
209+
example: 95
210+
default:
211+
choice: []
212+
unit: '%'
213+
description: Maximaler Ladestand
214+
help: Oberes Limit beim Laden der Batterie aus dem Netz
215+
advanced: true
216+
optional: true
197217
- name: maxchargepower
198218
example:
199219
default:

templates/nightly/en/meter/goodwe-et-eh-bh-bt-hybrid-inverter.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ render:
129129
host: # Hostname
130130
port: 502 # Port
131131
battery: 1 # Battery number, [1, 2] (optional)
132+
minsoc: 10 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
133+
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
132134
advanced: |
133135
type: template
134136
template: goodwe-hybrid
@@ -153,7 +155,11 @@ render:
153155
host: # Hostname
154156
port: 502 # Port
155157
battery: 1 # Battery number, [1, 2] (optional)
158+
minsoc: 10 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
159+
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
156160
capacity: 50 # Battery capacity (kWh), optional
161+
maxchargepower: 10000 # Maximum charge power (W), For forced charging of the battery. (optional)
162+
maxdischargepower: 10000 # Maximum discharge power (W), Maximum discharge power of the storage. (optional)
157163
params:
158164
- name: modbus
159165
example:
@@ -173,6 +179,24 @@ params:
173179
help:
174180
advanced: false
175181
optional: true
182+
- name: minsoc
183+
example: 25
184+
default: 10
185+
choice: []
186+
unit: '%'
187+
description: Minimum charge
188+
help: Lower limit when discharging the battery in normal operation
189+
advanced: false
190+
optional: true
191+
- name: maxsoc
192+
example: 95
193+
default: 100
194+
choice: []
195+
unit: '%'
196+
description: Maximum charge
197+
help: Upper limit when charging the battery from the grid
198+
advanced: false
199+
optional: true
176200
- name: capacity
177201
example: 50
178202
default:
@@ -191,6 +215,24 @@ params:
191215
help:
192216
advanced: true
193217
optional: true
218+
- name: maxchargepower
219+
example:
220+
default: 10000
221+
choice: []
222+
unit: W
223+
description: Maximum charge power
224+
help: For forced charging of the battery.
225+
advanced: true
226+
optional: true
227+
- name: maxdischargepower
228+
example:
229+
default: 10000
230+
choice: []
231+
unit: W
232+
description: Maximum discharge power
233+
help: Maximum discharge power of the storage.
234+
advanced: true
235+
optional: true
194236
modbus:
195237
baudrate: 9600
196238
comset: 8N1

templates/nightly/en/meter/sungrow-sh-series-hybrid-inverter.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ render:
156156
port: 502 # Port
157157
timeout: 10s # Timeout, optional
158158
capacity: 50 # Battery capacity (kWh), optional
159+
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
160+
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
159161
maxchargepower: # Maximum charge power (W), Maximum charge power for forced charging of the battery in watts. (0 to automatically set the value of the maximum BDC rated power) (optional)
160162
params:
161163
- name: modbus
@@ -194,6 +196,24 @@ params:
194196
help:
195197
advanced: true
196198
optional: true
199+
- name: minsoc
200+
example: 25
201+
default:
202+
choice: []
203+
unit: '%'
204+
description: Minimum charge
205+
help: Lower limit when discharging the battery in normal operation
206+
advanced: true
207+
optional: true
208+
- name: maxsoc
209+
example: 95
210+
default:
211+
choice: []
212+
unit: '%'
213+
description: Maximum charge
214+
help: Upper limit when charging the battery from the grid
215+
advanced: true
216+
optional: true
197217
- name: maxchargepower
198218
example:
199219
default:

0 commit comments

Comments
 (0)