evcc-io / evcc

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

Ladelimit wird nach Neustart auf 100% zurückgesetzt #11632

Closed Bullischorsch closed 9 months ago

Bullischorsch commented 9 months ago

Describe the bug

Hallo seitdem ich in der config kein minSOC/maxSOC mehr angeben kann wird mein Fahrzeug immer auf 100% geladen. Ich setze in der Oberfläche das Ladelimit am Ladepunkt auf 90%, nach Neustart ist aber immer wieder 100% voreingestellt und so lädt das Auto danach weiter. Wie kann ich das verhindern? Danke und Gruß Georg

Steps to reproduce

  1. Ladelimit in GUI auf 80% setzen
  2. Fahrzeug bis 80% laden lassen
  3. evcc neu starten

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

# unique installation id
plant: 

interval: 10s # control cycle interval

sponsortoken: ......

meters:
- type: template
  template: sungrow-hybrid 
  id: 1  
  host: 192.168.2.213  
  port: 502  
  usage: grid  
  modbus: tcpip  
  name: Netz
- type: template
  template: sungrow-hybrid 
  id: 1  
  host: 192.168.2.213  
  port: 502  
  usage: pv  
  modbus: tcpip  
  name: PV
- type: template
  template: sungrow-hybrid 
  id: 1  
  host: 192.168.2.213  
  port: 502  
  usage: battery  
  modbus: tcpip  
  name: Hausbatterie

chargers:
- name: Wallbox
  type: template
  template: go-e-v3
  host: 192.168.2.222 # IP-Adresse oder Hostname 

loadpoints:
- title: Stellplatz
  charger: Wallbox
  vehicle: ulmenup
  phases: 0
  mincurrent: 6
  maxcurrent: 16
  mode: off

vehicles:
  - name: ulmenup
    type: template
    template: id
    title: ulmenup # Wird in der Benutzeroberfläche angezeigt # Optional
    user: ... # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
    password: ... # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
    vin: ... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind # Optional
    capacity: 32 # Akkukapazität in kWh # Optional 
    mode: minpv
    phases: 2

site:
  title: Ulmenweg
  meters:
    grid: Netz
    pv:
    - PV
    battery:
    - Hausbatterie

tariffs:
  currency: EUR # (default EUR)
  grid:
    # static grid price
    type: fixed
    price: 0.294 # [currency]/kWh

  feedin:
    # rate for feeding excess (pv) energy to the grid
    type: fixed
    price: 0.079 # [currency]/kWh

Log details

n/a

What type of operating system are you running?

HomeAssistant Add-on

Version

0.123.7

naltatis commented 9 months ago

Seit dem letzten Release kannst du pro Fahrzeug ein Standard-Ladelimit über die UI setzen.

Bildschirmfoto 2024-01-12 um 08 36 30