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
Charging sessions can fail for multiple reasons before energy is transferred. Some of the reasons are:
Failed authorization
Failed TLS handshake
Protocol failure (e.g. ISO15118)
EVerest Domain
Authorization, Charge Control, ISO15118
Affected EVerest Module
EvseManager
Describe your solution
The charging station has some options to change its configuration and behavior in order to resolve some of these issues when a replug is performed.
This could be to:
Disable TLS
Disable Plug&Charge and only offer EIM
This feature should add support for session failure handling of the charging station in case of one or multiple failed charging sessions in a row. This behavior shall be configurable.
The following configuration parameters shall be added to the EvseManager module:
session_failure_handling_timeout : Enables session failure handling. If 0, no session failure handling is applied
session_failure_threshold_s : Defines the threshold in seconds for how long the session failure handling is applied before the charging station falls back to its standard configuration
A failed charging session shall be detected by the EvseManager. A failed charging session can be identified by the EvseManager if a SessionStarted event is initiated but no energy was transferred before a SessionFinished event.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
Charging sessions can fail for multiple reasons before energy is transferred. Some of the reasons are:
EVerest Domain
Authorization, Charge Control, ISO15118
Affected EVerest Module
EvseManager
Describe your solution
The charging station has some options to change its configuration and behavior in order to resolve some of these issues when a replug is performed.
This could be to:
This feature should add support for session failure handling of the charging station in case of one or multiple failed charging sessions in a row. This behavior shall be configurable.
The following configuration parameters shall be added to the EvseManager module:
session_failure_handling_timeout
: Enables session failure handling. If 0, no session failure handling is appliedsession_failure_threshold_s
: Defines the threshold in seconds for how long the session failure handling is applied before the charging station falls back to its standard configurationA failed charging session shall be detected by the EvseManager. A failed charging session can be identified by the EvseManager if a SessionStarted event is initiated but no energy was transferred before a SessionFinished event.
Additional context
No response
The text was updated successfully, but these errors were encountered: