-
Notifications
You must be signed in to change notification settings - Fork 149
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
How to pass the OCTT tast case 2.4.3. EV Side Disconnected #326
Comments
You can use the OccupiedInput to manually keep the connector in Finishing state: Line 304 in 1bf4942
More precisely, this callback puts the connector into an Occupied state, i.e. if the connector is Available, it becomes Preparing and if it's about to end charging (i.e. states Charging/SuspendedEV/-EVSE) it becomes Finishing (or remains Finishing if the state was already Finishing). I think setting a timer which keeps the connector occupied for one second after unplugging should do the trick. I'm surprised that this is mandatory. Will make this the default behavior in a future release. |
Hi. This is log from octt
|
I'm not sure I understand the scenario (don't have the OCTT descriptions at hand). The reason to reject a RemoteStopTransaction is that the transactionId doesn't match any running transaction on the charger. Do you have an idea what's happened with the transaction 1718953096 at that point? My first guess is that the charger state is not fully reset before the test case and the transaction is from a previous test case with a different txId. Furthermore, the prompt instructs you to unplug the cable which normally leads to an immediate transaction end. My second guess is that the transaction is already terminated, but the test tool doesn't print all incoming messages as they arrive but only as they are processed. Depending on the test scenario, maybe StopTransactionOnEVSideDisconnect should have been set false which didn't succeed for some reason. |
Oh, I was a different test case. The tese case talk about in this issue is 2.3.3 (I think 2.4.3 is a typo) and mine is 2.3.5. |
Hi matth-x,
In OCTT tast case 2.4.3. EV Side Disconnected, the charger doese not have a fixed cable,
[EV driver unplugs cable on EV side.]
21. The Charge Point sends a StopTransaction.req
23, The Charge Point sends a StatusNotification.req, status is finishing
[EV driver unplugs the cable from the Charge Point.]
25. The Charge Point sends a StatusNotification.req, status is Available
The text was updated successfully, but these errors were encountered: