Skip to content

Commit 12d1406

Browse files
committed
Templates update for nightly evcc-io/evcc@7b3ecb0
1 parent e091cde commit 12d1406

File tree

4 files changed

+126
-8
lines changed

4 files changed

+126
-8
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ render:
2929
id: 247
3030
host: # Hostname
3131
port: 502 # Port
32-
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
3332
advanced: |
3433
type: template
3534
template: goodwe-hybrid
@@ -53,7 +52,6 @@ render:
5352
id: 247
5453
host: # Hostname
5554
port: 502 # Port
56-
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
5755
- usage: pv
5856
default: |
5957
type: template
@@ -78,7 +76,6 @@ render:
7876
id: 247
7977
host: # Hostname
8078
port: 502 # Port
81-
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
8279
advanced: |
8380
type: template
8481
template: goodwe-hybrid
@@ -102,7 +99,6 @@ render:
10299
id: 247
103100
host: # Hostname
104101
port: 502 # Port
105-
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
106102
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
107103
- usage: battery
108104
default: |

templates/nightly/de/meter/home-assistant-meter.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ render:
5353
voltageL2: sensor.house_voltage_l2 # L2 Spannungsentität, Entitäts-ID für L2 Spannungsmessung in Volt (optional)
5454
voltageL3: sensor.house_voltage_l3 # L3 Spannungsentität, Entitäts-ID für L3 Spannungsmessung in Volt (optional)
5555
soc: sensor.battery_soc # Batterieladestand, Entitäts-ID für Batterieladestand in Prozent (optional)
56+
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
5657
- usage: battery
5758
default: |
5859
type: template
@@ -61,13 +62,19 @@ render:
6162
uri: http://homeassistant.local:8123 # URI, HTTP(S) Adresse
6263
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
6364
power: sensor.house_power # Leistungsentität, Entitäts-ID für momentane Leistungsmessung in Watt. Die Entität muss nur numerische Werte liefern (z.B. "1234", nicht "1234 W").
65+
capacity: 50 # Akkukapazität (kWh), optional
66+
minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
67+
maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
6468
advanced: |
6569
type: template
6670
template: homeassistant
6771
usage: battery
6872
uri: http://homeassistant.local:8123 # URI, HTTP(S) Adresse
6973
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
7074
power: sensor.house_power # Leistungsentität, Entitäts-ID für momentane Leistungsmessung in Watt. Die Entität muss nur numerische Werte liefern (z.B. "1234", nicht "1234 W").
75+
capacity: 50 # Akkukapazität (kWh), optional
76+
minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
77+
maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
7178
energy: sensor.house_energy # Energieentität, Entitäts-ID für kumulative Energiemessung in kWh. Sollte die gesamte verbrauchte/produzierte Energie liefern, nicht tägliche oder Intervallwerte. (optional)
7279
currentL1: sensor.house_current_l1 # L1 Stromentität, Entitäts-ID für L1 Strommessung in Ampere (optional)
7380
currentL2: sensor.house_current_l2 # L2 Stromentität, Entitäts-ID für L2 Strommessung in Ampere (optional)
@@ -76,6 +83,8 @@ render:
7683
voltageL2: sensor.house_voltage_l2 # L2 Spannungsentität, Entitäts-ID für L2 Spannungsmessung in Volt (optional)
7784
voltageL3: sensor.house_voltage_l3 # L3 Spannungsentität, Entitäts-ID für L3 Spannungsmessung in Volt (optional)
7885
soc: sensor.battery_soc # Batterieladestand, Entitäts-ID für Batterieladestand in Prozent (optional)
86+
maxchargepower: # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
87+
maxdischargepower: # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
7988
- usage: aux
8089
default: |
8190
type: template
@@ -150,6 +159,33 @@ params:
150159
help: Entitäts-ID für momentane Leistungsmessung in Watt. Die Entität muss nur numerische Werte liefern (z.B. "1234", nicht "1234 W").
151160
advanced: false
152161
optional: false
162+
- name: capacity
163+
example: 50
164+
default:
165+
choice: []
166+
unit: kWh
167+
description: Akkukapazität
168+
help:
169+
advanced: false
170+
optional: true
171+
- name: minsoc
172+
example: 25
173+
default:
174+
choice: []
175+
unit: '%'
176+
description: Minimaler Ladestand
177+
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
178+
advanced: false
179+
optional: true
180+
- name: maxsoc
181+
example: 95
182+
default:
183+
choice: []
184+
unit: '%'
185+
description: Maximaler Ladestand
186+
help: Oberes Limit beim Laden der Batterie aus dem Netz
187+
advanced: false
188+
optional: true
153189
- name: energy
154190
example: sensor.house_energy
155191
default:
@@ -221,4 +257,31 @@ params:
221257
description: Batterieladestand
222258
help: Entitäts-ID für Batterieladestand in Prozent
223259
advanced: true
260+
optional: true
261+
- name: maxchargepower
262+
example:
263+
default:
264+
choice: []
265+
unit: W
266+
description: Maximale Ladeleistung
267+
help: Für erzwungenes Laden des Speichers.
268+
advanced: true
269+
optional: true
270+
- name: maxdischargepower
271+
example:
272+
default:
273+
choice: []
274+
unit: W
275+
description: Maximale Entladeleistung
276+
help: Maximale Entladeleistung des Speichers.
277+
advanced: true
278+
optional: true
279+
- name: maxacpower
280+
example: 5000
281+
default: 0
282+
choice: []
283+
unit: W
284+
description: Maximale AC Leistung des Hybrid-Wechselrichters
285+
help:
286+
advanced: true
224287
optional: true

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ render:
2929
id: 247
3030
host: # Hostname
3131
port: 502 # Port
32-
battery: 1 # Battery number, [1, 2] (optional)
3332
advanced: |
3433
type: template
3534
template: goodwe-hybrid
@@ -53,7 +52,6 @@ render:
5352
id: 247
5453
host: # Hostname
5554
port: 502 # Port
56-
battery: 1 # Battery number, [1, 2] (optional)
5755
- usage: pv
5856
default: |
5957
type: template
@@ -78,7 +76,6 @@ render:
7876
id: 247
7977
host: # Hostname
8078
port: 502 # Port
81-
battery: 1 # Battery number, [1, 2] (optional)
8279
advanced: |
8380
type: template
8481
template: goodwe-hybrid
@@ -102,7 +99,6 @@ render:
10299
id: 247
103100
host: # Hostname
104101
port: 502 # Port
105-
battery: 1 # Battery number, [1, 2] (optional)
106102
maxacpower: 0 # Maximum AC power of the hybrid inverter (W), optional
107103
- usage: battery
108104
default: |

