You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
63
64
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)
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
70
74
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)
71
78
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)
72
79
currentL1: sensor.house_current_l1 # L1 Stromentität, Entitäts-ID für L1 Strommessung in Ampere (optional)
73
80
currentL2: sensor.house_current_l2 # L2 Stromentität, Entitäts-ID für L2 Strommessung in Ampere (optional)
@@ -76,6 +83,8 @@ render:
76
83
voltageL2: sensor.house_voltage_l2 # L2 Spannungsentität, Entitäts-ID für L2 Spannungsmessung in Volt (optional)
77
84
voltageL3: sensor.house_voltage_l3 # L3 Spannungsentität, Entitäts-ID für L3 Spannungsmessung in Volt (optional)
78
85
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)
79
88
- usage: aux
80
89
default: |
81
90
type: template
@@ -150,6 +159,33 @@ params:
150
159
help: Entitäts-ID für momentane Leistungsmessung in Watt. Die Entität muss nur numerische Werte liefern (z.B. "1234", nicht "1234 W").
151
160
advanced: false
152
161
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
153
189
- name: energy
154
190
example: sensor.house_energy
155
191
default:
@@ -221,4 +257,31 @@ params:
221
257
description: Batterieladestand
222
258
help: Entitäts-ID für Batterieladestand in Prozent
223
259
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
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
63
64
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)
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... # Home Assistant Long-Lived Access Token
70
74
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)
71
78
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)
72
79
currentL1: sensor.house_current_l1 # L1 Current Entity, Entity ID for L1 current measurement in amperes (optional)
73
80
currentL2: sensor.house_current_l2 # L2 Current Entity, Entity ID for L2 current measurement in amperes (optional)
@@ -76,6 +83,8 @@ render:
76
83
voltageL2: sensor.house_voltage_l2 # L2 Voltage Entity, Entity ID for L2 voltage measurement in volts (optional)
77
84
voltageL3: sensor.house_voltage_l3 # L3 Voltage Entity, Entity ID for L3 voltage measurement in volts (optional)
78
85
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)
79
88
- usage: aux
80
89
default: |
81
90
type: template
@@ -150,6 +159,33 @@ params:
150
159
help: Entity ID for instantaneous power measurement in watts. The entity must provide numeric values only (e.g., "1234", not "1234 W").
151
160
advanced: false
152
161
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
153
189
- name: energy
154
190
example: sensor.house_energy
155
191
default:
@@ -221,4 +257,31 @@ params:
221
257
description: Battery State of Charge
222
258
help: Entity ID for battery state of charge in percent
223
259
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
0 commit comments