-
-
Notifications
You must be signed in to change notification settings - Fork 454
WebApi of remote start, remote stop and connector status #1291
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
Conversation
…and UnlockConnector
…geBoxId, Integer connectorId) and getOcppTagOfTransaction(Integer transaction_pk);
…tor for RemoteStart, RemoteStop and UnlockConnector
…tation o ChargeBoxPk;
…JasonIgnor annotation to ChargeBoxPk;
…ere is already a active transaction, methode postUnlockCon checks no that there is no active transaction, removed the ocpp tag check; Added comments
…TaskRestController class
…eferZero and PreferOthersWithStatusOfZero
|
@agent87 let me know when you find more! |
Great work by the way! |
You mean something like at /transactions/details/{transactionPk}? (Prototype see https://github.com/fnkbsi/steve/tree/ApiTransactionDetails) |
|
Okay I will check it out. |
I tried with task id but unfortunately, I amfacing the same error, probably I might be doing something wrong.
|
You send get method ./tasks/task?id=1 (1 is the task you looking for)? |
Yes I am using the get method and in addition, I recompiled the project |
…p_calling_logic # resolved Conflicts: # src/main/java/de/rwth/idsg/steve/service/ChargePointService12_Client.java # src/main/java/de/rwth/idsg/steve/web/dto/ocpp/ConfigurationKeyReadWriteEnum.java
…nd equal-sign(TaskRestController)
…and unlock for differentiation of internal and external tasks
|
Hi @fnkbsi, is this PR going to be merged? This functionality is something that could help us! |
I just try this but it doesnt work... { |
|
Hi @fnkbsi Thank you for this! Thank you once again. |
|
@fnkbsi after making changes what you told here #1291 (comment) could you please tell me what is endpoint(API) and what param i need to give while calling remotestartapi? |
|
superseed by #1949 |
|
@juherr Thanku. |



Adding a Webapi for RemoteStart, RemoteStop and Connector Status. The RestApi behaves similarly to the website. RemoteStart and RemoteStop respond with the task ID that can be used to check the result of TransactionStart/TransactionStop.