question

ulrich avatar image
ulrich asked

How can i download a GPS track via VRM V2 API?

Hello,
currently i try to download gps data from VRM Portal via the V2 API. The following command works fine and returns the latest logged position.


But i am looking for a way to also get older positions. Is there a command like for the graph measurements, where you can define the time range?

Many thanks in advance and best regards!
Uli
VRM
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

2 Answers
Teun Lassche avatar image
Teun Lassche answered ·

Hi @ulrich,


You can use:

https://vrmapi.victronenergy.com/v2/installations/<installation>/gps-download?end=<end>&start=<start>

I'll make sure this is added to the API documentation as well.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

ulrich avatar image
ulrich answered ·

Hi @Teun!

sorry for my delayed answer. That works for me. Thank you very much!

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.