Skip to content

Commit bcd64b6

Browse files
committed
Templates update for nightly evcc-io/evcc@c855b0b
1 parent 784b4bc commit bcd64b6

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

templates/nightly/de/vehicle/audi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ render:
2828
identifiers: # Identifikation, Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional)
2929
priority: # Priorität, Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)
3030
cache: 15m # Cache, Zeitintervall für erneute Datenabfrage (optional)
31+
coarsecurrent: # 1A Ladestromvorgabe, Fahrzeug unterstützt nur 1A Schritte der Ladestromvorgabe (optional)
32+
streaming: # Unterstützt Streaming, Streaming Datenempfang erfolgt asynchron (optional)
33+
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)
3134
params:
3235
- name: user
3336
example:
@@ -154,4 +157,31 @@ params:
154157
description: Cache
155158
help: Zeitintervall für erneute Datenabfrage
156159
advanced: true
160+
optional: true
161+
- name: coarsecurrent
162+
example:
163+
default:
164+
choice: []
165+
unit:
166+
description: 1A Ladestromvorgabe
167+
help: Fahrzeug unterstützt nur 1A Schritte der Ladestromvorgabe
168+
advanced: true
169+
optional: true
170+
- name: streaming
171+
example:
172+
default:
173+
choice: []
174+
unit:
175+
description: Unterstützt Streaming
176+
help: Streaming Datenempfang erfolgt asynchron
177+
advanced: true
178+
optional: true
179+
- name: welcomecharge
180+
example:
181+
default:
182+
choice: []
183+
unit:
184+
description: Laden bei Verbindung
185+
help: Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden.
186+
advanced: true
157187
optional: true

templates/nightly/en/vehicle/audi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ render:
2828
identifiers: # Identification, Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional)
2929
priority: # Priority, Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)
3030
cache: 15m # Cache, Time interval for data refresh (optional)
31+
coarsecurrent: # 1A current control, Vehicle supports 1A current steps only (optional)
32+
streaming: # Supports streaming, Streaming data is received asynchronously (optional)
33+
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)
3134
params:
3235
- name: user
3336
example:
@@ -154,4 +157,31 @@ params:
154157
description: Cache
155158
help: Time interval for data refresh
156159
advanced: true
160+
optional: true
161+
- name: coarsecurrent
162+
example:
163+
default:
164+
choice: []
165+
unit:
166+
description: 1A current control
167+
help: Vehicle supports 1A current steps only
168+
advanced: true
169+
optional: true
170+
- name: streaming
171+
example:
172+
default:
173+
choice: []
174+
unit:
175+
description: Supports streaming
176+
help: Streaming data is received asynchronously
177+
advanced: true
178+
optional: true
179+
- name: welcomecharge
180+
example:
181+
default:
182+
choice: []
183+
unit:
184+
description: Charge on connection
185+
help: 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.
186+
advanced: true
157187
optional: true

0 commit comments

Comments
 (0)