evcc-io / evcc

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

Citroen eC4 - Error "cannot create vehicle" after boot #10654

Closed Bleilot closed 11 months ago

Bleilot commented 11 months ago

Describe the bug

On every boot of my Raspi4 EVCC logs the error "cannot create vehicle". Thus the vehicle is shown to be offline and vehicle SOC is not available for charging algorithm. This happens with all EVCC versions I used until now (v0.122.0). If I just restart the service manually everything works right - see also discussion #9063.

Maybe it's a problem of timeout at Citroen API side? May I configure the timeout?

Steps to reproduce

1.Reboot raspberry PI 4 2."sudo systemctl restart evcc" to solve the problem

Configuration details

# open evcc at http://evcc.local:7070
network:
  schema: http
  host: evcc.local # .local suffix announces the hostname on MDNS
  port: 7070

log: debug
levels:
  cache: error

# unique installation id
plant: [myplant]
sponsortoken: [mytoken]
interval: 10s # control cycle interval

meters:
- type: template
  template: sonnenbatterie 
  usage: grid  
  host: SB  
  port: 8080  
  name: grid1
- type: template
  template: sonnenbatterie 
  usage: pv  
  host: SB  
  port: 8080  
  name: pv2
- type: template
  template: sonnenbatterie 
  usage: battery  
  host: SB  
  port: 8080  
  name: battery1
chargers:
- type: template
  template: etrel 
  host: LADEBOX  
  port: 502  
  name: wallbox1

vehicles:
- type: template
  template: citroen 
  title: eC4  
  user: [myemail]  
  password: [mypassword]  
  capacity: 50  
  phases: 3  
  icon: car  
  cache: 15m  
  mode: pv  
  minSoc: 20  
  targetSoc: 50
#  maxSoc: 90 # Idee für weiteres Laden über das Ziel hinaus mit PV-Überschussstrom ...
  minCurrent: 6  
  maxCurrent: 16  
  name: ev1

loadpoints:
- title: Garage
  charger: wallbox1
  vehicle: ev1
  mode: pv
  phases: 3
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: true
  soc:
    poll:
      mode: always
      interval: 300m
site:
  title: Berliner75a
  meters:
    grid: grid1
    pv:
    - pv2
    battery:
    - battery1
  residualPower: 100 # 100 Watt Leistungsabgabe ans Netz ist der Zielwert der Regelung
  prioritySoc: 60 # Hausbatterie bekommt bis zum Soc 60% Priorität beim laden
# bufferSoc muss einen größeren Wert als prioritySoc haben.
  bufferSoc: 65 # Hausbatterie wird oberhalb Soc 65% als Puffer genutzt
# bufferStartSoc muss einen größeren Wert als bufferSoc haben.
  bufferStartSoc: 85 # hat die Hausbatterie Soc 85% erreicht startet der ladevorgang

Log details

-- Boot 6ee50b5951b742adacef5c493ffdf52b --
Nov 04 20:19:10 RASPI4 systemd[1]: Started evcc.
Nov 04 20:19:14 RASPI4 evcc[553]: [main  ] INFO 2023/11/04 20:19:14 evcc 0.122.0
Nov 04 20:19:14 RASPI4 evcc[553]: [main  ] INFO 2023/11/04 20:19:14 using config file: /etc/evcc.yaml
Nov 04 20:19:14 RASPI4 evcc[553]: [main  ] INFO 2023/11/04 20:19:14 starting ui and api at :7070
Nov 04 20:19:15 RASPI4 evcc[553]: [db    ] INFO 2023/11/04 20:19:15 using sqlite database: /var/lib/evcc/evcc.db
Nov 04 20:19:15 RASPI4 evcc[553]: [main  ] ERROR 2023/11/04 20:19:15 creating vehicle ev1 failed: cannot create vehicle>
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] WARN 2023/11/04 20:19:15 poll mode '{always 5h0m0s}' may deplete your batter>
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] INFO 2023/11/04 20:19:15 site config:
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] INFO 2023/11/04 20:19:15   meters:      grid <9C><93> pv <9C><93> battery >
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] INFO 2023/11/04 20:19:15     grid:      power <9C><93> energy <9C><97> cur>
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] INFO 2023/11/04 20:19:15     pv 1:      power <9C><93> energy <9C><97> cur>
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] INFO 2023/11/04 20:19:15     battery 1: power <9C><93> energy <9C><97> cur>
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] INFO 2023/11/04 20:19:15   vehicles:
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] INFO 2023/11/04 20:19:15     vehicle 1: range <9C><97> finish <9C><97> sta>
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] INFO 2023/11/04 20:19:15 loadpoint 1:
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] INFO 2023/11/04 20:19:15   mode:        pv
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] INFO 2023/11/04 20:19:15   charger:     power <9C><93> energy <9C><97> cur>
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] INFO 2023/11/04 20:19:15   meters:      charge <9C><93>
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] INFO 2023/11/04 20:19:15     charge:    power <9C><93> energy <9C><97> cur>
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:19:15 phase timer inactive
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:19:15 pv timer inactive
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:19:15 guard timer inactive
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] INFO 2023/11/04 20:19:15 vehicle updated: unknown -> eC4 (offline)
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] ERROR 2023/11/04 20:19:15 charger: dial tcp: lookup LADEBOX on [2003:e6:1712>
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] WARN 2023/11/04 20:19:15 interval <30s can lead to unexpected behavior, see >
Nov 04 20:19:15 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:19:15 ----
Nov 04 20:19:15 RASPI4 evcc[553]: [main  ] ERROR 2023/11/04 20:19:15 version check failed: Get "https://api.github.com/>
Nov 04 20:19:15 RASPI4 evcc[553]: [lp-1  ] ERROR 2023/11/04 20:19:15 charge meter: dial tcp: lookup LADEBOX on [2003:e6>
Nov 04 20:19:16 RASPI4 evcc[553]: [site  ] ERROR 2023/11/04 20:19:16 pv 1 power: Get "http://SB:8080/api/v1/status": di>
Nov 04 20:19:16 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:19:16 pv power: 0W
Nov 04 20:19:16 RASPI4 evcc[553]: [site  ] ERROR 2023/11/04 20:19:16 battery 1 power: Get "http://SB:8080/api/v1/status>
Nov 04 20:19:16 RASPI4 evcc[553]: [site  ] ERROR 2023/11/04 20:19:16 battery 1 soc: Get "http://SB:8080/api/v1/status":>
Nov 04 20:19:16 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:19:16 battery soc: 0%
Nov 04 20:19:16 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:19:16 battery power: 0W
Nov 04 20:19:17 RASPI4 evcc[553]: [site  ] ERROR 2023/11/04 20:19:17 grid meter: Get "http://SB:8080/api/v1/status": di>
Nov 04 20:19:17 RASPI4 evcc[553]: [site  ] ERROR 2023/11/04 20:19:17 grid meter: Get "http://SB:8080/api/v1/status": di>
Nov 04 20:19:25 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:19:25 ----
Nov 04 20:19:55 RASPI4 evcc[553]: [lp-1  ] ERROR 2023/11/04 20:19:55 charge meter: dial tcp: lookup LADEBOX: i/o timeout
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] ERROR 2023/11/04 20:20:11 pv 1 power: Get "http://SB:8080/api/v1/status": di>
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:11 pv power: 0W
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:11 battery soc: 18%
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:11 battery power: -1W
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:11 grid power: 551W
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:11 battery has priority at soc 18% (< 60%)
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:11 site power: 651W
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:11 charge currents: [0 0 0]A
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:11 charger status: A
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] INFO 2023/11/04 20:20:11 car disconnected
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:11 set charge mode: pv
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:11 set min current: 6
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:11 set max current: 16
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:11 set priority: 0
Nov 04 20:20:11 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:11 ----
Nov 04 20:20:11 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:11 charge power: 0W
Nov 04 20:20:12 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:12 pv power: 0W
Nov 04 20:20:12 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:12 battery soc: 18%
Nov 04 20:20:12 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:12 battery power: -1W
Nov 04 20:20:12 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:12 grid power: 551W
Nov 04 20:20:12 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:12 battery has priority at soc 18% (< 60%)
Nov 04 20:20:12 RASPI4 evcc[553]: [site  ] DEBUG 2023/11/04 20:20:12 site power: 651W
Nov 04 20:20:12 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:12 charge currents: [0 0 0]A
Nov 04 20:20:26 RASPI4 evcc[553]: [lp-1  ] DEBUG 2023/11/04 20:20:26 charger status: A
...

Manueller Restart: "sudo systemctl restart evcc"

Nov 04 20:22:26 RASPI4 systemd[1]: Stopping evcc...
Nov 04 20:22:26 RASPI4 systemd[1]: evcc.service: Succeeded.
Nov 04 20:22:26 RASPI4 systemd[1]: Stopped evcc.
Nov 04 20:22:26 RASPI4 systemd[1]: evcc.service: Consumed 1.756s CPU time.
Nov 04 20:22:26 RASPI4 systemd[1]: Started evcc.
Nov 04 20:22:26 RASPI4 evcc[2173]: [main  ] INFO 2023/11/04 20:22:26 evcc 0.122.0
Nov 04 20:22:26 RASPI4 evcc[2173]: [main  ] INFO 2023/11/04 20:22:26 using config file: /etc/evcc.yaml
Nov 04 20:22:26 RASPI4 evcc[2173]: [main  ] INFO 2023/11/04 20:22:26 starting ui and api at :7070
Nov 04 20:22:26 RASPI4 evcc[2173]: [db    ] INFO 2023/11/04 20:22:26 using sqlite database: /var/lib/evcc/evcc.db
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] WARN 2023/11/04 20:22:28 poll mode '{always 5h0m0s}' may deplete your batte>
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] INFO 2023/11/04 20:22:28 site config:
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] INFO 2023/11/04 20:22:28   meters:      grid <9C><93> pv <9C><93> battery>
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] INFO 2023/11/04 20:22:28     grid:      power <9C><93> energy <9C><97> cu>
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] INFO 2023/11/04 20:22:28     pv 1:      power <9C><93> energy <9C><97> cu>
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] INFO 2023/11/04 20:22:28     battery 1: power <9C><93> energy <9C><97> cu>
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] INFO 2023/11/04 20:22:28   vehicles:
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] INFO 2023/11/04 20:22:28     vehicle 1: range <9C><93> finish <9C><93> st>
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] INFO 2023/11/04 20:22:28 loadpoint 1:
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] INFO 2023/11/04 20:22:28   mode:        pv
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] INFO 2023/11/04 20:22:28   charger:     power <9C><93> energy <9C><97> cu>
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] INFO 2023/11/04 20:22:28   meters:      charge <9C><93>
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] INFO 2023/11/04 20:22:28     charge:    power <9C><93> energy <9C><97> cu>
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 phase timer inactive
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 pv timer inactive
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 guard timer inactive
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] INFO 2023/11/04 20:22:28 vehicle updated: unknown -> eC4
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 set charge mode: pv
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 set min current: 6
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 set target soc: 85
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 set max current: 16
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] WARN 2023/11/04 20:22:28 interval <30s can lead to unexpected behavior, see>
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:28 ----
Nov 04 20:22:28 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:28 charge power: 0W
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:28 pv power: 0W
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:28 battery soc: 18%
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:28 battery power: -7W
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:28 grid power: 547W
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:28 battery has priority at soc 18% (< 60%)
Nov 04 20:22:28 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:28 site power: 647W
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 vehicle odometer: 0km
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 charge currents: [0 0 0]A
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 charger status: A
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] INFO 2023/11/04 20:22:29 car disconnected
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set charge mode: pv
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set min current: 6
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set max current: 16
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set priority: 0
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set charge mode: pv
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set min current: 6
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set target soc: 85
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 set max current: 16
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 vehicle status: A
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 vehicle soc: 85%
Nov 04 20:22:29 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:29 vehicle range: 296km
Nov 04 20:22:38 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:38 ----
Nov 04 20:22:38 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:38 charge power: 0W
Nov 04 20:22:38 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:38 pv power: 0W
Nov 04 20:22:38 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:38 battery soc: 18%
Nov 04 20:22:38 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:38 battery power: -3W
Nov 04 20:22:38 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:38 grid power: 537W
Nov 04 20:22:38 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:38 battery has priority at soc 18% (< 60%)
Nov 04 20:22:38 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:38 site power: 637W
Nov 04 20:22:38 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:38 charge currents: [0 0 0]A
Nov 04 20:22:38 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:38 charger status: A
Nov 04 20:22:38 RASPI4 evcc[2173]: [lp-1  ] DEBUG 2023/11/04 20:22:38 next soc poll remaining time: 4h59m50s
Nov 04 20:22:48 RASPI4 evcc[2173]: [site  ] DEBUG 2023/11/04 20:22:48 ----
...

