Not generation trips

Adam6 years ago

I added a few filters and stopped trips.
What's wrong is that it does not generate trips?
Finished riding at night. Today a new one has started.

    <entry key='event.enable'>true</entry>
    <entry key='event.overspeedHandler'>true</entry>
    <entry key='event.overspeed.notRepeat'>true</entry>
    <entry key='event.motionHandler'>true</entry>
    <entry key='event.geofenceHandler'>true</entry>
    <entry key='event.alertHandler'>true</entry>
    <entry key='event.ignitionHandler'>true</entry>
    <entry key='event.statusHandler'>true</entry>
    <entry key='event.maintenanceHandler'>true</entry>

    <entry key='filter.enable'>true</entry>
    <entry key='filter.zero'>true</entry>
    <entry key='filter.duplicate'>true</entry>
    <entry key='filter.maxSpeed'>2500</entry>
    <entry key='filter.future'>86400</entry>
    <entry key='filter.distance'>50</entry>
    <entry key="filter.invalid">true</entry>

    <entry key='coordinates.filter'>true</entry>
    <entry key='coordinates.error'>500</entry>

https://ibb.co/dnG5VS

Anton Tananaev6 years ago

You can read about trip calculation logic here:

https://www.traccar.org/documentation/trips-stops/

It explains exactly how it works, so you can investigate it yourself and understand why it might not work for you.

Adam6 years ago

As I gave this week, it generated correctly.

As I chose yesterday, there are no trips.

Why so ?

Adam6 years ago