|
1 | 1 | # Hardware installation |
2 | 2 |
|
3 | | -We refer to [this wiring diagram](SmartEVSEv3_build.pdf) for wiring the SmartEVSE. |
| 3 | +We refer to this wiring diagram for wiring the SmartEVSE. |
| 4 | + |
| 5 | + |
| 6 | +In above wiring diagram, the Sensorbox is measuring the mains currents using CT clamps on the Mains phase wires.<br> |
| 7 | +It's also possible to connect it directly to the P1 port of the smartmeter, as long as the smartmeter is using the DSMR 5.0 standard.<br> |
| 8 | + |
| 9 | +> [!NOTE] |
| 10 | +> Please use normal contactors like the IKA432-40 from Iskra, as energy efficient (AC/DC) or silent contactors (ABB ESBxx series, Hager ESCxxx<b>S</b>) will not work correctly!<br> |
| 11 | +
|
| 12 | +> [!TIP] |
| 13 | +> Don't forget to connect the PE/ground wire to the SmartEVSE! |
| 14 | +
|
| 15 | +> [!WARNING] |
| 16 | +> The EVSE needs to be protected with a circuit breaker and residual- current circuit breaker. |
4 | 17 |
|
5 | 18 | # Supported modbus kWh meters |
6 | 19 | The following meters are directly supported as Mains or EV meter: |
@@ -55,32 +68,18 @@ If you have other current-users on a Subpanel, use this wiring and the added con |
55 | 68 |
|
56 | 69 | # Second Contactor C2 |
57 | 70 | One can add a second contactor (C2) that switches off 2 of the 3 phases of a three-phase Mains installation; this can be useful if one wants to charge of off |
58 | | - Solar; EV's have a minimal charge current of 6A, so switching off 2 phases allows you to charge with a current of 6-18A, while 3 phases have a minimum current |
59 | | - of 3x6A=18A. This way you can still charge solar-only on smaller solar installations. |
60 | | - - one should wire C2 according to this schema: |
61 | | - |
62 | | - N L1 L2 L3 |
63 | | - | | | | |
64 | | - -------------------- |
65 | | - | 4-p contactor C1 | |
66 | | - -------------------- |
67 | | - | | | | |
68 | | - | | ------------------ |
69 | | - | | |2-p contactor C2| |
70 | | - | | ------------------ |
71 | | - | | | | |
72 | | - -------------------- |
73 | | - | EV-cable | |
74 | | - -------------------- |
75 | | - |
76 | | - This way the (dangerous) situation is avoided that some Phases are switched ON, and Neutral is switched OFF. |
77 | | - Note that it is important that you actually DO NOT switch the L1 pin of the CCS plug with the C2 contactor; some cars (e.g. Tesla Model 3) will go into error; |
78 | | - they expect the charging phase to be on the L1 pin when single-phase charging... |
79 | | - Note also that in case the phases cannot be detected automatically (especially when no EVmeter is connected), and SmartEVSE _knows_ it is charging at a single |
80 | | - phase (e.g. because Contact2 is at "Always Off"), it assumes that L1 is the phase we are charging on!! |
81 | | - |
82 | | - By default C2 is switched OFF ("Not present"); if you want to keep on charging on 3 phases after installing C2, you should change the setting Contact2 in the |
83 | | - Setup Menu. |
| 71 | +Solar; EV's have a minimal charge current of 6A, so switching off 2 phases allows you to charge with a current of 6-18A, while 3 phases have a minimum current |
| 72 | +of 3x6A=18A. This way you can still charge solar-only on smaller solar installations. |
| 73 | + |
| 74 | +One should wire C2 according to this schema: |
| 75 | + |
| 76 | +<img src="https://github.com/user-attachments/assets/2d9711cc-7248-4fdd-9e61-8089302ab63b" alt="SmartESVE Contact2 diagram" width="500"> |
| 77 | + |
| 78 | +This way the (dangerous) situation is avoided that some Phases are switched ON, and Neutral is switched OFF.<br> |
| 79 | +Note that it is important that you actually DO NOT switch the L1 pin of the CCS plug with the C2 contactor; some cars (e.g. Tesla Model 3) will go into error; |
| 80 | +they expect the charging phase to be on the L1 pin when single-phase charging.<br> |
| 81 | +Note also that in case the phases cannot be detected automatically (especially when no EVmeter is connected), and SmartEVSE _knows_ it is charging at a single |
| 82 | +phase (e.g. because Contact2 is at "Always Off"), it assumes that L1 is the phase we are charging on!<br> |
84 | 83 |
|
85 | 84 | # Multiple SmartEVSE controllers on one mains supply (Power Share) |
86 | 85 | Up to eight SmartEVSE modules can share one mains supply. |
|
0 commit comments