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
Copy file name to clipboardExpand all lines: modules/EvseManager/doc.rst
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,5 +219,74 @@ If the single phase and three phase intervals do not overlap, there is no hyster
219
219
Note that many cars support 32A on 1ph even if they are limited to 16A on 3ph. Some however are limited to 16A
220
220
in 1ph mode and will hence charge slower then expected in 1ph mode.
221
221
222
+
Error Handling
223
+
==============
224
+
225
+
The control flow of this module can be influenced by the error implementation of its requirements. This section documents
226
+
the side effects that can be caused by errors raised by a requirement.
227
+
228
+
This module subscribes to all errors of the following requirements:
229
+
* evse_board_support
230
+
* connector_lock
231
+
* ac_rcd
232
+
* isolation_monitor
233
+
234
+
A raised error can cause the EvseManager to become Inoperative. This means that charging is not possible until the error is cleared.
235
+
If no charging session is currently running, it will prevent sessions from being started. If a charging session is currently running and an error is raised
236
+
this will interrupt the charging session.
237
+
238
+
The following sections provide an overview of errors that cause the EvseManager to become Inoperative until the error is cleared.
0 commit comments