templates/nightly/en/meter/home-assistant-meter.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ render:
5353
voltageL2: sensor.house_voltage_l2 # L2 Voltage Entity, Entity ID for L2 voltage measurement in volts (optional)
5454
voltageL3: sensor.house_voltage_l3 # L3 Voltage Entity, Entity ID for L3 voltage measurement in volts (optional)
5555
soc: sensor.battery_soc # Battery State of Charge, Entity ID for battery state of charge in percent (optional)
56+
maxacpower: 0 # Maximum AC power of the hybrid inverter (W), optional
5657
- usage: battery
5758
default: |
5859
type: template
@@ -61,13 +62,19 @@ render:
6162
uri: http://homeassistant.local:8123 # URI, HTTP(S) address
6263
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
6364
power: sensor.house_power # Power Entity, Entity ID for instantaneous power measurement in watts. The entity must provide numeric values only (e.g., "1234", not "1234 W").
65+
capacity: 50 # Battery capacity (kWh), optional
66+
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
67+
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
6468
advanced: |
6569
type: template
6670
template: homeassistant
6771
usage: battery
6872
uri: http://homeassistant.local:8123 # URI, HTTP(S) address
6973
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
7074
power: sensor.house_power # Power Entity, Entity ID for instantaneous power measurement in watts. The entity must provide numeric values only (e.g., "1234", not "1234 W").
75+
capacity: 50 # Battery capacity (kWh), optional
76+
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
77+
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
7178
energy: sensor.house_energy # Energy Entity, Entity ID for cumulative energy measurement in kWh. Should provide total energy consumed/produced, not daily or interval values. (optional)
7279
currentL1: sensor.house_current_l1 # L1 Current Entity, Entity ID for L1 current measurement in amperes (optional)
7380
currentL2: sensor.house_current_l2 # L2 Current Entity, Entity ID for L2 current measurement in amperes (optional)
@@ -76,6 +83,8 @@ render:
7683
voltageL2: sensor.house_voltage_l2 # L2 Voltage Entity, Entity ID for L2 voltage measurement in volts (optional)
7784
voltageL3: sensor.house_voltage_l3 # L3 Voltage Entity, Entity ID for L3 voltage measurement in volts (optional)
7885
soc: sensor.battery_soc # Battery State of Charge, Entity ID for battery state of charge in percent (optional)
86+
maxchargepower: # Maximum charge power (W), For forced charging of the battery. (optional)
87+
maxdischargepower: # Maximum discharge power (W), Maximum discharge power of the storage. (optional)
7988
- usage: aux
8089
default: |
8190
type: template
@@ -150,6 +159,33 @@ params:
150159
help: Entity ID for instantaneous power measurement in watts. The entity must provide numeric values only (e.g., "1234", not "1234 W").
151160
advanced: false
152161
optional: false
162+
- name: capacity
163+
example: 50
164+
default:
165+
choice: []
166+
unit: kWh
167+
description: Battery capacity
168+
help:
169+
advanced: false
170+
optional: true
171+
- name: minsoc
172+
example: 25
173+
default:
174+
choice: []
175+
unit: '%'
176+
description: Minimum charge
177+
help: Lower limit when discharging the battery in normal operation
178+
advanced: false
179+
optional: true
180+
- name: maxsoc
181+
example: 95
182+
default:
183+
choice: []
184+
unit: '%'
185+
description: Maximum charge
186+
help: Upper limit when charging the battery from the grid
187+
advanced: false
188+
optional: true
153189
- name: energy
154190
example: sensor.house_energy
155191
default:
@@ -221,4 +257,31 @@ params:
221257
description: Battery State of Charge
222258
help: Entity ID for battery state of charge in percent
223259
advanced: true
260+
optional: true
261+
- name: maxchargepower
262+
example:
263+
default:
264+
choice: []
265+
unit: W
266+
description: Maximum charge power
267+
help: For forced charging of the battery.
268+
advanced: true
269+
optional: true
270+
- name: maxdischargepower
271+
example:
272+
default:
273+
choice: []
274+
unit: W
275+
description: Maximum discharge power
276+
help: Maximum discharge power of the storage.
277+
advanced: true
278+
optional: true
279+
- name: maxacpower
280+
example: 5000
281+
default: 0
282+
choice: []
283+
unit: W
284+
description: Maximum AC power of the hybrid inverter
285+
help:
286+
advanced: true
224287
optional: true

0 commit comments

Comments
 (0)