What type of operating system are you running?

Linux

Version

evcc version 0.122.0

andig commented 11 months ago

Bitte trace log fürs Fahrzeug damit man mal sieht was los ist

StefanSchoof commented 11 months ago

Evcc requires the network online target https://github.com/evcc-io/evcc/blob/4b5d0182884bbee24b8a0f33ba1ed26539853b9c/packaging/init/evcc.service#L6

network-online.target is a target that actively waits until the nework is "up", where the definition of "up" is defined by the network management software.

https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

Maybe your network management software is signal this target before internet is available.

Bleilot commented 11 months ago

Herzlichen Dank für die prompte Antwort.

 

Ich habe die Datei "evcc.service" in "/etc/systemd/system" mit dem Inhalt aus dem unten genannten Github-Link angelegt. Da war nämlich keine solche Datei. Dann Reboot, aber das Fahrzeug ist wieder offline wie gehabt. Erst nach "reatart evcc" ist es online :-(

 

Für mich (Linux-DAU) waren das zwei Stunden Google-Suche, weil ich einfach nicht kapiert habe, wo ich was tun muss. Vermutlich fehlt noch etwas oder was ich gemacht habe war Unsinn?

 

Sofern möglich bitte nochmals Hilfe!

 

Danke und Gruß

Holger Dickert  

   

Gesendet: Samstag, 04. November 2023 um 22:20 Uhr Von: "StefanSchoof" @.> An: "evcc-io/evcc" @.> Cc: "Bleilot" @.>, "Author" @.> Betreff: Re: [evcc-io/evcc] Citroen eC4 - Error "cannot create vehicle" after boot (Issue #10654)

 

Evcc requires the network online target https://github.com/evcc-io/evcc/blob/4b5d0182884bbee24b8a0f33ba1ed26539853b9c/packaging/init/evcc.service#L6

network-online.target is a target that actively waits until the nework is "up", where the definition of "up" is defined by the network management software.

https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

Maybe your network management software is signal this target before internet is available.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

StefanSchoof commented 11 months ago

@andig Kannst du das bitte in eine Diskussion umwandeln.

Was hast du für ein Netzwerk an deinem raspi? LAN oder WLAN?

Bleilot commented 11 months ago
            Hallo, der Raspi läuft mit WLAN. Habe aufgrund Deiner Frage mal das LAN angeschlossen - gleiches Verhalten.Andig meinte ich soll noch ein anderes Log machen. Das versuche ich grade.Danke schon mal!Gruß Holger Gesendet mit der GMX Mail AppAm 05.11.23 um 19:43 schrieb StefanSchoof

                Von: "StefanSchoof" ***@***.***>Datum: 5. November 2023An: "evcc-io/evcc" ***@***.***>Cc: "Bleilot" ***@***.***>,"Author" ***@***.***>Betreff: Re: [evcc-io/evcc] Citroen eC4 - Error "cannot create vehicle" after boot (Issue #10654)

@andig Kannst du das bitte in eine Diskussion umwandeln. Was hast du für ein Netzwerk an deinem raspi? LAN oder WLAN?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>