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
Currently the module does not terminate the HLC communication when the CP state changes from CP state C/D (charging) to B/E/F. The implementation currently relies on the EV to close the HLC communication. This unexpected CP change can be caused by a faulty EV implementation, a defect in the CP cabling or even stray incoming electromagnetic interference.
EVerest Domain
ISO15118
Affected EVerest Module
EvseManager, EvseV2G
To Reproduce
SIL:
start SIL (e.g. run-sil.sh)
reach charging state in a HLC session (CP state C/D)
simulate CP state by sending MQTT topic 'mosquitto_pub -t everest/connector_1_powerpath/evse_board_support/var -m '{"data":{"event":"B"},"name":"event"}'' (Note: check the name of the bsp module)
HIL:
start AC/DC HLC charging session (CP state C/D)
configure CP state B/E/F while charging (Note: EV implementation shall not stop HLC communication on unxpected CP)
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the module does not terminate the HLC communication when the CP state changes from CP state C/D (charging) to B/E/F. The implementation currently relies on the EV to close the HLC communication. This unexpected CP change can be caused by a faulty EV implementation, a defect in the CP cabling or even stray incoming electromagnetic interference.
EVerest Domain
ISO15118
Affected EVerest Module
EvseManager, EvseV2G
To Reproduce
SIL:
HIL:
Anything else?
No response
The text was updated successfully, but these errors were encountered: