Reopen: MinCurrent setting not working for Elli wallbox #14420
Description
Describe the bug
Kann man geschlossene Themen wieder öffnen? Ich habe jedenfalls nichts gefunden. Daher mache ich das Thema erneut auf.
Alle Details finden sich identisch unter #14418.
While Elli is working as expected in all modes and also MaxCurrent setting results in adjusted current, the MinCurrent setting is ignored and will always charge with 6A regardless of changed setting. This has been the case for many versions and I do not recall whether it has ever been working correctly. Today I tried once more with version 0.127.2 with the same result that any change to MinCurrent is ignored.
Steps to reproduce
Fresh start of EVCC with following steps and timestamp (trace logs are attached):
connect car with modus PV: 18:10:45
change mode to NOW: 18:11:30
change max current to 12A: 18:12:30 --> change successful
change max current to 16A: 18:13:45 --> change successful
change mode to MinPV: 18:14:30
change min current to 10A: 18:15:30 --> change ignored, stays on 6A
change min current to 8A: 18:16:30 --> change ignored, stays on 6A
change min current to 6A: 18:17:30
disconnect car: 18:18:00
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
# eebus: trace
# unique installation id
plant: xxx
interval: 10s # control cycle interval
meters:
- type: template
template: sonnenbatterie
usage: grid
host: 192.168.189.38
port: 8080
name: grid1
- type: template
template: sonnenbatterie
usage: pv
host: 192.168.189.38
port: 8080
name: pv2
- type: template
template: sonnenbatterie
usage: battery
host: 192.168.189.38
port: 8080
name: battery3
chargers:
- type: template
template: ellipro
ski: D9A2 03D9 E918 F950 EC97 E593 7251 E179 79A3 905E
ip: 192.168.189.34
name: wallbox5
loadpoints:
- title: Elli Wallbox
charger: wallbox5
mode: pv
site:
title: Zu Hause
residualPower: 100
meters:
grid: grid1
pv:
- pv2
battery:
- battery3
eebus:
certificate:
private: |
-----BEGIN EC PRIVATE KEY-----
xxx
-----END EC PRIVATE KEY-----
public: |
-----BEGIN CERTIFICATE-----
xxx
-----END CERTIFICATE-----
Log details
Log can be found here because it is too long for this field: https://github.com/user-attachments/files/15859093/evcc-logs.zip
What type of operating system are you running?
Linux
Version
evcc version 0.127.2
Activity