Trip not showing in reports

bsaggarwal6 years ago

Hi Anton
all my trips are not showing in the TRIP reports in traccar 4.1.
Refer to attached Trip and STOP reports. I had a TRIP from 23:28:20 local time until 23:45:50 with motion set as False and speed as Zero.. however same is not reflecting in the TRIP report.. Can you suggest what going on here?
see below link for the Database file and also scrrenshot of the reports.
https://www.dropbox.com/sh/d7e28qkee8ymtgy/AAALQYAOma_K3RBmq52MyqUPa?dl=0

Below are config parameter for your ref.

<entry key='server.timeout'>120</entry>
<entry key='filter.enable'>true</entry>
<entry key='filter.distance'>20</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='filter.maxSpeed'>200</entry>
<entry key='filter.skipLimit'>3600</entry>
<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>10</entry>
<entry key='coordinates.maxError'>1000</entry>
<entry key='event.motion.speedThreshold'>5.0</entry>
<entry key='report.trip.minimalParkingDuration'>300</entry>
<entry key='report.trip.minimalTripDistance'>50</entry>
<entry key='report.trip.useIgnition'>true</entry>
<entry key='report.trip.minimalTripDuration'>120</entry>
Anton Tananaev6 years ago
bsaggarwal6 years ago

i have read through the documentation well..however this does not address my concern. can you help?

Scott Newberry6 years ago

Are you using a tracker that sends an ignition state?
You've specified in the configuration to define a trips start and end using the ignition state in your second to last line; <entry key='report.trip.useIgnition'>true</entry>
Try commenting out/removing this line, or setting the value to false.