Replies: 1 comment 1 reply
-
Möglich. Die Homepage zeigt nach Eingabe der PLZ keine Reaktion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo habe evcc im docker laufen, seite heute(?) habe ich im log folgende Fehler:
sudo docker logs evcc
[gsi ] ERROR 2023/04/17 18:10:13 json: cannot unmarshal object into Go struct field gsiForecast.Message of type string
[main ] ERROR 2023/04/17 18:10:13 failed configuring planner tariff: cannot create tariff 'grünstromindex': json: cannot unmarshal object into Go struct field gsiForecast.Message of type string
und der check auf tariff liefert
evccdocker:~/evcc$ sudo docker exec evcc evcc -l debug tariff
[main ] INFO 2023/04/17 18:22:36 evcc 0.116.2
[main ] INFO 2023/04/17 18:22:36 using config file: /etc/evcc.yaml
[db ] INFO 2023/04/17 18:22:36 using sqlite database: /root/.evcc/evcc.db
planner:
[gsi ] ERROR 2023/04/17 18:22:37 json: cannot unmarshal object into Go struct field gsiForecast.Message of type string
[main ] FATAL 2023/04/17 18:22:37 cannot create tariff 'grünstromindex': json: cannot unmarshal object into Go struct field gsiForecast.Message of type string
in der evcc.yaml ist folgendes für tariff definiert:
tariffs:
planner:
type: grünstromindex
zip: 80333
Hat jemand eine Ahnung was da schief läuft, "geht" grünstromindex grad nicht?
Danke & Gruss
Beta Was this translation helpful? Give feedback.
All reactions