-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
Cannot start transaction when tag already holds an active transaction #1364
Comments
Hi Smoerrebroed, could you please clarify in which case the problem occurs?
Providing a log may also help isolate the problem. |
It's both cases. I don't normally use a limit on the number of transactions (-1), but I also tried with 2 and 10, and it didn't make a difference. Neither is the physical tag accepted at the charge point (when another transaction is already in progress) nor can I remote start an additional transaction for a tag that already has a transaction in progress. What would you like to see in the log? I mostly tried with remote start transaction, and that doesn't even let me choose a tag that is already in use. |
PR #1378 addresses the missing ocpp_tag on the RemoteStart website, when max transaction count is not reached. |
Great, will test it out tomorrow. If getActiveIdTags() is only used for remote start of transactions, a similar change would be needed for a local start of a transaction, no? That failed previously as well when there was already a transaction in progress for the same (physical) tag. |
Hi @Smoerrebroed, did you have time to test? Is the issue resolved or only partly? |
Hi @fnkbsi , sorry for the late response (due to some personal issues which caused delays in getting this done). So I did test different cases now
and I'm happy to report that all seem to be working with the latest version, so from my side the issue is solved. Thank you very much for your efforts and support! |
Checklist
Specifications
While a transaction is already in progress for a given tag, I want to start a second transaction on a different charge point. Tag is configured with Max. Active Transaction Count of -1.
SteVe Version : 3.6.0
Operating system : Linux
JDK : 21.0.1
Database : MariaDB 11.2.2
The text was updated successfully, but these errors were encountered: