What data does your device actually sends in those moments?
Data with movement / speed between 3 to 10 kmph
There might be a way to filter those, but what are you trying to achieve?
The track is showing incorrectly in this case, lot of zigzag track showing on map.
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
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?