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
Copy file name to clipboardExpand all lines: templates/nightly/de/charger/home-assistant-charger.yaml
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ render:
25
25
enable: switch.charger_enable # Aktivierungsschalter, Entitäts-ID für Aktivierungs-/Deaktivierungs-Steuerung (`switch` oder `input_boolean`)
26
26
setMaxCurrent: number.charger_max_current # Maximale Stromstärke-Entität [A], Entitäts-ID zum Setzen der maximalen Stromstärke in Ampere (`number` oder `input_number` Entität)
Copy file name to clipboardExpand all lines: templates/nightly/de/vehicle/home-assistant.yaml
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ render:
48
48
identifiers: # RFID-Identifikation, Für die Zuordnung des Fahrzeugs an einen Ladepunkt via RFID-Karte. Die Kennung wird am Ladepunkt angezeigt. Übernehme den Wert von dort. [Mehr erfahren.](https://docs.evcc.io/docs/features/vehicle) (optional)
49
49
priority: # Priorität, Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von Überschussenergie (höhere Werte, höhere Priorität). (optional)
welcomecharge: # Laden bei Verbindung, Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)
@@ -253,6 +256,33 @@ params:
253
256
help:
254
257
advanced: true
255
258
optional: true
259
+
- name: statusA
260
+
example: not_plugged, disconnected
261
+
default:
262
+
choice: []
263
+
unit:
264
+
description: Zustände für Status A
265
+
help: Komma-getrennte Liste zusätzlicher Zustände für getrennt
266
+
advanced: true
267
+
optional: true
268
+
- name: statusB
269
+
example: charging_stopped, charging_completed
270
+
default:
271
+
choice: []
272
+
unit:
273
+
description: Zustände für Status B
274
+
help: Komma-getrennte Liste zusätzlicher Zustände für verbunden
275
+
advanced: true
276
+
optional: true
277
+
- name: statusC
278
+
example: instant_charging, fast_charging
279
+
default:
280
+
choice: []
281
+
unit:
282
+
description: Zustände für Status C
283
+
help: Komma-getrennte Liste zusätzlicher Zustände für laden
Copy file name to clipboardExpand all lines: templates/nightly/en/charger/home-assistant-charger.yaml
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ render:
25
25
enable: switch.charger_enable # Enable switch, Entity ID for enable/disable control (`switch` or `input_boolean`)
26
26
setMaxCurrent: number.charger_max_current # Maximum current entity [A], Entity ID for setting maximum current in amperes (`number` or `input_number` entity)
Copy file name to clipboardExpand all lines: templates/nightly/en/vehicle/home-assistant.yaml
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ render:
48
48
identifiers: # RFID identification, Used to assign the vehicle to a loadpoint via RFID card. The identifier is shown on the loadpoint. Copy the value from there. [Learn more.](https://docs.evcc.io/en/docs/features/vehicle) (optional)
49
49
priority: # Priority, Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating surplus energy (higher values, higher priority). (optional)
statusA: not_plugged, disconnected # States for status A, Comma-separated list of additional states meaning disconnected (optional)
52
+
statusB: charging_stopped, charging_completed # States for status B, Comma-separated list of additional states meaning connected (optional)
53
+
statusC: instant_charging, fast_charging # States for status C, Comma-separated list of additional states meaning charging (optional)
51
54
coarsecurrent: # 1A current control, Vehicle supports 1A current steps only (optional)
52
55
streaming: true # Supports streaming, Streaming data is received asynchronously (optional)
53
56
welcomecharge: # Charge on connection, Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)
@@ -253,6 +256,33 @@ params:
253
256
help:
254
257
advanced: true
255
258
optional: true
259
+
- name: statusA
260
+
example: not_plugged, disconnected
261
+
default:
262
+
choice: []
263
+
unit:
264
+
description: States for status A
265
+
help: Comma-separated list of additional states meaning disconnected
266
+
advanced: true
267
+
optional: true
268
+
- name: statusB
269
+
example: charging_stopped, charging_completed
270
+
default:
271
+
choice: []
272
+
unit:
273
+
description: States for status B
274
+
help: Comma-separated list of additional states meaning connected
275
+
advanced: true
276
+
optional: true
277
+
- name: statusC
278
+
example: instant_charging, fast_charging
279
+
default:
280
+
choice: []
281
+
unit:
282
+
description: States for status C
283
+
help: Comma-separated list of additional states meaning charging
0 commit comments