-
Notifications
You must be signed in to change notification settings - Fork 92
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
Plug unlocked before contactor is open after transition from CP state E to C #510
Comments
@corneliusclaussen, could PR #511 affect or even fix this? |
No, the (mispelled) name of PR511 is about mutex locking and not about motor lock. I'll have a look into why the order is wrong here. |
This PR contains a fix. It has not been tested yet, but it compiles ;-) |
I tested an build including #522 and the issue is resolved:
Thanks |
I will mark the PR as ready for review then |
merged into main |
Hi,
we have recently implemented the new connector lock interface on our Tarragon platform (everest-core 2023.12.0). During our tests with AC free charging (Dummy token provider), we noticed an unexpected behavior. In case we are in free charging (CP state C, contactor closed) and then switch to CP state E, the plug lock is unlocked before the contactor is open. So it seems the EvseManager has an issue.
Expected behavior:
For safety reason the plug lock should only be opened after the contactor open.
Observed behavior:
After a CP state change from E to C, the plug lock is opened before the contactor is open.
Log:
Config:
The text was updated successfully, but these errors were encountered: