Hello colleagues, I am presenting a problem with my devices in version 5.0, after a while the coordinates of the devices stop updating, that is, the gps is still connected and moving, but the location is not updated, checking the database I found that it always saves the same coordinates even when the device is miles away.
My current setup is
<entry key='filter.enable'>true</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.distance'>100</entry>
<entry key='filter.maxSpeed'>25000</entry>
<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>25</entry>
<entry key='coordinates.maxError'>30000</entry>
<entry key='filter.future'>86400</entry>
<entry key='filter.skipLimit'>300</entry>
Al parecer tienes un problema con la antena de GPS, ya que el dispositivo cuando no tiene posición válida, siempre repite la última posición válida.
but the device appears online on the platform, it only sends the same coordinates, even when the car is kilometers away from the coordinates that it continues to report
Revisa la antena de GPS, las señal GSM o celular es independiente a la de localización, o revisa en recorrido o en el estado del dispositivo si la posición dice “Válida”
I had same issue.
You must delete from config:
'coordinates.filter',
'coordinates.minError' 'coordinates.maxError'
Then restarting traccar service, it'll run fine.
Hello colleagues, I am presenting a problem with my devices in version 5.0, after a while the coordinates of the devices stop updating, that is, the gps is still connected and moving, but the location is not updated, checking the database I found that it always saves the same coordinates even when the device is miles away.
My current setup is
<entry key='filter.enable'>true</entry> <entry key='filter.invalid'>true</entry> <entry key='filter.zero'>true</entry> <entry key='filter.distance'>100</entry> <entry key='filter.maxSpeed'>25000</entry> <entry key='coordinates.filter'>true</entry> <entry key='coordinates.minError'>25</entry> <entry key='coordinates.maxError'>30000</entry> <entry key='filter.future'>86400</entry> <entry key='filter.skipLimit'>300</entry>