How to display GPS timestamp in traccar report

Andreas16 days ago

I am using a Teltonika GPS device, and from the logs I can see that the GPS device passes on to traccar the timestamp of the data received. Please see link below
https://www.dropbox.com/scl/fi/00ufk9cz6e9atlay17bl1/timestamp.jpg?rlkey=igpebtvevu7nemnhmwvini6qr&dl=0

The questions are:

  1. How can i set a computed attribute to see the timestamp?
  2. Is it possible to include the timestamp in the summary report? If yes, how can I achieve this?

Thanks

Anton Tananaev15 days ago
  1. You can use fixTime or deviceTime.
  2. This question doesn't make sense to me. Summary is a summary. It shouldn't include any timestamps.
Andreas15 days ago

Point (1) works perfectly OK. Thanks a lot!
Concerning point (2) is it possible to include deviceTime (and any other Computer Attribute) in any other Report, and if yes, how can this be set?

Thanks

Anton Tananaev15 days ago

You can find it in the route report.

Andreas15 days ago

Cool!
Thanks a lot.

If I may ask one last question, how is the max. speed in the summary report calculated? From which parameters? as I can get an average speed reading, but for max. speed the reading is always 0 Km/h.

Thanks.

Anton Tananaev15 days ago

Read about fast reports.

Andreas15 days ago

Thanks for the info provided!