Random phantom movement jumps appear

Penteado 20 days ago

Good morning everyone, I'm having a problem with several vehicles. The vehicle is parked all morning, but random movement jumps appear. Like the example in the attached image.

Equipment: CRX3 - GT06 Protocol
01.png

meu xml:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
<properties>

<entry key='config.default'>./conf/default.xml</entry>


    <entry key='database.driver'>org.postgresql.Driver</entry> 
    <entry key='database.url'>jdbc:postgresql://localhost:5432/databasetraccar</entry>
    <entry key='database.user'>xxx</entry> 
    <entry key='database.password'>xxxx</entry>
    <entry key='database.positionsHistoryDays'>60</entry>  
    <entry key='database.HistoryDays'>60</entry>

    <entry key='notificator.types'>web,mail,firebase</entry>
    <entry key='notificator.firebase.serviceAccount'>
   {
  "type": "service_account",
  "xxxx"
}
</entry>

<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>locationiq</entry>
<entry key='geocoder.key'>xxx</entry>
<entry key='geocoder.language'>pt</entry>

<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.ignorePositions'>false</entry>

<entry key='geocoder.cacheSize'>1000</entry>

<entry key='geocoder.reuseDistance'>50</entry>
<entry key='filter.enable'>true</entry> 
<entry key='filter.zero'>true</entry>
<entry key='filter.invalid'>true</entry> 
<entry key='event.enable'>true</entry> 
<entry key='event.motion.speedThreshold'>3</entry> 
<entry key='web.persistSession'>true</entry>	
<entry key='processing.copyAttributes.enable'>true</entry> --> 
<entry key='processing.copyAttributes'>battery,batteryLevel,power,ignition,blocked</entry> 
		
<entry key='processing.computedAttributes.lastAttributes'>true</entry> 

</properties>

Traccar: 6.12.2

Any tips for a solution?

Anton Tananaev 20 days ago

Typically you can filter those either with accuracy filter or max speed filter.

Penteado 20 days ago

TKS Anton.

<entry key='filter.accuracy'>200</entry>
<entry key='filter.maxSpeed'>180</entry>

Is this configuration suitable for CRX3 and ET300 devices?

Anton Tananaev 20 days ago

You have to look at the actual data instead of guessing.

Penteado 20 days ago

I understand. Thank you very much.

Penteado 20 days ago

Even adding:

<entry key='filter.accuracy'>200</entry>
<entry key='filter.maxSpeed'>180</entry>

and some test variations, there are still devices that insist on teleporting. In this example, the vehicle traveled normally today (June 15, 2026), and when it was in the garage, a position from June 8, 2026 appears (screenshot). The situation is repeating itself. If anyone can provide further guidance, I would appreciate it.

Point A was the last real communication. Point B was where it teleported to. And today the vehicle did not pass through point B. This Point B is constantly repeated in this phantom teleportation situation.

print.png

Penteado 20 days ago

I checked the database and logs, and that position from June 8th, 2026, is not showing up today, June 15th, 2026. Any help would be greatly appreciated.

Cristian 20 days ago

Try comand sf,off# verify it supported

Penteado 17 days ago

Cristian, thank you for your response and the information shared.

However, from what I understand, this situation is not supported.

Regarding the problem of old positions reappearing unexpectedly, I performed a more drastic test: I completely deleted the records from the positions and events tables in the database. Approximately 20 hours have passed since this intervention, and so far the problem has not recurred.

I will continue to monitor the system's behavior and, if new occurrences arise or I obtain more relevant information, I will return to update this thread. Thank you all for your collaboration.

Penteado 4 days ago

I performed a cleanup on the positions table, and the problem disappeared. Thanks, everyone.