two issues with OCPP charger #20903
Unanswered
amtssp
asked this question in
Q&A Wallboxen
Replies: 1 comment
-
The config is in the UI even when you configured the Wallbox via yaml. Click on the settings icon in the right corner of the Loadpoints. This open the dialogue to configure the max current. https://docs.evcc.io/en/docs/reference/configuration/loadpoints#maxcurrent |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
First issue:
As OCPP chargers still cannot be added usin the UI - I set it up in yaml.
But when I tried to add maxcurrent I got this error:
[lp-1 ] WARN 2025/04/26 11:39:45 ignoring deprecated maxCurrent: 32.000000. please configure via UI
BUT I'm not able to use UI as it was setup using the yaml file.
Second issue:
When using evcc and the OCPP charger (Orbis Viaris Combi+) my KIA eSOUL car only charges with 3.4 kW - whereas using my charger directly without connection via evcc it can charge with around 7 kW.
Somehow evcc reduces the current to 16A:
[lp-1 ] DEBUG 2025/04/26 11:39:45 set charge current limit: 16A
I found this in the log file below:
[ocpp ] TRACE 2025/04/26 11:11:46 send EVVC4E2C6D21C: [2,"2705700511","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":10,"stackLevel":63,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2025-04-26T09:10:46Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":16}]}}}]
But where is the limit = 16 coming from?
Steps to reproduce
...
Configuration details
Log details
What type of operating system or environment does evcc run on?
Linux
External automation
Nightly build
Version
evcc version 0.203.3
Beta Was this translation helpful? Give feedback.
All reactions