Store GPS data as downloadable file

Hi!

It would be desirable if from the teltonika webgui you could download xml files with GPS data that are saved once every 10 seconds. one file per day, and they are saved 10 days back.

Structure over XML

Best regards,
Tobias

Greetings, @tobias.axbard ,

Thank you for your question,

Currently, the Teltonika WebUI does not provide a built-in feature to save daily GPS logs as XML/CSV files for download. The firmware is designed to forward GPS data rather than maintain local history archives.

However, there are several ways to achieve your goal:

  1. Data to Server:
  • Navigate to Services → Data to Server in the WebUI.
  • Select GPS as the data source and configure a server endpoint (HTTP/MQTT).
  • The device will automatically send GPS data to your server, where you can store it, generate daily files, and maintain a 10-day history.

2. NMEA Forwarding:

  • Navigate to Services → GPS → NMEA to forward raw GPS sentences to a server for real-time logging.

3. Custom scripts on the device (advanced option):

  • Using Teltonika’s Linux-based RutOS, you can write scripts to read GPS data from the system (via gpsd or log files) and generate XML/CSV files stored locally.
  • Scripts can then rotate logs and keep a limited history.
  • Access to the device via SSH or SFTP is required, and this method is more technical but allows fully local file storage and download without a remote server.

These methods gives you flexibility depending on whether you prefer server-based collection or on-device logging.

Note: Custom script writing is outside of technical support scope.

I hope this helps!

Best regards,
V.

I will have a look at this and see if I can use this.

Thank you!