repeated coordinates

JOANNY GARCIA 2 years 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 Tananaev 2 years ago

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

JOANNY GARCIA 2 years 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 GARCIA 2 years ago

How to avoid receiving the same thing so many times

JOANNY GARCIA 2 years ago

please help....

Anton Tananaev 2 years ago

What's your filtering config?

JOANNY GARCIA 2 years 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 Tananaev 2 years ago

Most likely the issue is with filter.skipAttributes.

Track-trace 2 years ago

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

JOANNY GARCIA 2 years 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 GARCIA 2 years 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 Tananaev 2 years ago

Have you removed those two parameters from the config?

JOANNY GARCIA 2 years 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 GARCIA 2 years ago

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

Track-trace 2 years ago

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