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

AB#4208 Not detecting C/D shouldn't stop charging session. #201

Merged
merged 7 commits into from
Feb 28, 2023

Conversation

shalinnijel2
Copy link
Contributor

Summary of change:

  • Previously, after PowerDeliveryReq is received, not detecting C2/D2 within 250ms would have terminated the charging session.
  • This has been now replaced with a warning.

@shalinnijel2 shalinnijel2 requested a review from tropxy February 21, 2023 16:48

if not await self.comm_session.evse_controller.is_contactor_closed():
self.stop_state_machine(
"Contactor didnt close",
"Contactor didn't close within the allotted time.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add the requirement to the debug message [V2G2-860]?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure...done.

@shalinnijel2 shalinnijel2 merged commit aca5575 into master Feb 28, 2023
@shalinnijel2 shalinnijel2 deleted the relax_state_check_in_power_delivery branch February 28, 2023 13:05
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

Successfully merging this pull request may close these issues.

2 participants