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

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?
Typically you can filter those either with accuracy filter or max speed filter.
TKS Anton.
<entry key='filter.accuracy'>200</entry>
<entry key='filter.maxSpeed'>180</entry>
Is this configuration suitable for CRX3 and ET300 devices?
You have to look at the actual data instead of guessing.
I understand. Thank you very much.
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

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?