Hi,
i'm using Teltonika RUT956 and the device works well with Traccar for the past few month already. i the mean time, i can also access the device remotely since its a network router and i found that the location its captured way differs with what Traccar was received.
The location i'm getting from the remote device was more accurate since we have surveillance CCTV to compare the locations.
Lat/Long received by Traccar : 2.926914, 101.288353
Lat/Long captured by the device : 2.923477, 101.287452
below are the location send to traccar server;
https://ibb.co/gJKCGqs
below are the location from the Teltonika platform
https://ibb.co/DWFRdjB
is there setting i've incorrectly done or am i missing something and below are the config applied to the Traccar server;
<entry key='geolocation.enable'>true</entry>
<entry key='geolocation.reuse'>true</entry>
<entry key='geolocation.processInvalidPositions'>true</entry>
<entry key='geolocation.processInvalidPositions'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.enable'>true</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>500</entry>
<entry key='coordinates.maxError'>300000</entry>
<entry key='processing.computedAttributes.deviceAttributes'>true</entry>
<entry key='filter.skipAlarms'>true</entry>
<entry key='report.trip.minimalTripDuration'>600</entry>
<entry key='report.trip.minimalTripDistance'>1</entry>
<entry key='report.trip.minimalNoDataDuration'>600</entry>
<entry key='report.trip.minimalParkingDuration'>600</entry>
<entry key='status.updateDeviceState'>true</entry>
<entry key='event.enable'>true</entry>
<entry key='event.motion.speedThreshold'>2.0</entry>
<entry key = "report.trip.greedyParking">true</entry>
The coordinates.filter
is likely messing up with your location.
Hi,
i'm using Teltonika RUT956 and the device works well with Traccar for the past few month already. i the mean time, i can also access the device remotely since its a network router and i found that the location its captured way differs with what Traccar was received.
The location i'm getting from the remote device was more accurate since we have surveillance CCTV to compare the locations.
Lat/Long received by Traccar : 2.926914, 101.288353
Lat/Long captured by the device : 2.923477, 101.287452
below are the location send to traccar server;
https://ibb.co/gJKCGqs
below are the location from the Teltonika platform
https://ibb.co/DWFRdjB
is there setting i've incorrectly done or am i missing something and below are the config applied to the Traccar server;
<entry key='geolocation.enable'>true</entry> <entry key='geolocation.reuse'>true</entry> <entry key='geolocation.processInvalidPositions'>true</entry> <entry key='geolocation.processInvalidPositions'>true</entry> <entry key='filter.zero'>true</entry> <entry key='filter.invalid'>true</entry> <entry key='filter.enable'>true</entry> <entry key='filter.duplicate'>true</entry> <entry key='coordinates.filter'>true</entry> <entry key='coordinates.minError'>500</entry> <entry key='coordinates.maxError'>300000</entry> <entry key='processing.computedAttributes.deviceAttributes'>true</entry> <entry key='filter.skipAlarms'>true</entry> <entry key='report.trip.minimalTripDuration'>600</entry> <entry key='report.trip.minimalTripDistance'>1</entry> <entry key='report.trip.minimalNoDataDuration'>600</entry> <entry key='report.trip.minimalParkingDuration'>600</entry> <entry key='status.updateDeviceState'>true</entry> <entry key='event.enable'>true</entry> <entry key='event.motion.speedThreshold'>2.0</entry> <entry key = "report.trip.greedyParking">true</entry>