cannot create type 'discovergy': certificate signed by unknown authority #941
Replies: 5 comments 1 reply
-
Interesting. I cannot repro this with OSX. Could you check what certificates Discovergy sends? If you want to share your credentials please mail me at [email protected] |
Beta Was this translation helpful? Give feedback.
-
Cannot reproduce with given credentials either. |
Beta Was this translation helpful? Give feedback.
-
Du müsstest jetzt mal in Deinem Container mit curl debuggen, was da passiert. Bei mir- auch mir Docker- kein Problem. |
Beta Was this translation helpful? Give feedback.
-
oh je. ich war so dumm und habe als Volume komplett /etc gemountet und
nicht nur die evcc.yaml
sorry
mea culpa
nun hängts beim Tesla:
while parsing config: yaml: line 56: did not find expected tag URI
ein URI Tag ist nicht in den Example Configs enthalten. Ich vermute
aber, dass es aktuell eh nicht geht, weil Tesla die Authentifizierung
umgestellt hat?!
- name: Tesla
type: tesla
title: Model3 # display name for UI
capacity: 80 # kWh
user: xxxxx # email
password: xxxx # password
vin: 5YJ3E7EB9MF111111
VG
Andreas
|
Beta Was this translation helpful? Give feedback.
-
Ich mach das issue mal zu- Hilfsanfragen bitte in den Discussions. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Meter kann nicht angelegt werden. Es kommt folgende Meldung:
[main ] FATAL 2021/04/29 13:25:06 cannot create meter 'grid': cannot create type 'discovergy': Get "https://api.discovergy.com/public/v1/meters": x509: certificate signed by unknown authority
Benutze Docker auf Synology: andig/evcc:latest
To Reproduce
Steps to reproduce the behavior:
Beta Was this translation helpful? Give feedback.
All reactions