evcc-io / evcc

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

Fahrzeugwechsel wird zu spät erkannt #14693

Closed R-Rosenow closed 4 months ago

R-Rosenow commented 4 months ago

Describe the bug

Es kommt nach wie vor häufig vor das Evcc nicht mitbekommt das ein anderes Auto angesteckt wurde.

Wir betreiben Evcc mit zwei Model Y an einem goEcharger . Wenn man den Stecker bei einem Auto zieht (die Wallbox und das Auto bekommen den Abbruch des Ladevorgangs mit) und bei dem anderen Wagen einsteckt, dann zählt Evcc die geladenen kWh beim zweiten Auto einfach weiter. Dies verfälscht die Statistik.

Wenn ihr Logs benötigt, würde ich sie gern zur Verfügung stellen.

Steps to reproduce

1.Fahrzeugladen

  1. Taste Ladekabel drücken / Stecker ziehen
  2. zweites Fahrzeug laden

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: info
levels:
  cache: error
  proxy-5200: trace
# unique installation id
plant: ae209cf397a5dbe13b83d5e4dc39fbab942c1083bc022dc97d5cdd6063557ff2

interval: 10s # control cycle interval

# mqtt message broker
mqtt:
  broker: 192.168.1.18:1883
  topic: evcc # root topic for publishing, set empty to disable publishing
  clientid: evcc
  user: xxx
  password: xxx

sponsortoken: xxx

# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: true

meters:
- name: Smartmeter
  type: custom
  power: # power (W)
   source: mqtt
   topic: openhab/smartmeter/wirkleistungges
   timeout: 30s # don't accept values older than timeout
# SolarEdge Wechselrichter
- name: Hausdach
  type: template
  template: solaredge-inverter
  id: 2
  host: 192.168.1.14
  port: 5200
  usage: pv
  modbus: tcpip
# OpenDTU
- name: Zaun
  type: template
  template: hoymiles-opendtu
  usage: pv
  host: 192.168.1.25 # IP-Adresse oder Hostname

chargers:
- type: template
  template: go-e-v3
  host: 192.168.1.26
  name: wallbox

loadpoints:
- title: Vorgarten
  charger: wallbox
  mode: pv
  phases: 0
  mincurrent: 6
  maxcurrent: 16

vehicles:
  - name: RalfsModelY
    type: template
    template: tesla-command
    title: Ralfs Model Y
    accessToken: xxx
    refreshToken: xxx
    vin: xxx
    capacity: 60
  - name: KirasModelY
    type: template
    template: tesla-command
    title: Kiras Model Y
    accessToken: xxx
    refreshToken: xxxx
    vin: xxx
    capacity: 60

tariffs:
  currency: EUR # (default EUR)
  grid:
    type: tibber
    token: "xxx" # access token

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

  co2:
    type: gr      nstromindex
    zip: 45896

modbusproxy:
  - port: 5200
    uri: 192.168.1.24:1502 # IP und Port des Geraetes, das abgefragt werden soll
    # rtu: true
    # readonly: true

site:
  title: Zuhause
  meters:
    grid: Smartmeter
    pv:
    - Hausdach
    - Zaun

Log details

-

What type of operating system are you running?

Linux

Version

0.127.3

andig commented 4 months ago

evcc kann das innhalb interval nicht mitbekommen. "Shannon Theorem" der Informationsverarbeitung...