Alfen Charger maxes to 3 x 6A #5542
-
Describe the bugThe Alfen Charger only charges to max 3 x 6A in now mode. It used to go to 3 x 16A. Steps to reproduce
... Configuration details# open evcc at http://evcc.local:8087
network:
schema: http
host: 192.168.1.23 # .local suffix announces the hostname on MDNS
port: 7070
log: info
levels:
cache: trace
core: trace
site: trace
lp-1: trace
TeslaM3: warn
EQA-300: trace
interval: 20s # control cycle interval
sponsortoken: token
#telemetry: true
plant: plant
meters:
- name: dsmr
type: custom
power:
source: calc
add:
- source: http
headers:
- content-type: application/json
- X-AUTHKEY: YE5DPNNNWBHBQT7RNEPAOI2A8U4RZFU48PUTOIZ49ACQWLKJQACATY98IQBB9H0I
insecure: true # set to true to trust self-signed certificates
jq: .results[]|{phase_power_current_l1}| join(" ")
scale: 1
timeout: 20s
- source: http
uri: http://192.168.1.23:7777/api/v2/datalogger/dsmrreading?limit=1&ordering=-timestamp
method: GET # default HTTP method
headers:
- content-type: application/json
- X-AUTHKEY: YE5DPNNNWBHBQT7RNEPAOI2A8U4RZFU48PUTOIZ49ACQWLKJQACATY98IQBB9H0I
insecure: true # set to true to trust self-signed certificates
jq: .results[]|{phase_power_current_l2}| join(" ")
scale: 1
timeout: 20s
- source: http
uri: http://192.168.1.23:7777/api/v2/datalogger/dsmrreading?limit=1&ordering=-timestamp
method: GET # default HTTP method
headers:
- content-type: application/json
- X-AUTHKEY: YE5DPNNNWBHBQT7RNEPAOI2A8U4RZFU48PUTOIZ49ACQWLKJQACATY98IQBB9H0I
insecure: true # set to true to trust self-signed certificates
template: solarlog
usage: pv
host: 192.168.1.250
port: 502
name: solar
chargers:
- type: template
template: alfen
id: 1
host: 192.168.1.252
port: 502
modbus: tcpip
name: charger
vehicles:
- name: car
type: mercedes
title: car
icon: car
vin: vin
clientId: id
clientSecret: secret
cache: 2m
onIdentify:
mode: now
minSoC: 20
targetSoC: 90
minCurrent: 6
maxCurrent: 16
identifiers:
- id
loadpoints:
- title: lp
charger: charger
vehicle: car
mode: now
soc:
poll:
mode: always
interval: 30m
estimate: true
phases: 0
enable: # pv mode enable behavior
delay: 60s # threshold must be exceeded for this long
threshold: 0 # grid power threshold (in Watts, negative=export). If zero, export must exceed minimum charge power to enable
disable: # pv mode disable behavior
delay: 30s # threshold must be exceeded for this long
threshold: 200 # maximum import power (W)
mincurrent: 6
maxcurrent: 16
guardDuration: 1m
resetOnDisconnect: true
site:
title: Home
meters:
grid: dsmr
pvs:
- solar
residualPower: -200 Log details
What type of operating system are you running?Linux Versionevcc version 0.110.0 (80ff551) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Sounds like a problem with the charger, not with evcc? |
Beta Was this translation helpful? Give feedback.
-
Problem solved. I did not change anything to the charger or its config. |
Beta Was this translation helpful? Give feedback.
Problem solved. I did not change anything to the charger or its config.
EVCC has been updated to the latest nightly today (evcc version 0.110.1 (7febf8a)) and I have back 11kWh charge speed