cannot create type 'discovergy': certificate signed by unknown authority #941
Unanswered
lLarryLaffer
asked this question in
General
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 cpuidle@gmx.de |
0 replies
|
Cannot reproduce with given credentials either. |
0 replies
|
Du müsstest jetzt mal in Deinem Container mit curl debuggen, was da passiert. Bei mir- auch mir Docker- kein Problem. |
0 replies
|
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
|
1 reply
|
Ich mach das issue mal zu- Hilfsanfragen bitte in den Discussions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions