TK 309 GPS Device

Frank3 years ago

Device Supported GT06 protocol and we have set port 5023, the only issue observing that its showing movement packets while its ignition off / parked condition.

pls advice if this issue can be kill by changing in filter option or any?

Anton Tananaev3 years ago

What data does your device actually sends in those moments?

Frank3 years ago

Data with movement / speed between 3 to 10 kmph

Anton Tananaev3 years ago

There might be a way to filter those, but what are you trying to achieve?

Frank3 years ago

The track is showing incorrectly in this case, lot of zigzag track showing on map.

Track-trace23 years ago

You could Filter with filter.distance and or coordinates.filter depending on the jumping that you see..

filter.distance will remove the whole record (for instance any distance less then 30 meters).
coordinates.filter Replaces coordinates with last known if change is less than a 'coordinates.minError' meters or more than a 'coordinates.maxError' meters. Helps to avoid coordinates jumps during parking period or jumps to zero coordinates.

in traccar.xml set these option.

coordinates.filter to true and then set the 'coordinates.minError' 'coordinates.maxError' in meters

https://www.traccar.org/configuration-file/