-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support 15118-20 DC BPT #169
Conversation
cc206ad
to
2884f38
Compare
Modified existing method to specify protocol. Protocol is passed in to help determine the expected return type.
…h for ac/dc/ac_bpt/dc_bpt cl param requests.
96ec3ad
to
18f4a42
Compare
if not await self.comm_session.evse_controller.is_contactor_closed(): | ||
self.stop_state_machine( | ||
"Contactor didnt close for Cable Check", | ||
message, | ||
ResponseCode.FAILED, | ||
) | ||
return | ||
await self.comm_session.evse_controller.start_cable_check() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as I mentioned to you before, we need to invert this. First we start cable check, then we check if the contactors are closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will approve the PR, so I dont block your work, but change that if you can ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes have created a ticket here.
Summary of changes: