evcc-io / evcc

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

Fahrzeug war nicht erreichbar #13486

Closed AlexGabl closed 5 months ago

AlexGabl commented 5 months ago

Describe the bug

Mein Citroen wird zwar als verbunden angezeigt, jedoch steht die Meldung "Fahrzeug war nicht verbunden. Versuche evcc neu zu starten! Auch der aktuelle Ladestand wird nicht angezeigt und deshalb kann kein Ladelimit eingegeben werden! Der Neustart wurde natürlich schon versucht - brachte aber keinen Erfolg! Problem seit der Version 0.124.10

Steps to reproduce

1. 2. 3. ...

Configuration details

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

log: debug
levels:
  cache: error

# unique installation id
plant: xxx
interval: 10s # control cycle interval
sponsortoken: xxx
meters:
- type: template
  template: solaredge-inverter 
  id: 1  
  host: xxx  
  port: 1502  
  usage: grid  
  modbus: tcpip  
  name: grid1
- type: template
  template: solaredge-inverter 
  id: 1  
  host: xxx  
  port: 1502  
  usage: pv  
  modbus: tcpip  
  name: pv2

vehicles:
- type: template
  template: citroen 
  title: Auto  
  user: alex.xxx@gmail.com  
  password: xxx
  capacity: 50  
  name: ev3
  cache: 7m

site:
  title: My home
  meters:
    grid: grid1
    pv:
    - pv2
  residualPower: 1000

chargers:
  - name: my_charger
    type: template
    template: go-e-v3
    host: xxx  

loadpoints:
  - title: Garage
    charger: my_charger 
    vehicle: ev3
    phases: 0
    mincurrent: 6
    maxcurrent: 16
    mode: pv

tariffs:
  currency: EUR # (default EUR)
  grid:
    type: awattar
    region: at # optional, choose at for Austria

  feedin:
    type: fixed
    price: 0.0926 # [currency]/kWh

Log details

-

What type of operating system are you running?

Linux

Version

0.125.0

StefanSchoof commented 5 months ago

Sprichst du von Verbunden (Wallbox -> Auto) oder von offline (Ladestand kann nicht abgerufen werden)?

Ohne Log wird es schwer da zu verstehen, was das Problem ist.