Driver ID Event and Trips

hornyakna year 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 Tananaeva year ago

Probably driver id is not included in every location report.

hornyakna year ago

Driver ID's...

With these settings:

    
    <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:

    
    <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 :(