repeated coordinates

JOANNY GARCIAa year ago

Traccar receives the same point several times (same coordinates), for example when the vehicle is parked, I have placed the duplicate filter but it does not do so, how can I solve this???

Anton Tananaeva year ago

Are you going to provide details or you just want us to guess?

JOANNY GARCIAa year ago

-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h
-17.840529° -63.197344° 0.00 km/h

and you keep getting the same thing and the same thing over and over again

JOANNY GARCIAa year ago

How to avoid receiving the same thing so many times

JOANNY GARCIAa year ago

please help....

Anton Tananaeva year ago

What's your filtering config?

JOANNY GARCIAa year ago
    <entry key='filter.enable'>true</entry>
    <entry key='filter.invalid'>true</entry>    
    <entry key='filter.zero'>true</entry>
    <entry key='filter.duplicate'>true</entry>    
    <entry key='filter.static'>true</entry>
    <entry key='filter.skipLimit'>30</entry>
    <entry key='filter.minPeriod'>20</entry>
    <entry key='filter.approximate'>true</entry>
    <entry key='filter.skipAttributes.enable'>true</entry>    
    <entry key='processing.remoteAddress.enable'>true</entry>
    <entry key='processing.copyAttributes.enable'>true</entry>
    <entry key='filter.future'>600</entry>    
    <entry key='filter.distance'>30</entry>
    <entry key='filter.accuracy'>30</entry>
    <entry key='filter.maxSpeed'>150</entry>
    <entry key='filter.skipAttributes'>alarm,ignition,result,status</entry>
Anton Tananaeva year ago

Most likely the issue is with filter.skipAttributes.

Track-tracea year ago

I would say its filter.skipLimit 30 seconds, try to disable it.

JOANNY GARCIAa year ago

I continue with the problem. I have checked this happens with the GPS that connects through port 5013, H02 protocol. What can I do, please help me

JOANNY GARCIAa year ago

-17.803197° -63.170378° 0.00 km/h
-17.803197° -63.170378° 0.00 km/h
-17.803197° -63.170378° 0.00 km/h
...

Anton Tananaeva year ago

Have you removed those two parameters from the config?

JOANNY GARCIAa year ago
<entry key='filter.enable'>true</entry>
<entry key='filter.invalid'>true</entry>    
<entry key='filter.zero'>true</entry>
<entry key='filter.duplicate'>true</entry>    
<entry key='filter.static'>true</entry>
<entry key='filter.minPeriod'>20</entry>
<entry key='filter.approximate'>true</entry>
<entry key='filter.future'>600</entry>    
<entry key='filter.distance'>30</entry>
<entry key='filter.accuracy'>30</entry>
<entry key='filter.maxSpeed'>150</entry>
JOANNY GARCIAa year ago

I already eliminated the two parameters that they told me, but the problem continues

Track-tracea year ago

Why dont you show the logfile and show the report where your see this continuous location ?