Max Speed and Fix Time on Summary Report

Andreas6 months ago

Hi,

  1. It would be very useful if we can have the Max Speed and the Fix Time (last time that a device is connected) in the summary report, so as to be able to see all these values on a single report. How can we make this possible?

  2. I was able to see the max speed, on a daily basis, but not on a week, month or so. Is it possible to see it for a month?

  3. How is the max speed calculated? Does it really take the max speed out of the readings for a certain period? i.e. day, week or month?

Thanks
Best regards
Andreas

Anton Tananaev6 months ago
  1. Don't we already have that?
  2. If you want to see max speed for reports more than 1 day, you have to change the threshold for fast reports.
  3. Yes.
Andreas6 months ago

Hi,

  1. The fix time (or timestamp) is only in the route report. Can it be also enabled in the summary report?
  2. a. This is to be changed in linux from /opt/traccar/conf/ correct?
    b. By changing the threshold for fast reports to lets say 1 month (that is to 2592000), will it have any delay problems or so?

May I also ask about the fuel spent option in the summary report? This always given a zero value. How is fuel spent calculated and does a computed attributed needs to be created for the fuel spent to be displayed in the summary report?

Thanks!

Anton Tananaev6 months ago

I don't understand what you mean by adding fix time to the summary report. Summary report is based on fix time.

Andreas6 months ago

The point of having the last-timestamp (or fix time) is to know in the summary report if the device has given recent data in the period shown in the summary report, or if the data included in the summary report of a device are not very recent, but previous data as shown by the timestamp of the latest received data of that device.

Anton Tananaev6 months ago

You already have start time and end time in the report.

Andreas6 months ago

Well if we can have Start time and End time, that would be great, but in the report we only have Start Date, Please see sample report below.

https://www.dropbox.com/scl/fi/299ldl0gkfvhj0jew991h/Summary-Report.jpg?rlkey=tyyhqc6kaes3ya603ol9wmb5y&dl=0

Thanks

Anton Tananaev6 months ago

It's not available in the UI, but it is available in the API and you can also add it to the exported report.

Andreas6 months ago

I think I have not make the request clear.
I am not talking about the Period interval, but what if a device in that period interval of let's say 1 month, i.e. from 01/04/24 to 30/04/24, one device received date from 01/04/24 till 27/04/24. This is not visible in the summary report as far as i know.

Anyhow, what about if I change the threshold for fastreports, will it cause any delays? and what about the fuel spent value in the summary report?

Thanks

Andreas6 months ago

Hi,

I try to find the threshold for fast reports in /opt/traccar/conf/ (linux) as per https://www.traccar.org/configuration-file/

Can you please assist as to where to find the required parameter.

report.fastThreshold config
Time threshold for fast reports. Fast reports are more efficient, but less accurate and missing some information. The value is in seconds. One day by default.
Default value: 86400L

Thanks
Best regards
Andreas

Anton Tananaev6 months ago

You already found it.

Andreas6 months ago

Hi,

Indeed it works fine after restarting traccar.

Thanks!