Static position with Speed

cristianormoraes3 years ago

I have a problem, I believe it is with my filters, some devices that are in motion when they stop, they send the last position still with speed while moving, so all my devices that are stopped continue with speed for last position.

Am I doing something wrong with the filters?

<entry key='filter.enable'>true</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='filter.static'>true</entry> 
<entry key='filter.skipLimit'>30</entry>
<entry key='filter.minPeriod'>20</entry>
<entry key='filter.maxSpeed'>120</entry>
<entry key='filter.future'>86400</entry>
<entry key='filter.distance'>20</entry>
<entry key='filter.approximate'>true</entry>
<entry key='filter.accuracy'>30</entry>

<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>30</entry>
<entry key='coordinates.maxError'>0</entry>
Juankahera year ago

same issue with GPS-103 devices.....havenĀ“t fount a solution yet?