hi, i appreciate if you could help me understand why Traccar doesn't detect some of stops. i will link to my positions table data and stops api result.
i am mostly curious about two things:
- why i have some records with speed zero and motion true. what is the meaning of that
- why Traccar doesn't detect stop between positions ids 791398 and 791414
positions: https://drive.google.com/file/d/1Jv7bLiPq2WmZMwxgaa6d1k9jnBEcKhf6/view?usp=sharing
result: https://drive.google.com/file/d/1YO0cu31RItDzhjkKQyR1SQgxBMqi8f51/view?usp=sharing
this is my configuration:
<entry key='filter.enable'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='decoder.timezone'>0</entry>
<entry key='geocoder.enable'>false</entry>
<entry key='report.fastThreshold'>2678400</entry>
<entry key='event.ignoreDuplicateAlerts'>true</entry>
<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>ignition,adc1</entry>
<entry key='report.trip.minimalParkingDuration'>60</entry>
i can provide more info if required. also device uses tektonika
protocol. thank you
Maybe it's related to fast reports? Have you tried less than 24-hour period?
i already set fastThreshold configuration to 31 days. also report is for 12 hour period
hi, i appreciate if you could help me understand why Traccar doesn't detect some of stops. i will link to my positions table data and stops api result.
i am mostly curious about two things:
positions: https://drive.google.com/file/d/1Jv7bLiPq2WmZMwxgaa6d1k9jnBEcKhf6/view?usp=sharing
result: https://drive.google.com/file/d/1YO0cu31RItDzhjkKQyR1SQgxBMqi8f51/view?usp=sharing
this is my configuration:
<entry key='filter.enable'>true</entry> <entry key='filter.zero'>true</entry> <entry key='filter.duplicate'>true</entry> <entry key='decoder.timezone'>0</entry> <entry key='geocoder.enable'>false</entry> <entry key='report.fastThreshold'>2678400</entry> <entry key='event.ignoreDuplicateAlerts'>true</entry> <entry key='processing.copyAttributes.enable'>true</entry> <entry key='processing.copyAttributes'>ignition,adc1</entry> <entry key='report.trip.minimalParkingDuration'>60</entry>
i can provide more info if required. also device uses
tektonika
protocol. thank you