You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CableCheck: allow 0 samples, option to disable wait below 60V at end … (#990)
* CableCheck: allow 0 samples, option to disable wait below 60V at end of cablecheck
Signed-off-by: Cornelius Claussen <cc@pionix.de>
---------
Signed-off-by: Cornelius Claussen <cc@pionix.de>
Co-authored-by: Kai Hermann <kai-uwe.hermann@pionix.de>
Copy file name to clipboardexpand all lines: modules/EvseManager/manifest.yaml
+18
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,24 @@ config:
119
119
Enable self testing of IMD in cable check. This is required for IEC 61851-23 (2023) compliance.
120
120
type: boolean
121
121
default: true
122
+
cable_check_wait_below_60V_before_finish:
123
+
description: >-
124
+
Switch off power supply and wait until output voltage drops below 60V before cable check is finished.
125
+
Note: There are different versions of IEC 61851-23:2023 in the wild with the same version number but slightly different content.
126
+
The IEC was correcting mistakes _after_ releasing the document initially without tagging a new version number.
127
+
Some early versions require to wait for the output voltage to drop below 60V in CC.4.1.2 (last sentence).
128
+
Later versions do not have that requirement. The later versions are correct and should be used according to IEC.
129
+
Both settings (true and false) are compliant with the correct version of IEC 61851-23:2023.
130
+
Set to true when:
131
+
- the power supply has no active discharge, and lowering the voltage with no load takes a very long time. In this case
132
+
this option usually helps to ramp the voltage down quickly by switching it off. It will be switched on again in precharge.
133
+
Also, some EVs switch their internal relay on at a too high voltage when the voltage is ramped down directly from cablecheck voltage to precharge voltage,
134
+
so true is the recommended default.
135
+
Set to false when:
136
+
- the power supply has active discharge and can ramp down quickly without a switch off (by just setting a lower target voltage).
137
+
This may save a few seconds as it avoids unnecessary voltage down and up ramping.
138
+
type: boolean
139
+
default: true
122
140
hack_skoda_enyaq:
123
141
description: >-
124
142
Skoda Enyaq requests DC charging voltages below its battery level or even below 0 initially.
0 commit comments