Skip to content

Commit 089dd34

Browse files
committed
Templates update for nightly evcc-io/evcc@6ecf041
1 parent 6f2f2c4 commit 089dd34

4 files changed

Lines changed: 144 additions & 56 deletions

File tree

templates/nightly/de/meter/senergy-hybrid-inverter.yaml

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ render:
9393
id: 1
9494
host: # Hostname
9595
port: 502 # Port
96+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
97+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
9698
advanced: |
9799
type: template
98100
template: senergy-hybrid
@@ -110,9 +112,11 @@ render:
110112
id: 1
111113
host: # Hostname
112114
port: 502 # Port
115+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
116+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
113117
capacity: 50 # Akkukapazität (kWh), optional
114-
minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
115-
maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
118+
maxchargepower: 10000 # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
119+
maxdischargepower: 10000 # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
116120
params:
117121
- name: modbus
118122
example:
@@ -123,31 +127,49 @@ params:
123127
help:
124128
advanced: false
125129
optional: true
126-
- name: capacity
127-
example: 50
128-
default:
129-
choice: []
130-
unit: kWh
131-
description: Akkukapazität
132-
help:
133-
advanced: true
134-
optional: true
135130
- name: minsoc
136131
example: 25
137-
default:
132+
default: 10
138133
choice: []
139134
unit: '%'
140135
description: Minimaler Ladestand
141136
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
142-
advanced: true
137+
advanced: false
143138
optional: true
144139
- name: maxsoc
145140
example: 95
146-
default:
141+
default: 100
147142
choice: []
148143
unit: '%'
149144
description: Maximaler Ladestand
150145
help: Oberes Limit beim Laden der Batterie aus dem Netz
146+
advanced: false
147+
optional: true
148+
- name: capacity
149+
example: 50
150+
default:
151+
choice: []
152+
unit: kWh
153+
description: Akkukapazität
154+
help:
155+
advanced: true
156+
optional: true
157+
- name: maxchargepower
158+
example:
159+
default: 10000
160+
choice: []
161+
unit: W
162+
description: Maximale Ladeleistung
163+
help: Für erzwungenes Laden des Speichers.
164+
advanced: true
165+
optional: true
166+
- name: maxdischargepower
167+
example:
168+
default: 10000
169+
choice: []
170+
unit: W
171+
description: Maximale Entladeleistung
172+
help: Maximale Entladeleistung des Speichers.
151173
advanced: true
152174
optional: true
153175
- name: maxacpower

templates/nightly/de/meter/strong-energy-alfred-10.yaml

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ render:
9393
id: 1
9494
host: # Hostname
9595
port: 502 # Port
96+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
97+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
9698
advanced: |
9799
type: template
98100
template: senergy-hybrid
@@ -110,9 +112,11 @@ render:
110112
id: 1
111113
host: # Hostname
112114
port: 502 # Port
115+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
116+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
113117
capacity: 50 # Akkukapazität (kWh), optional
114-
minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
115-
maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
118+
maxchargepower: 10000 # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
119+
maxdischargepower: 10000 # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
116120
params:
117121
- name: modbus
118122
example:
@@ -123,31 +127,49 @@ params:
123127
help:
124128
advanced: false
125129
optional: true
126-
- name: capacity
127-
example: 50
128-
default:
129-
choice: []
130-
unit: kWh
131-
description: Akkukapazität
132-
help:
133-
advanced: true
134-
optional: true
135130
- name: minsoc
136131
example: 25
137-
default:
132+
default: 10
138133
choice: []
139134
unit: '%'
140135
description: Minimaler Ladestand
141136
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
142-
advanced: true
137+
advanced: false
143138
optional: true
144139
- name: maxsoc
145140
example: 95
146-
default:
141+
default: 100
147142
choice: []
148143
unit: '%'
149144
description: Maximaler Ladestand
150145
help: Oberes Limit beim Laden der Batterie aus dem Netz
146+
advanced: false
147+
optional: true
148+
- name: capacity
149+
example: 50
150+
default:
151+
choice: []
152+
unit: kWh
153+
description: Akkukapazität
154+
help:
155+
advanced: true
156+
optional: true
157+
- name: maxchargepower
158+
example:
159+
default: 10000
160+
choice: []
161+
unit: W
162+
description: Maximale Ladeleistung
163+
help: Für erzwungenes Laden des Speichers.
164+
advanced: true
165+
optional: true
166+
- name: maxdischargepower
167+
example:
168+
default: 10000
169+
choice: []
170+
unit: W
171+
description: Maximale Entladeleistung
172+
help: Maximale Entladeleistung des Speichers.
151173
advanced: true
152174
optional: true
153175
- name: maxacpower

templates/nightly/en/meter/senergy-hybrid-inverter.yaml

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ render:
9393
id: 1
9494
host: # Hostname
9595
port: 502 # Port
96+
minsoc: 10 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
97+
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
9698
advanced: |
9799
type: template
98100
template: senergy-hybrid
@@ -110,9 +112,11 @@ render:
110112
id: 1
111113
host: # Hostname
112114
port: 502 # Port
115+
minsoc: 10 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
116+
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
113117
capacity: 50 # Battery capacity (kWh), optional
114-
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
115-
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
118+
maxchargepower: 10000 # Maximum charge power (W), For forced charging of the battery. (optional)
119+
maxdischargepower: 10000 # Maximum discharge power (W), Maximum discharge power of the storage. (optional)
116120
params:
117121
- name: modbus
118122
example:
@@ -123,31 +127,49 @@ params:
123127
help:
124128
advanced: false
125129
optional: true
126-
- name: capacity
127-
example: 50
128-
default:
129-
choice: []
130-
unit: kWh
131-
description: Battery capacity
132-
help:
133-
advanced: true
134-
optional: true
135130
- name: minsoc
136131
example: 25
137-
default:
132+
default: 10
138133
choice: []
139134
unit: '%'
140135
description: Minimum charge
141136
help: Lower limit when discharging the battery in normal operation
142-
advanced: true
137+
advanced: false
143138
optional: true
144139
- name: maxsoc
145140
example: 95
146-
default:
141+
default: 100
147142
choice: []
148143
unit: '%'
149144
description: Maximum charge
150145
help: Upper limit when charging the battery from the grid
146+
advanced: false
147+
optional: true
148+
- name: capacity
149+
example: 50
150+
default:
151+
choice: []
152+
unit: kWh
153+
description: Battery capacity
154+
help:
155+
advanced: true
156+
optional: true
157+
- name: maxchargepower
158+
example:
159+
default: 10000
160+
choice: []
161+
unit: W
162+
description: Maximum charge power
163+
help: For forced charging of the battery.
164+
advanced: true
165+
optional: true
166+
- name: maxdischargepower
167+
example:
168+
default: 10000
169+
choice: []
170+
unit: W
171+
description: Maximum discharge power
172+
help: Maximum discharge power of the storage.
151173
advanced: true
152174
optional: true
153175
- name: maxacpower

templates/nightly/en/meter/strong-energy-alfred-10.yaml

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ render:
9393
id: 1
9494
host: # Hostname
9595
port: 502 # Port
96+
minsoc: 10 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
97+
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
9698
advanced: |
9799
type: template
98100
template: senergy-hybrid
@@ -110,9 +112,11 @@ render:
110112
id: 1
111113
host: # Hostname
112114
port: 502 # Port
115+
minsoc: 10 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
116+
maxsoc: 100 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
113117
capacity: 50 # Battery capacity (kWh), optional
114-
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
115-
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
118+
maxchargepower: 10000 # Maximum charge power (W), For forced charging of the battery. (optional)
119+
maxdischargepower: 10000 # Maximum discharge power (W), Maximum discharge power of the storage. (optional)
116120
params:
117121
- name: modbus
118122
example:
@@ -123,31 +127,49 @@ params:
123127
help:
124128
advanced: false
125129
optional: true
126-
- name: capacity
127-
example: 50
128-
default:
129-
choice: []
130-
unit: kWh
131-
description: Battery capacity
132-
help:
133-
advanced: true
134-
optional: true
135130
- name: minsoc
136131
example: 25
137-
default:
132+
default: 10
138133
choice: []
139134
unit: '%'
140135
description: Minimum charge
141136
help: Lower limit when discharging the battery in normal operation
142-
advanced: true
137+
advanced: false
143138
optional: true
144139
- name: maxsoc
145140
example: 95
146-
default:
141+
default: 100
147142
choice: []
148143
unit: '%'
149144
description: Maximum charge
150145
help: Upper limit when charging the battery from the grid
146+
advanced: false
147+
optional: true
148+
- name: capacity
149+
example: 50
150+
default:
151+
choice: []
152+
unit: kWh
153+
description: Battery capacity
154+
help:
155+
advanced: true
156+
optional: true
157+
- name: maxchargepower
158+
example:
159+
default: 10000
160+
choice: []
161+
unit: W
162+
description: Maximum charge power
163+
help: For forced charging of the battery.
164+
advanced: true
165+
optional: true
166+
- name: maxdischargepower
167+
example:
168+
default: 10000
169+
choice: []
170+
unit: W
171+
description: Maximum discharge power
172+
help: Maximum discharge power of the storage.
151173
advanced: true
152174
optional: true
153175
- name: maxacpower

0 commit comments

Comments
 (0)