Skip to content

Commit

Permalink
Generate docs from templates
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored and github-actions[bot] committed Dec 12, 2024
1 parent 1a63ba1 commit bd674e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/devices/vehicles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to
template: mercedes
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
region: EMEA
accessToken:
refreshToken:
Expand All @@ -449,6 +450,7 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to
template: mercedes
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
region: EMEA
accessToken:
refreshToken:
Expand All @@ -459,7 +461,8 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to
minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional)
maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional)
identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional)
priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} />
priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)
cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)`} />
Expand Down Expand Up @@ -1288,12 +1291,16 @@ Voraussetzung ist ein konfigurierter MQTT Broker und ein SAIC/MQTT Gateway (http
- name: my_car
type: template
template: mg2mqtt
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
timeout: 1h # optional`} advanced={`vehicles:
- name: my_car
type: template
template: mg2mqtt
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind
title: # Wird in der Benutzeroberfläche angezeigt (optional)
capacity: 50 # Akkukapazität in kWh (optional)
timeout: 1h # optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc
template: mercedes
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
user: # User account (e.g. email address, user id, etc.)
region: EMEA
accessToken:
refreshToken:
Expand All @@ -452,6 +453,7 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc
template: mercedes
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
user: # User account (e.g. email address, user id, etc.)
region: EMEA
accessToken:
refreshToken:
Expand All @@ -462,7 +464,8 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc
minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional)
maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional)
identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional)
priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} />
priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)
cache: 15m # Time interval with when data should be reloaded from the vehicle (optional)`} />
Expand Down Expand Up @@ -1291,12 +1294,16 @@ Required MQTT broker configuration and a SAIC/MQTT Gateway (https://github.com/S
- name: my_car
type: template
template: mg2mqtt
user: # User account (e.g. email address, user id, etc.)
vin: W... # Required if you own multiple vehicles of the same brand
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
timeout: 1h # optional`} advanced={`vehicles:
- name: my_car
type: template
template: mg2mqtt
user: # User account (e.g. email address, user id, etc.)
vin: W... # Required if you own multiple vehicles of the same brand
title: # Will be displayed in the user interface (optional)
capacity: 50 # Battery capacity in kWh (optional)
timeout: 1h # optional
Expand Down

0 comments on commit bd674e6

Please sign in to comment.