File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed
i18n/en/docusaurus-plugin-content-docs/current Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
``` yaml title="evcc.yaml"
2
- # trial token, valid until 2025-07-28
3
- sponsortoken : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJldmNjLmlvIiwic3ViIjoidHJpYWwiLCJleHAiOjE3NTM3MDA0MDAsImlhdCI6MTc1MjgzNjQwMCwic3BlIjp0cnVlLCJzcmMiOiJtYSJ9.1Y4qf_7pvyT4G0qX7e4PtsCkQ51CNgwqf9pnP9EtTsQ
2
+ # trial token, valid until 2025-08-12
3
+ sponsortoken : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJldmNjLmlvIiwic3ViIjoidHJpYWwiLCJleHAiOjE3NTQ5OTI4MDAsImlhdCI6MTc1MzY5NjgwMCwic3BlIjp0cnVlLCJzcmMiOiJtYSJ9.XKa5DHT-icCM9awcX4eS8feW0J_KIjsx2IxjcRRQOcQ
4
4
` ` `
Original file line number Diff line number Diff line change @@ -86,13 +86,11 @@ Dazu aber später mehr.*
86
86
87
87
#### Wo trage ich mein Token ein?
88
88
89
- Aktuell muss das Token händisch in die ` evcc.yaml ` eingetragen werden:
89
+ Das Sponsortoken wird in der ` evcc.yaml ` eingetragen.
90
+ Füge dafür eine neue Zeile mit ` sponsortoken: <dein-token> ` ein.
90
91
91
- ``` yaml title="evcc.yaml"
92
- sponsortoken : ey...zuE
93
- ` ` `
94
-
95
- Wir arbeiten daran, dass dies in Zukunft auch über die UI möglich ist.
92
+ Es ist auch möglich das Token über die UI auf der Konfigurationsseite zu setzen.
93
+ Beachte: Diese Eingabe wird in der ` evcc.db ` gespeichert und hat Vorrang gegenüber der ` evcc.yaml ` .
96
94
97
95
#### Kann ich mein Token in mehreren Installationen nutzen?
98
96
Original file line number Diff line number Diff line change @@ -80,15 +80,13 @@ Your customers will then each need to create a sponsor token.
80
80
Alternatively, we can also issue you several sponsor tokens at once and send you an invoice with the corresponding VAT.
81
81
[ Write us an email
] ( mailto:[email protected] ) with your requirements and we'll get back to you.
82
82
83
- #### Where do I enter my token?
83
+ #### How do I enter my token?
84
84
85
- Currently, the token must be entered manually in the ` evcc.yaml ` :
85
+ The sponsor token is entered in the ` evcc.yaml ` .
86
+ Add a new line with ` sponsortoken: <your-token> ` .
86
87
87
- ``` yaml title="evcc.yaml"
88
- sponsortoken : ey...zuE
89
- ` ` `
90
-
91
- We're working on making this configurable via the UI.
88
+ It is also possible to set the token via the UI on the configuration page.
89
+ Note: This entry is stored in the ` evcc.db ` and takes precedence over the ` evcc.yaml ` .
92
90
93
91
#### Can I use my token on multiple installations?
94
92
You can’t perform that action at this time.
0 commit comments