evcc-io / evcc

Solar Charging ☀️🚘
https://evcc.io
MIT License
3.65k stars 678 forks source link

minSoC wird nach Schnellladen falsch eingestellt #17264

Closed OJack0815 closed 1 week ago

OJack0815 commented 1 week ago

Describe the bug

Ausgangslage: Victron ESS. minSoC ist auf 50% eingestellt. Die Batterie ist auf minSoC entladen -> idle. Wenn man nun einen Ladevorgang startet und der Schalter "Verhindere Batterie..." gesetzt ist, bleibt die Batterie wie gewünscht auf idle. Wenn man den Ladevorgang beendet, wird jedoch der minSoC auf 20% eingestellt obwohl er eigentlich auf 50% bleiben müsste. Ich kann nicht erkennen, wo die 20% herkommen.

Steps to reproduce

  1. Hausbatterie auf minSoC entladen
  2. Ladevorgang starten
  3. Ladevorgang stoppen
  4. minSoc kontrollieren ...

Configuration details

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

log: debug
levels:
  cache: error

# unique installation id
plant: 9207xxxxxxxxxxxxxxxxxxxxxxxxx

interval: 10s # control cycle interval

meters:
- type: template
  template: victron-energy
  usage: grid
  host: 192.168.172.203
  port: 502
  name: grid1
- type: template
  template: victron-energy
  usage: pv
  host: 192.168.172.203
  port: 502
  name: pv2
- type: template
  template: victron-energy
  usage: battery
  host: 192.168.172.203
  port: 502
  name: battery3
  capacity: 20
- type: template
#  template: cg-em24
  template: cg-emt3xx
  usage: charge
  modbus: tcpip
  id: 1
  host: 192.168.172.205
  port: 502
  name: elli_pro1

chargers:
- type: template
  template: ellipro
  ski: xxxxxxxxxx
  ip: 192.168.172.206
  name: wallbox4

loadpoints:
- title: Garage
  charger: wallbox4
  meter: elli_pro1
  mode: pv

site:
  title: ZuHause
  meters:
    grid: grid1
    pv:
    - pv2
    battery:
    - battery3

eebus:
  certificate:
      private: |
          -----BEGIN EC PRIVATE KEY-----

Log details

siehe log Datei

What type of operating system are you running?

Linux

Nightly build

Version

v0.131.5

OJack0815 commented 1 week ago

evcc-20241114-172456-debug.log