Skip to content
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 web interface and steve server are communicating with each other #1377

Closed
Haleem-khan5 opened this issue Jan 31, 2024 · 3 comments
Closed

Comments

@Haleem-khan5
Copy link

Checklist

I checked other issues already and found no answer
I checked the documentation and found no answer
I am running the latest version and the feature

Describe the problem you are trying to solve

Actually, I want to start remote transactions from my server (which I have implemented for my application to control the charge point). To start a remote transaction, I have to access the Steve Web interface. It will send a request to the Steve server, and the server will then send a request to the requested charger.
But I want to send a request from my server to Steve's server for starting a remote transaction and for other functionalities as well.

Where should I find relevant routes for these tasks?
"${ctxPath}/manager/operations/${opVersion}/RemoteStartTransaction"

Any kind of help will be appreciated.
...

@juherr
Copy link
Contributor

juherr commented Jan 31, 2024

Steve doesn't provide an api for remote start operation.

Check #1291, #1074 and #1000

@Haleem-khan5
Copy link
Author

How can I communicate with the Steve server from my application to remotely control an EV charger?
Is there any way for doing this thing?

@goekay
Copy link
Member

goekay commented Feb 1, 2024

hey @Haleem-khan5 as @juherr pointed out, this is currently not implemented. there is a way of doing this. if you know your way around spring framework and RESTful endpoints you could do this.

@goekay goekay closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants