-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
devicesSpecific device supportSpecific device support
Description
Describe the bug
Der Titel sagt es bereits:
Wenn ich in EVCC über den dynamischen Strompreis die Ladung der Hausbatterie aktiviere, lädt diese nur mit 400W.
Einen Hardwarefehler kann ich ausschließen, da die Batterie über die Fox ESS App geladen werden kann und hier die volle Leistung von ca. 7,9 kW genutzt wird.
Wechselrichter: Fox ESS H3 Hybrid
Batterie: Fox ESS ECS2900-2 (14,4kWh)
EVCC Version 0.209.7 auf einem Raspberry Pi
Im Fox ESS Forum bekam ich die Rückmeldung, dass EVCC scheinbar nur den min SOC hoch setzt um die Ladung der Batterie zu aktivieren. Das würde bei Fox jedoch nur dazu führen, dass ein "maintenance charge" aktiviert wird, welcher dann die Batterie mit 400W lädt.
Steps to reproduce
- Ladung der Batterie aus dem Netz aktivieren
- Langsame Ladung mit 400W
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: debug
levels:
cache: error
# unique installation id
plant:
interval: 30s # control cycle interval
sponsortoken: xyz
# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: true
meters:
- type: template
template: fox-ess-h3
id: 018
host: 192.
port: 502
usage: grid
modbus: tcpip
name: grid1
- type: template
template: fox-ess-h3
id: 018
host: 192.
port: 502
usage: pv
modbus: tcpip
name: pv2
maxacpower: 7900
- type: template
template: fox-ess-h3
id: 018
host: 192.
port: 502
usage: battery
modbus: tcpip
name: battery3
capacity: 14.4 # Akkukapazität (kWh), optional
minsoc: 15 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
maxsoc: 90 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
chargers:
- type: template
template: go-e
host: 192.
name: wallbox4
loadpoints:
- title: Wallbox
charger: wallbox4
mode: off
site:
title:
meters:
grid: grid1
pv:
- pv2
battery:
- battery3
vehicles:
- name: my_car
type: template
template: mg
user: .
password:
vin:
title:
capacity: 64 # Akkukapazität (kWh), optional
tariffs:
grid:
type: template
template: energy-charts-api
bzn: DE-LU # Gebotszone, siehe https://api.energy-charts.info/#/prices/day_ahead_price_price_get [AT, BE, CH, CZ, DE-LU, DE-AT-LU, DK1, DK2, FR, HU, IT-NORTH, NL, NO2, PL, SE4, SI
charges: 0.1454
tax: 0.19
feedin:
type: fixed
price: 0.0725
solar:
- type: template
template: open-meteo
lat:
lon:
dec: 20 # Neigung, 0 = horizontal, 90 = vertikal
kwp: 6.3 # Maximale Generatorleistung (kWp)
az: 0 # Azimut, -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
interval: 2h
- type: template
template: open-meteo
lat:
lon:
dec: 20 # Neigung, 0 = horizontal, 90 = vertikal
kwp: 3.6 # Maximale Generatorleistung (kWp)
az: 90 # Azimut, -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
interval: 2h
- type: template
template: open-meteo
lat:
lon:
dec: 20 # Neigung, 0 = horizontal, 90 = vertikal
kwp: 3.4 # Maximale Generatorleistung (kWp)
az: -90 # Azimut, -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
ac: 2.85Log details
DEBUG:
site ] DEBUG 2025/11/07 17:12:12 solar forecast: produced 1194.948
[site ] DEBUG 2025/11/07 17:12:12 solar forecast: accumulated 1742.900kWh, produced 1194.948kWh, scale 0.686
[site ] DEBUG 2025/11/07 17:12:34 set grid charge limit: 0.4
TRACE:
[battery3] TRACE 2025/11/07 17:12:42 modbus: send 28 c0 00 00 00 06 12 03 79 3e 00 01
[battery3] TRACE 2025/11/07 17:12:42 modbus: recv 28 c0 00 00 00 05 12 03 02 00 21
[battery3] TRACE 2025/11/07 17:12:42 modbus: send 28 c1 00 00 00 06 12 06 a0 31 00 5a
[battery3] TRACE 2025/11/07 17:12:43 modbus: recv 28 c1 00 00 00 06 12 06 a0 31 00 5a
[site ] DEBUG 2025/11/07 17:12:43 set battery mode: charge
[httpd ] TRACE 2025/11/07 17:12:47 GET /ws
[httpd ] TRACE 2025/11/07 17:12:54 GET /ws
[httpd ] TRACE 2025/11/07 17:12:57 GET /api/system/log
What type of operating system or environment does evcc run on?
Linux
External automation
- I have made sure that no external automation like HomeAssistant or Node-RED is active or accessing any of the mentioned devices when this issue occurs.
Nightly build
- I have verified that the issue is reproducible with the latest nightly build
Version
0.209.7
Metadata
Metadata
Assignees
Labels
devicesSpecific device supportSpecific device support