evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.47k stars 640 forks source link

vehicle soc: unexpected status: 500 #4723

Closed GR-70 closed 2 years ago

GR-70 commented 2 years ago

Describe the bug

Hallo,

seit Update von v0.103.2 auf v0.104.2 geht mein Mercedes Api in diesem großartigen Projekt nicht mehr richtig: Der Soc wird nicht mehr im UI angezeigt. Anmeldung über UI auf Mercedes Api geht jedoch. Der Charger ist ein PMCC Eebus.

Weiß jemand Rat?

Vielen Dank.

Steps to reproduce

?

Configuration details

open evcc at http://evcc.local:7070

network:

schema is the HTTP schema

setting to https does not enable https, it only changes the way URLs are generated

schema: http

host is the hostname or IP address

if the host name contains a .local suffix, the name will be announced on MDNS

docker: MDNS announcements don't work. Host must be set to the docker host's name

host: 192.168.178.150

port is the listening port for UI and api

evcc will listen on all available interfaces

port: 7070

per default, evcc should be available at http://evcc.local:7070

log: info levels: cache: error

interval: 10s # control cycle interval

sponsortoken: xxxxx

meters:

chargers:

vehicles:

loadpoints:

site: title: Mein Zuhause meters: grid: shm pvs:

hems: type: shm allowcontrol: false

eebus: certificate: private: | -----BEGIN EC PRIVATE KEY----- xxxxx -----END EC PRIVATE KEY----- public: | -----BEGIN CERTIFICATE----- xxxxx -----END CERTIFICATE-----

Log details

s. o.

What type of operating system are you running?

Linux

Version

v0.104.2

VolkerK62 commented 2 years ago

evtl #4716 ??

andig commented 2 years ago

https://github.com/evcc-io/evcc/issues/4716#issuecomment-1268124889