SmartEVSE / SmartEVSE-3

Smart Electric Vehicle Charging Station (EVSE)
MIT License
128 stars 87 forks source link

Protective earth conductivity check #30

Closed DariusPL closed 5 months ago

DariusPL commented 2 years ago

The SmartEVSE v3 does not continue charging once the PE wire is disconnected from the SmartEVSE terminal (CP-PP open loop) but still can operate and continues charging with no PE wire coming from the earthing grid. Continuous protective earth conductor presence check - no output when the protective earth conductor opened Is this a feature being considered to implement in the future rev?

mstegen commented 2 years ago

You then need some kind of reference to measure against. Not sure how to implement that yet. Some EV's will not start charging if there is a voltage >50Vac between N and PE. It would be a good idea to test for this as well.

DariusPL commented 2 years ago

One EV injects two 20 mA pulses between PE and N in both polarities to measure earth resistance. If the resulting voltage exceeds 4 V the charge point is rejected. This happens after plugging in but before charging starts..

The trace is measured using a resistor in the PE wire image

Elektrofix-OL commented 1 year ago

Info: In Germany, a continuity measurement of the protective conductor with at least 200 mA must be carried out, otherwise the measurement is considered not to have been carried out. The 50V is the maximum permissible touch voltage that may occur.

mstegen commented 1 year ago

Problem with 200mA is that it will most likely trigger a Residual-current device.

Detecting if the PE is connected to ground can be done with a resistor between PE and L1. If PE is grounded then there will be current flowing through the resistor, which can trigger a optocoupler. Something like this:

IMG_20230716_140148__01

@DariusPL do you have any idea how the car injects these pulses between PE and N?

Elektrofix-OL commented 1 year ago

A residual current circuit breaker of 30mA may trigger from 15mA and must have triggered up to 30mA. A measurement with a current of 200mA is therefore not possible and currents of <15mA are also critical if leakage currents from other circuits are already present.

But does that have to be the case at all? The charging station must be checked during installation anyway. An impedance test between L-PE is mandatory. The PE should not change if the house installation is intact

The ZOE measures the voltage between N+PE. If the connection is bad, the voltage between N+PE will increase during charging, but this only works for vehicles with asynchronous chargers. This measurement would not work for a Smart with a 22kWh charger, since it has a synchronous charger.

A voltage measurement between N+PE with a high-impedance measuring device could work. However, the current should not reach 15mA.

What voltage can then occur between N+PE is questionable and would have to be tested depending on the network type (TT or TN). For me with a TN-C-S network form, there is a 0.11V difference between N+PE with a load of 370W (car fully charged)

mstegen commented 5 months ago

Thanks for your explanation, closing this now.