We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When multiple charger are installed on same power supply there is need to install charger different phase.
Chargers that dont have dynamic phase swiching needs done this by installing charger to different phase.
Examble Mennekes or Etrel from modbus charger are sending phase values always on same order L1-L2-L3.
Charger connector: CP1: L1-L2-L3 CP2: L1-L2-L3 CP3: L1-L2-L3
Installation phase : CP1: L1-L2-L3 CP2: L3-L1-L2 CP3: L2-L3-L1
On this examble CP2 modbus L1 value, load is on L3 phase and CP3 modbus L1 value load is on L2.
To get loadbalance working there is need to configure load to right installation phase.
The text was updated successfully, but these errors were encountered:
How or why would this be related to evcc functionality? /cc @premultiply
Sorry, something went wrong.
Here is two exambles how this impact on evcc loadmanagement:
1. Chargers are on same nested circuit (garage)
If we have three chargers on same circuit and all have 1p 16A car charging.
Circuit maxcurrent: 20A
From charger evcc gets all load values (16A) to L1 = 48A and will limit charging currents to all chargers 20/3=6A
When chargers has installed to different phases real load to circuit is 16 / 16 / 16 A and there is no need to limit current.
2. Chargers are connected to circuit with external load (house)
If we have three chargers with two 1p 16A car charging and one 3p 16A
Circuit maxcurrent: 35A
External load is 16 / 5 / 5
In this situation CP1/CP2 chargers (1p/3p) has load on same phase L1 and have 35-16=19A / 2 = 9,5A current to use.
CP3 charger 1p 16A charging real load is on L2 so no need to limit this charger because load L2 is 5+9,5(CP2)+16(CP3)=30,5A.
We currently don‘t support phase-accurate currents. Maybe at a later time.
No branches or pull requests
Hello,
When multiple charger are installed on same power supply there is need to install charger different phase.
Chargers that dont have dynamic phase swiching needs done this by installing charger to different phase.
Examble Mennekes or Etrel from modbus charger are sending phase values always on same order L1-L2-L3.
Charger connector: CP1: L1-L2-L3 CP2: L1-L2-L3 CP3: L1-L2-L3
Installation phase : CP1: L1-L2-L3 CP2: L3-L1-L2 CP3: L2-L3-L1
On this examble CP2 modbus L1 value, load is on L3 phase and CP3 modbus L1 value load is on L2.
To get loadbalance working there is need to configure load to right installation phase.
The text was updated successfully, but these errors were encountered: