When ignition is off device doesn't send GPS location, so Traccar uses last known fix time.
Ok, I understand, in this case why in my traccar log I can see the device es connecting but same lat and lon?
How I can stop saving same positions.
You can enable duplicate filtering.
Thank so much
Hello everyone,
Regarding the filter that removes duplicate records, I am using the recover.py script and with the filters activated and the records are repeated
Assuming that filters are configured correctly, it means data is coming in the wrong order.
Hi Anton
The filters I use are these:
<entry key = 'filter.enable'> true </ entry>
<entry key = 'filter.skipLimit'> 15 </ entry>
<! - <entry key = 'filter.limit'> 3600 </ entry> ->
<entry key = 'filter.invalid'> true </ entry>
<entry key = 'filter.zero'> true </ entry>
<entry key = 'filter.duplicate'> true </ entry>
<entry key = 'filter.distance'> 50 </ entry>
And I execute the same log that leaves the tracker-server.log 3 times and leaves 3 equal records
First of all, your XML is wrong. There are some extra spaces that should not be there.
Secondly, I think you don't understand how it works. Duplication filtering only checks last known location. It does not check full database.
Hello, I use gt06 protocol, when gps device ignition off, I receive different times
devicetime = 2017-09-06 22:44:55:000
fixtime = 2017-09-06 20:35:36:000
The correct is devicetime.
Any ideas?
thx