Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVSEManager: Module does not stop HLC in case of an unexpected CP state while charging #668

Closed
FaHaGit opened this issue May 6, 2024 · 1 comment

Comments

@FaHaGit
Copy link
Contributor

FaHaGit commented May 6, 2024

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:

  1. start SIL (e.g. run-sil.sh)
  2. reach charging state in a HLC session (CP state C/D)
  3. 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:

  1. start AC/DC HLC charging session (CP state C/D)
  2. configure CP state B/E/F while charging (Note: EV implementation shall not stop HLC communication on unxpected CP)

Anything else?

No response

@FaHaGit
Copy link
Contributor Author

FaHaGit commented May 7, 2024

Bug fix is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant