From 28b944c7c3cb4f307ce139931d24bad20326985e Mon Sep 17 00:00:00 2001 From: naltatis Date: Sat, 4 May 2024 02:11:52 +0000 Subject: [PATCH 1/3] Templates update for nightly evcc-io/evcc@eeb42c4d5ce4abeb5c3a4f7b780bbd77d316e882 --- templates/nightly/de/tariff/allinpower_0.yaml | 11 +++++++++++ templates/nightly/de/vehicle/citroen_0.yaml | 8 +++++--- templates/nightly/de/vehicle/ds_0.yaml | 8 +++++--- templates/nightly/de/vehicle/mercedes_0.yaml | 2 +- templates/nightly/de/vehicle/opel_0.yaml | 8 +++++--- templates/nightly/de/vehicle/peugeot_0.yaml | 8 +++++--- templates/nightly/en/tariff/allinpower_0.yaml | 11 +++++++++++ templates/nightly/en/vehicle/citroen_0.yaml | 8 +++++--- templates/nightly/en/vehicle/ds_0.yaml | 8 +++++--- templates/nightly/en/vehicle/mercedes_0.yaml | 2 +- templates/nightly/en/vehicle/opel_0.yaml | 8 +++++--- templates/nightly/en/vehicle/peugeot_0.yaml | 8 +++++--- 12 files changed, 64 insertions(+), 26 deletions(-) create mode 100644 templates/nightly/de/tariff/allinpower_0.yaml create mode 100644 templates/nightly/en/tariff/allinpower_0.yaml diff --git a/templates/nightly/de/tariff/allinpower_0.yaml b/templates/nightly/de/tariff/allinpower_0.yaml new file mode 100644 index 000000000..19da3275b --- /dev/null +++ b/templates/nightly/de/tariff/allinpower_0.yaml @@ -0,0 +1,11 @@ +product: + brand: All in Power (NL) +render: + - default: | + type: template + template: allinpower + advanced: | + type: template + template: allinpower + costs: # optional + tax: # optional diff --git a/templates/nightly/de/vehicle/citroen_0.yaml b/templates/nightly/de/vehicle/citroen_0.yaml index 2da546e9f..39869c8bc 100644 --- a/templates/nightly/de/vehicle/citroen_0.yaml +++ b/templates/nightly/de/vehicle/citroen_0.yaml @@ -1,7 +1,7 @@ product: brand: Citroën description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: citroen title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/nightly/de/vehicle/ds_0.yaml b/templates/nightly/de/vehicle/ds_0.yaml index 16b032ffc..6c4dbe551 100644 --- a/templates/nightly/de/vehicle/ds_0.yaml +++ b/templates/nightly/de/vehicle/ds_0.yaml @@ -1,7 +1,7 @@ product: brand: DS description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: ds title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/nightly/de/vehicle/mercedes_0.yaml b/templates/nightly/de/vehicle/mercedes_0.yaml index 763a67267..c15ca1abf 100644 --- a/templates/nightly/de/vehicle/mercedes_0.yaml +++ b/templates/nightly/de/vehicle/mercedes_0.yaml @@ -13,7 +13,7 @@ description: | vin: W... # Erforderlich, wenn mehr als ein Fahrzeug im Account registriert capacity: 50 # Akkukapazität in kWh (optional) ``` - 2. Token Generierung: Ausführen von "./evcc token mercedes" oder "evcc token [name]", wenn name gesetzt ist. + 2. Token Generierung: Ausführen von `./evcc token mercedes` oder `evcc token [name]`, wenn name gesetzt ist. 3. Einfügen der Tokens in die evcc.yaml ``` vehicles: diff --git a/templates/nightly/de/vehicle/opel_0.yaml b/templates/nightly/de/vehicle/opel_0.yaml index 421d6849a..9889e25ad 100644 --- a/templates/nightly/de/vehicle/opel_0.yaml +++ b/templates/nightly/de/vehicle/opel_0.yaml @@ -1,7 +1,7 @@ product: brand: Opel description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: opel title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/nightly/de/vehicle/peugeot_0.yaml b/templates/nightly/de/vehicle/peugeot_0.yaml index 14283fbf5..7180f01da 100644 --- a/templates/nightly/de/vehicle/peugeot_0.yaml +++ b/templates/nightly/de/vehicle/peugeot_0.yaml @@ -1,7 +1,7 @@ product: brand: Peugeot description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: peugeot title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/nightly/en/tariff/allinpower_0.yaml b/templates/nightly/en/tariff/allinpower_0.yaml new file mode 100644 index 000000000..19da3275b --- /dev/null +++ b/templates/nightly/en/tariff/allinpower_0.yaml @@ -0,0 +1,11 @@ +product: + brand: All in Power (NL) +render: + - default: | + type: template + template: allinpower + advanced: | + type: template + template: allinpower + costs: # optional + tax: # optional diff --git a/templates/nightly/en/vehicle/citroen_0.yaml b/templates/nightly/en/vehicle/citroen_0.yaml index 4f9ded425..a59d801fb 100644 --- a/templates/nightly/en/vehicle/citroen_0.yaml +++ b/templates/nightly/en/vehicle/citroen_0.yaml @@ -1,7 +1,7 @@ product: brand: Citroën description: | - Citroën `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: citroen title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) diff --git a/templates/nightly/en/vehicle/ds_0.yaml b/templates/nightly/en/vehicle/ds_0.yaml index af6896eb1..c47be5b0e 100644 --- a/templates/nightly/en/vehicle/ds_0.yaml +++ b/templates/nightly/en/vehicle/ds_0.yaml @@ -1,7 +1,7 @@ product: brand: DS description: | - DS `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: ds title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) diff --git a/templates/nightly/en/vehicle/mercedes_0.yaml b/templates/nightly/en/vehicle/mercedes_0.yaml index 0e68f3832..41a09b91f 100644 --- a/templates/nightly/en/vehicle/mercedes_0.yaml +++ b/templates/nightly/en/vehicle/mercedes_0.yaml @@ -13,7 +13,7 @@ description: | vin: W... # Required, if more then one car is registered in this account capacity: 50 # capacity in kWh (optional) ``` - 2. Token generation: execute "./evcc token mercedes" or "evcc token [name]", when name is defined + 2. Token generation: execute `./evcc token mercedes` or `evcc token [name]`, when name is defined 3. insert the tokens into evcc.yaml ``` vehicles: diff --git a/templates/nightly/en/vehicle/opel_0.yaml b/templates/nightly/en/vehicle/opel_0.yaml index 289ceb55b..6322063aa 100644 --- a/templates/nightly/en/vehicle/opel_0.yaml +++ b/templates/nightly/en/vehicle/opel_0.yaml @@ -1,7 +1,7 @@ product: brand: Opel description: | - Opel `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: opel title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) diff --git a/templates/nightly/en/vehicle/peugeot_0.yaml b/templates/nightly/en/vehicle/peugeot_0.yaml index 08320446d..1d058ce48 100644 --- a/templates/nightly/en/vehicle/peugeot_0.yaml +++ b/templates/nightly/en/vehicle/peugeot_0.yaml @@ -1,7 +1,7 @@ product: brand: Peugeot description: | - Peugeot `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: peugeot title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) From faff202920933adea9c48e0324bb566496d4739c Mon Sep 17 00:00:00 2001 From: andig Date: Sat, 4 May 2024 13:58:53 +0000 Subject: [PATCH 2/3] Templates update for release evcc-io/evcc@017080e9362d3c40d1f78229c60a0673a55fcaf1 --- templates/release/de/charger/sungrow_0.yaml | 4 +--- templates/release/de/meter/e3dc-rscp_0.yaml | 4 +--- templates/release/de/tariff/allinpower_0.yaml | 11 +++++++++++ templates/release/de/vehicle/citroen_0.yaml | 8 +++++--- templates/release/de/vehicle/ds_0.yaml | 8 +++++--- templates/release/de/vehicle/mercedes_0.yaml | 2 +- templates/release/de/vehicle/opel_0.yaml | 8 +++++--- templates/release/de/vehicle/peugeot_0.yaml | 8 +++++--- templates/release/en/charger/sungrow_0.yaml | 4 +--- templates/release/en/meter/e3dc-rscp_0.yaml | 4 +--- templates/release/en/tariff/allinpower_0.yaml | 11 +++++++++++ templates/release/en/vehicle/citroen_0.yaml | 8 +++++--- templates/release/en/vehicle/ds_0.yaml | 8 +++++--- templates/release/en/vehicle/mercedes_0.yaml | 2 +- templates/release/en/vehicle/opel_0.yaml | 8 +++++--- templates/release/en/vehicle/peugeot_0.yaml | 8 +++++--- 16 files changed, 68 insertions(+), 38 deletions(-) create mode 100644 templates/release/de/tariff/allinpower_0.yaml create mode 100644 templates/release/en/tariff/allinpower_0.yaml diff --git a/templates/release/de/charger/sungrow_0.yaml b/templates/release/de/charger/sungrow_0.yaml index 29877cfcb..84322afc6 100644 --- a/templates/release/de/charger/sungrow_0.yaml +++ b/templates/release/de/charger/sungrow_0.yaml @@ -1,10 +1,8 @@ product: brand: Sungrow description: AC011E-01 -capabilities: ["mA"] +capabilities: ["mA", "1p3p"] requirements: ["sponsorship"] -description: | - Die Wallbox muss auf EMS-Arbeitsmodus und auf EMS-Start eingestellt werden. render: - default: | type: template diff --git a/templates/release/de/meter/e3dc-rscp_0.yaml b/templates/release/de/meter/e3dc-rscp_0.yaml index 6e0a08dcf..13028b276 100644 --- a/templates/release/de/meter/e3dc-rscp_0.yaml +++ b/templates/release/de/meter/e3dc-rscp_0.yaml @@ -26,7 +26,6 @@ render: user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) key: # optional - battery: # optional dischargelimit: # Limitiert die Entladeleistung im 'Halten' Batteriemodus (optional) - usage: pv default: | @@ -47,7 +46,6 @@ render: user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) key: # optional - battery: # optional dischargelimit: # Limitiert die Entladeleistung im 'Halten' Batteriemodus (optional) - usage: battery default: | @@ -68,5 +66,5 @@ render: user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) key: # optional - battery: # optional dischargelimit: # Limitiert die Entladeleistung im 'Halten' Batteriemodus (optional) + capacity: 50 # Akkukapazität in kWh (optional) diff --git a/templates/release/de/tariff/allinpower_0.yaml b/templates/release/de/tariff/allinpower_0.yaml new file mode 100644 index 000000000..19da3275b --- /dev/null +++ b/templates/release/de/tariff/allinpower_0.yaml @@ -0,0 +1,11 @@ +product: + brand: All in Power (NL) +render: + - default: | + type: template + template: allinpower + advanced: | + type: template + template: allinpower + costs: # optional + tax: # optional diff --git a/templates/release/de/vehicle/citroen_0.yaml b/templates/release/de/vehicle/citroen_0.yaml index 2da546e9f..39869c8bc 100644 --- a/templates/release/de/vehicle/citroen_0.yaml +++ b/templates/release/de/vehicle/citroen_0.yaml @@ -1,7 +1,7 @@ product: brand: Citroën description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: citroen title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/release/de/vehicle/ds_0.yaml b/templates/release/de/vehicle/ds_0.yaml index 16b032ffc..6c4dbe551 100644 --- a/templates/release/de/vehicle/ds_0.yaml +++ b/templates/release/de/vehicle/ds_0.yaml @@ -1,7 +1,7 @@ product: brand: DS description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: ds title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/release/de/vehicle/mercedes_0.yaml b/templates/release/de/vehicle/mercedes_0.yaml index 763a67267..c15ca1abf 100644 --- a/templates/release/de/vehicle/mercedes_0.yaml +++ b/templates/release/de/vehicle/mercedes_0.yaml @@ -13,7 +13,7 @@ description: | vin: W... # Erforderlich, wenn mehr als ein Fahrzeug im Account registriert capacity: 50 # Akkukapazität in kWh (optional) ``` - 2. Token Generierung: Ausführen von "./evcc token mercedes" oder "evcc token [name]", wenn name gesetzt ist. + 2. Token Generierung: Ausführen von `./evcc token mercedes` oder `evcc token [name]`, wenn name gesetzt ist. 3. Einfügen der Tokens in die evcc.yaml ``` vehicles: diff --git a/templates/release/de/vehicle/opel_0.yaml b/templates/release/de/vehicle/opel_0.yaml index 421d6849a..9889e25ad 100644 --- a/templates/release/de/vehicle/opel_0.yaml +++ b/templates/release/de/vehicle/opel_0.yaml @@ -1,7 +1,7 @@ product: brand: Opel description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: opel title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/release/de/vehicle/peugeot_0.yaml b/templates/release/de/vehicle/peugeot_0.yaml index 14283fbf5..7180f01da 100644 --- a/templates/release/de/vehicle/peugeot_0.yaml +++ b/templates/release/de/vehicle/peugeot_0.yaml @@ -1,7 +1,7 @@ product: brand: Peugeot description: | - Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. + Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. render: - default: | @@ -9,7 +9,8 @@ render: template: peugeot title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Wird in der Benutzeroberfläche angezeigt (optional) icon: car # Icon in der Benutzeroberfläche (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) diff --git a/templates/release/en/charger/sungrow_0.yaml b/templates/release/en/charger/sungrow_0.yaml index c2a2efdfe..84322afc6 100644 --- a/templates/release/en/charger/sungrow_0.yaml +++ b/templates/release/en/charger/sungrow_0.yaml @@ -1,10 +1,8 @@ product: brand: Sungrow description: AC011E-01 -capabilities: ["mA"] +capabilities: ["mA", "1p3p"] requirements: ["sponsorship"] -description: | - Charger needs to be set to EMS working mode and start by EMS. render: - default: | type: template diff --git a/templates/release/en/meter/e3dc-rscp_0.yaml b/templates/release/en/meter/e3dc-rscp_0.yaml index 083603b1b..0f60114a3 100644 --- a/templates/release/en/meter/e3dc-rscp_0.yaml +++ b/templates/release/en/meter/e3dc-rscp_0.yaml @@ -26,7 +26,6 @@ render: user: # User account (e.g. email address, user id, etc.) (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) key: # optional - battery: # optional dischargelimit: # Limits discharge power in 'Hold' battery mode (optional) - usage: pv default: | @@ -47,7 +46,6 @@ render: user: # User account (e.g. email address, user id, etc.) (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) key: # optional - battery: # optional dischargelimit: # Limits discharge power in 'Hold' battery mode (optional) - usage: battery default: | @@ -68,5 +66,5 @@ render: user: # User account (e.g. email address, user id, etc.) (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) key: # optional - battery: # optional dischargelimit: # Limits discharge power in 'Hold' battery mode (optional) + capacity: 50 # Battery capacity in kWh (optional) diff --git a/templates/release/en/tariff/allinpower_0.yaml b/templates/release/en/tariff/allinpower_0.yaml new file mode 100644 index 000000000..19da3275b --- /dev/null +++ b/templates/release/en/tariff/allinpower_0.yaml @@ -0,0 +1,11 @@ +product: + brand: All in Power (NL) +render: + - default: | + type: template + template: allinpower + advanced: | + type: template + template: allinpower + costs: # optional + tax: # optional diff --git a/templates/release/en/vehicle/citroen_0.yaml b/templates/release/en/vehicle/citroen_0.yaml index 4f9ded425..a59d801fb 100644 --- a/templates/release/en/vehicle/citroen_0.yaml +++ b/templates/release/en/vehicle/citroen_0.yaml @@ -1,7 +1,7 @@ product: brand: Citroën description: | - Citroën `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: citroen title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) diff --git a/templates/release/en/vehicle/ds_0.yaml b/templates/release/en/vehicle/ds_0.yaml index af6896eb1..c47be5b0e 100644 --- a/templates/release/en/vehicle/ds_0.yaml +++ b/templates/release/en/vehicle/ds_0.yaml @@ -1,7 +1,7 @@ product: brand: DS description: | - DS `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: ds title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) diff --git a/templates/release/en/vehicle/mercedes_0.yaml b/templates/release/en/vehicle/mercedes_0.yaml index 0e68f3832..41a09b91f 100644 --- a/templates/release/en/vehicle/mercedes_0.yaml +++ b/templates/release/en/vehicle/mercedes_0.yaml @@ -13,7 +13,7 @@ description: | vin: W... # Required, if more then one car is registered in this account capacity: 50 # capacity in kWh (optional) ``` - 2. Token generation: execute "./evcc token mercedes" or "evcc token [name]", when name is defined + 2. Token generation: execute `./evcc token mercedes` or `evcc token [name]`, when name is defined 3. insert the tokens into evcc.yaml ``` vehicles: diff --git a/templates/release/en/vehicle/opel_0.yaml b/templates/release/en/vehicle/opel_0.yaml index 289ceb55b..6322063aa 100644 --- a/templates/release/en/vehicle/opel_0.yaml +++ b/templates/release/en/vehicle/opel_0.yaml @@ -1,7 +1,7 @@ product: brand: Opel description: | - Opel `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: opel title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) diff --git a/templates/release/en/vehicle/peugeot_0.yaml b/templates/release/en/vehicle/peugeot_0.yaml index 08320446d..1d058ce48 100644 --- a/templates/release/en/vehicle/peugeot_0.yaml +++ b/templates/release/en/vehicle/peugeot_0.yaml @@ -1,7 +1,7 @@ product: brand: Peugeot description: | - Peugeot `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". + Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. render: - default: | @@ -9,7 +9,8 @@ render: template: peugeot title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) advanced: | @@ -18,7 +19,8 @@ render: title: # Will be displayed in the user interface (optional) icon: car # Icon as shown in user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) phases: 3 # The maximum number of phases which can be used (optional) From 0059ecd86e23b4cf0695de2e8cd036f2f90cf4fb Mon Sep 17 00:00:00 2001 From: andig Date: Sat, 4 May 2024 14:00:25 +0000 Subject: [PATCH 3/3] Generate docs from templates --- docs/devices/chargers.mdx | 4 +--- docs/devices/vehicles.mdx | 22 +++++++++++-------- .../current/devices/chargers.mdx | 4 +--- .../current/devices/vehicles.mdx | 22 +++++++++++-------- 4 files changed, 28 insertions(+), 24 deletions(-) diff --git a/docs/devices/chargers.mdx b/docs/devices/chargers.mdx index 60eb3c251..f9564ba77 100644 --- a/docs/devices/chargers.mdx +++ b/docs/devices/chargers.mdx @@ -2255,9 +2255,7 @@ chargers: ## Sungrow AC011E-01 - - -Die Wallbox muss auf EMS-Arbeitsmodus und auf EMS-Start eingestellt werden. + ```yaml chargers: diff --git a/docs/devices/vehicles.mdx b/docs/devices/vehicles.mdx index 26a3ab323..bc46d6bee 100644 --- a/docs/devices/vehicles.mdx +++ b/docs/devices/vehicles.mdx @@ -90,7 +90,7 @@ vehicles: ## Citroën -Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. +Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. ```yaml vehicles: @@ -99,7 +99,8 @@ vehicles: template: citroen title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#citroen vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) ``` @@ -124,7 +125,7 @@ vehicles: ## DS -Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. +Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. ```yaml vehicles: @@ -133,7 +134,8 @@ vehicles: template: ds title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#ds vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) ``` @@ -274,7 +276,7 @@ Ablauf: vin: W... # Erforderlich, wenn mehr als ein Fahrzeug im Account registriert capacity: 50 # Akkukapazität in kWh (optional) ``` - 2. Token Generierung: Ausführen von "./evcc token mercedes" oder "evcc token [name]", wenn name gesetzt ist. + 2. Token Generierung: Ausführen von `./evcc token mercedes` oder `evcc token [name]`, wenn name gesetzt ist. 3. Einfügen der Tokens in die evcc.yaml ``` vehicles: @@ -382,7 +384,7 @@ vehicles: ## Opel -Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. +Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. ```yaml vehicles: @@ -391,7 +393,8 @@ vehicles: template: opel title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#opel vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) ``` @@ -400,7 +403,7 @@ vehicles: ## Peugeot -Benötigt `access` und `refresh` Tokens. Diese können über den Befehl "evcc token [name]" generiert werden. +Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. ```yaml vehicles: @@ -409,7 +412,8 @@ vehicles: template: peugeot title: # Wird in der Benutzeroberfläche angezeigt (optional) user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) - tokens: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + accessToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot + refreshToken: # Siehe https://docs.evcc.io/docs/devices/vehicles#peugeot vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) capacity: 50 # Akkukapazität in kWh (optional) ``` diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx index e398fefab..b1e3c78c2 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx @@ -2256,9 +2256,7 @@ chargers: ## Sungrow AC011E-01 - - -Charger needs to be set to EMS working mode and start by EMS. + ```yaml chargers: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx index 36384cb87..8f2630cc1 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx @@ -92,7 +92,7 @@ vehicles: ## Citroën -Citroën `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". +Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. ```yaml vehicles: @@ -101,7 +101,8 @@ vehicles: template: citroen title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#citroen vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) ``` @@ -126,7 +127,7 @@ vehicles: ## DS -DS `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". +Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. ```yaml vehicles: @@ -135,7 +136,8 @@ vehicles: template: ds title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#ds vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) ``` @@ -276,7 +278,7 @@ Procedure: vin: W... # Required, if more then one car is registered in this account capacity: 50 # capacity in kWh (optional) ``` - 2. Token generation: execute "./evcc token mercedes" or "evcc token [name]", when name is defined + 2. Token generation: execute `./evcc token mercedes` or `evcc token [name]`, when name is defined 3. insert the tokens into evcc.yaml ``` vehicles: @@ -384,7 +386,7 @@ vehicles: ## Opel -Opel `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". +Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. ```yaml vehicles: @@ -393,7 +395,8 @@ vehicles: template: opel title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#opel vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) ``` @@ -402,7 +405,7 @@ vehicles: ## Peugeot -Peugeot `access` and `refresh` tokens are required. These can be generated with command "evcc token [name]". +Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. ```yaml vehicles: @@ -411,7 +414,8 @@ vehicles: template: peugeot title: # Will be displayed in the user interface (optional) user: # User account (e.g. email address, user id, etc.) - tokens: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + accessToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot + refreshToken: # See https://docs.evcc.io/en/docs/devices/vehicles#peugeot vin: V... # Required if you own multiple vehicles of the same brand (optional) capacity: 50 # Battery capacity in kWh (optional) ```