You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
I'm trying to work with the ev-server through the REST API because I need to integrate it with another platform. I managed to successfully call the /remote/start and /stop endpoints and it does what it should. But for fetching the charging status after starting the charging, I need the transaction ID. Also for stopping the charging I need it. So what I did now, is to call {{baseUrl}}/api/charging-stations/:id and get the currentTransactionID from the connectors array response. But this seems kinda clunky to me... is there any way to get the transaction ID back in a response from the remote/start/ request?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to work with the ev-server through the REST API because I need to integrate it with another platform. I managed to successfully call the /remote/start and /stop endpoints and it does what it should. But for fetching the charging status after starting the charging, I need the transaction ID. Also for stopping the charging I need it. So what I did now, is to call {{baseUrl}}/api/charging-stations/:id and get the
currentTransactionID
from the connectors array response. But this seems kinda clunky to me... is there any way to get the transaction ID back in a response from the remote/start/ request?The text was updated successfully, but these errors were encountered: