evcc-io / evcc

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

Ladelimit wird im Lademodus Schnell ignoriert (Go-E Charger und ID.3) #11806

Closed heatpumper closed 6 months ago

heatpumper commented 6 months ago

Describe the bug

Das Ladelimit war auf 50% eingestellt, das Auto wurde trotzdem auf 100% geladen. Die 100% wurden auch entsprechend in EVCC angezeigt.

Steps to reproduce

  1. Auto anhängen (Ladestand 30%), Modus "PV"
  2. Ladelimit auf 50% Einstellen
  3. Wechsel auf Modus Schnell ...

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: WARN
levels:
  cache: error

sponsortoken: ******

# unique installation id
plant: *****
interval: 15s # control cycle interval

meters:
- type: template
  template: fronius-gen24
  usage: grid
  host: 192.168.111.18
  port: 502
  name: grid1
- type: template
  template: fronius-gen24
  usage: pv
  host: 192.168.111.19
  port: 502
  name: pv-sued
- type: template
  template: fronius-gen24
  usage: battery
  host: 192.168.111.20
  port: 502
  name: battery3
- type: template
  template: fronius-gen24
  usage: pv
  host: 192.168.111.21
  port: 502
  name: pv-nord
- type: custom
  name: meter_hp
  power: # Leistung (W)
    source: http
    uri: http://192.168.111.2:8087/getPlainValue/luxtronik2.0.Informationen.Ausg%C3%A4nge.Freq-aktuell
    method: GET
    jq: (0.00004 * . * .) + (0.33 * . ) + 36

chargers:
- name: knx # reference name
  features:
    - heating
    - integrateddevice
  icon: waterheater
  type: custom
  status:
    source: combined
    plugged:
      source: js
      script: |
        true
#      source: http
#      uri: http://192.168.111.2:8087/getPlainValue/luxtronik2.0.Informationen.Eing%C3%A4nge.EVU
#      method: GET
    charging:
      source: http
      uri: http://192.168.111.2:8087/getPlainValue/0_userdata.0.heatpump_status.heatpump_solar_heating
      method: GET
  enable:
    source: http
    uri: http://192.168.111.2:8087/set/openknx.0.SD.SD_Schalten.SD_Schalten_KG_W%C3%A4rmepumpe-SGReady?value=${enable}
    method: GET # default HTTP method
  enabled:
    source: http
    uri: http://192.168.111.2:8087/getPlainValue/openknx.0.SD.SD_Status.SD_Status_KG_W%C3%A4rmepumpe-SGReady
    method: GET
  maxcurrent:
    source: js
    script: |
      16  
- name: go-e
  type: template
  template: go-e-v3
  host: 192.168.111.17 # IP-Adresse oder Hostname 

vehicles:
- name: vehicle_hp
  type: custom
  title: Wärmepumpe
  icon: waterheater
  phases: 1
  #onIdentify:
  #  mode: pv
  #  minsoc: 40
  #  targetsoc: 60
  soc:
    source: http
    method: GET
    uri: http://192.168.111.2:8087/getPlainValue/luxtronik2.0.Informationen.Temperaturen.Warmwasser-Ist
- name: vehicle_hebi
  type: template
  template: id
  title: HEBI
  user: ***
  password: ***
  #vin: WVWZZZ... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
  capacity: 58 # Akkukapazität in kWh (optional)
  #timeout: 10s # optional 
  icon: car
  #onIdentify:
  #  mode: pv
  #  minsoc: 30
  #  targetsoc: 80

loadpoints:
- title: Carport
  charger: go-e
  mode: pv
  vehicle: vehicle_hebi
  priority: 10 #Umso höher umso besser
  phases: 0
  enable:
    threshold: -1299
    delay: 1m
  disable:
    threshold: 200
    delay: 10m
  guardduration: 5m
- title: Keller
  charger: knx
  meter: meter_hp
  mode: pv
  vehicle: vehicle_hp
  phases: 1
  mincurrent: 1
  priority: 0 #Umso höher umso besser
  enable:
    threshold: -1300
    delay: 5m
  disable:
    threshold: 150
    delay: 20m
  guardduration: 30m
  soc:
    poll:
      mode: always
      interval: 30s

site:
  title: Hopfengarten
  meters:
    grid: grid1
    pv:
    - pv-sued
    - pv-nord
    battery:
    - battery3

Log details

Es ist jetzt zum zweiten mal so passiert, die Logs liefer ich nach, ich muss erstmal den Akku wieder leer fahren :)

What type of operating system are you running?

Linux

Version

0.123.1

andig commented 6 months ago

Bitte aktuelle Version nutzen und dann mit Logs- anders lässt sich nix analysieren.