Skip to content

Commit 8ca6c50

Browse files
committed
updated trial token; improve sponsor faq
1 parent 7be8f3d commit 8ca6c50

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

docs/_sponsortoken.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
```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
44
```

docs/sponsorship.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ Dazu aber später mehr.*
8686

8787
#### Wo trage ich mein Token ein?
8888

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.
9091

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`.
9694

9795
#### Kann ich mein Token in mehreren Installationen nutzen?
9896

i18n/en/docusaurus-plugin-content-docs/current/sponsorship.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,13 @@ Your customers will then each need to create a sponsor token.
8080
Alternatively, we can also issue you several sponsor tokens at once and send you an invoice with the corresponding VAT.
8181
[Write us an email](mailto:[email protected]) with your requirements and we'll get back to you.
8282

83-
#### Where do I enter my token?
83+
#### How do I enter my token?
8484

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>`.
8687

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`.
9290

9391
#### Can I use my token on multiple installations?
9492

0 commit comments

Comments
 (0)