Driver ID Event and Trips

hornyakn 2 years ago

Hi!

I use teltonika devices and RFID for driver identification. Sometimes in Traccar in Trips did not show the Driver, but if I check the events, there is DriverID too.

These are the events:
https://i.imgur.com/qqQdcvy.png
This is the Trip:
https://i.imgur.com/oN0daoG.png

In first row no driverid, but as you see there is data at the events. This was happend many times already.
Whats wrong? Some misconfiguration or bug?

Anton Tananaev 2 years ago

Probably driver id is not included in every location report.

hornyakn 2 years ago

Driver ID's...

With these settings:

    <!-- https://www.traccar.org/trips-stops/ -->
    <entry key='report.trip.minimalTripDuration'>3</entry>
    <entry key='report.trip.minimalTripDistance'>3</entry>
    <entry key='report.trip.minimalParkingDuration'>60</entry>
    <entry key='report.trip.minimalNoDataDuration'>60</entry>
    <entry key='report.trip.useIgnition'>true</entry>

Looks like this: https://www.imgpaste.net/image/K06q2F

With the settings:

    <!-- https://www.traccar.org/trips-stops/ -->
    <entry key='report.trip.minimalTripDuration'>3</entry>
    <entry key='report.trip.minimalTripDistance'>3</entry>
    <entry key='report.trip.minimalParkingDuration'>30</entry>
    <entry key='report.trip.minimalNoDataDuration'>30</entry>
    <entry key='report.trip.useIgnition'>true</entry>

Like this: https://www.imgpaste.net/image/K06zji

I really did not understand how this software works, collect and parse the datas :(