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/vehicle/volvo.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ product:
5
5
description: |
6
6
Für die Nutzung mit EVCC benötigst du einen Volvo Account und einen Volvo Connected Car API Key.
7
7
Erstelle dazu auf der [Account Seite](https://developer.volvocars.com/account/) eine neue Applikation und speichere den primären VCC API Key ab.
8
-
Veröffentliche nun deine Applikation und wähle unter "Scopes" die Berechtigungen "Connected Vehicle API -> conve:vehicle-relation" und "Energy API -> (alles)" aus.
9
-
Als Redirect URL musst du die URL deiner EVCC Instanz eintragen, zb "http://evcc.local:7070/oauth/callback".
8
+
Veröffentliche nun deine Applikation und wähle unter "Scopes" die Berechtigungen "Connected Vehicle API -> conve:vehicle-relation" und "Energy API -> energy:state:read" aus.
9
+
Als Redirect URL musst du die URL deiner EVCC Instanz eintragen, zb "https://evcc.example.org/oauth/callback".
10
10
Sobald die Applikation erstellt ist, wird sie als "Publication under Review" angezeigt. Das ist nicht weiter schlimm, es funktioniert trotzdem.
11
11
Beim Anlegen des Fahrzeugs über die UI wird ein Fehler angezeigt.
12
-
Schaue im Log nach der Meldung "registering oauth provider at /oauth/login?..." und öffne den Link "http://evcc.local:7070/oauth/login?..." in einem neuen Tab.
12
+
Schaue im Log nach der Meldung "registering oauth provider at /oauth/login?..." und öffne den Link "https://evcc.example.org/oauth/login?..." in einem neuen Tab.
13
13
Melde dich mit deinem Volvo Account an und erlaube den Zugriff auf die Daten. Ist die Autorisierung erfolgreich, kann das Fahrzeug hinzugefügt werden.
14
14
15
15
render:
@@ -21,7 +21,7 @@ render:
21
21
vccapikey: # VCC API Key, aus [Volvo Developer App](https://developer.volvocars.com/).
22
22
clientId: # Client ID, aus [Volvo Developer App](https://developer.volvocars.com/).
23
23
clientSecret: # Client Secret, aus [Volvo Developer App](https://developer.volvocars.com/).
24
-
redirectUri: # Redirect URI, Redirect-URI deiner evcc-Instanz, Format: http://evcc.local:7070/oauth/callback. Muss mit der Redirect-URI übereinstimmen, die in deiner Volvo Developer App festgelegt ist.
24
+
redirectUri: # Redirect URI, Redirect-URI deiner EVCC-Instanz, Format: https://evcc.example.org/oauth/callback. Muss mit der Redirect-URI übereinstimmen, die in deiner Volvo Developer App festgelegt ist.
25
25
vin: WF0FXX... # Fahrzeugidentifikationsnummer, Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind (optional)
26
26
advanced: |
27
27
type: template
@@ -31,7 +31,7 @@ render:
31
31
vccapikey: # VCC API Key, aus [Volvo Developer App](https://developer.volvocars.com/).
32
32
clientId: # Client ID, aus [Volvo Developer App](https://developer.volvocars.com/).
33
33
clientSecret: # Client Secret, aus [Volvo Developer App](https://developer.volvocars.com/).
34
-
redirectUri: # Redirect URI, Redirect-URI deiner evcc-Instanz, Format: http://evcc.local:7070/oauth/callback. Muss mit der Redirect-URI übereinstimmen, die in deiner Volvo Developer App festgelegt ist.
34
+
redirectUri: # Redirect URI, Redirect-URI deiner EVCC-Instanz, Format: https://evcc.example.org/oauth/callback. Muss mit der Redirect-URI übereinstimmen, die in deiner Volvo Developer App festgelegt ist.
35
35
vin: WF0FXX... # Fahrzeugidentifikationsnummer, Wenn mehrere Fahrzeuge eines Herstellers vorhanden sind (optional)
36
36
icon: car # Icon, Wird in der Benutzeroberfläche angezeigt [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional)
37
37
phases: 3 # Maximale Phasenanzahl, Die maximale Anzahl der Phasen welche genutzt werden können (optional)
@@ -92,7 +92,7 @@ params:
92
92
choice: []
93
93
unit:
94
94
description: Redirect URI
95
-
help: 'Redirect-URI deiner evcc-Instanz, Format: http://evcc.local:7070/oauth/callback. Muss mit der Redirect-URI übereinstimmen, die in deiner Volvo Developer App festgelegt ist.'
95
+
help: 'Redirect-URI deiner EVCC-Instanz, Format: https://evcc.example.org/oauth/callback. Muss mit der Redirect-URI übereinstimmen, die in deiner Volvo Developer App festgelegt ist.'
Copy file name to clipboardExpand all lines: templates/nightly/en/vehicle/volvo.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ product:
5
5
description: |
6
6
To use with EVCC, you need a Volvo account and a Volvo Connected Car API Key.
7
7
To do this, create a new application on the [Account page](https://developer.volvocars.com/account/) and save the primary VCC API key.
8
-
Now publish your application and select the permissions "Connected Vehicle API -> conve:vehicle-relation" and "Energy API -> (everything)" under "Scopes".
9
-
You must enter the URL of your EVCC instance as the redirect URL, e.g. "http://evcc.local:7070/oauth/callback".
8
+
Now publish your application and select the permissions "Connected Vehicle API -> conve:vehicle-relation" and "Energy API -> energy:state:read" under "Scopes".
9
+
You must enter the URL of your EVCC instance as the redirect URL, e.g. "https://evcc.example.org/oauth/callback".
10
10
Once the application is created, it will be displayed as "Publication under Review". This is not a problem, it still works.
11
11
When adding the vehicle via the UI, an error message is displayed.
12
-
Check the log for the message "registering oauth provider at /oauth/login?..." and open the link "http://evcc.local:7070/oauth/login?..." in a new tab.
12
+
Check the log for the message "registering oauth provider at /oauth/login?..." and open the link "https://evcc.example.org/oauth/login?..." in a new tab.
13
13
Log in with your Volvo account and allow access to the data. If the authorization is successful, the vehicle can be added.
14
14
15
15
render:
@@ -21,7 +21,7 @@ render:
21
21
vccapikey: # VCC API Key, from [Volvo Developer App](https://developer.volvocars.com/).
22
22
clientId: # Client ID, from [Volvo Developer App](https://developer.volvocars.com/).
23
23
clientSecret: # Client Secret, from [Volvo Developer App](https://developer.volvocars.com/).
24
-
redirectUri: # Redirect URI, Redirect URI of your evcc instance, format: `http://evcc.local:7070/oauth/callback`. Must match the redirect URI set in your Volvo Developer App.
24
+
redirectUri: # Redirect URI, Redirect URI of your EVCC instance, format: `https://evcc.example.org/oauth/callback`. Must match the redirect URI set in your Volvo Developer App.
25
25
vin: WF0FXX... # Vehicle Identification Number, If you own multiple vehicles from the same manufacturer (optional)
26
26
advanced: |
27
27
type: template
@@ -31,7 +31,7 @@ render:
31
31
vccapikey: # VCC API Key, from [Volvo Developer App](https://developer.volvocars.com/).
32
32
clientId: # Client ID, from [Volvo Developer App](https://developer.volvocars.com/).
33
33
clientSecret: # Client Secret, from [Volvo Developer App](https://developer.volvocars.com/).
34
-
redirectUri: # Redirect URI, Redirect URI of your evcc instance, format: `http://evcc.local:7070/oauth/callback`. Must match the redirect URI set in your Volvo Developer App.
34
+
redirectUri: # Redirect URI, Redirect URI of your EVCC instance, format: `https://evcc.example.org/oauth/callback`. Must match the redirect URI set in your Volvo Developer App.
35
35
vin: WF0FXX... # Vehicle Identification Number, If you own multiple vehicles from the same manufacturer (optional)
36
36
icon: car # Icon, Will be displayed in the user interface [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional)
37
37
phases: 3 # Maximum number of phases, The maximum number of phases which can be used (optional)
@@ -92,7 +92,7 @@ params:
92
92
choice: []
93
93
unit:
94
94
description: Redirect URI
95
-
help: 'Redirect URI of your evcc instance, format: `http://evcc.local:7070/oauth/callback`. Must match the redirect URI set in your Volvo Developer App.'
95
+
help: 'Redirect URI of your EVCC instance, format: `https://evcc.example.org/oauth/callback`. Must match the redirect URI set in your Volvo Developer App.'
0 commit comments