Filters

Luke williams 8 years ago

Hi Anton

Could you kindly tell me if i add below to my traccar.xml that i will stop the sat bouce to 3000km plus

Thank you

   <entry key='event.enable'>true</entry>
    <entry key='event.overspeedHandler'>true</entry>
    <entry key='event.overspeed.notRepeat'>true</entry>
    <entry key='event.motionHandler'>true</entry>
    <entry key='event.geofenceHandler'>true</entry>
    <entry key='event.alertHandler'>true</entry>
    <entry key='event.ignitionHandler'>true</entry>
    <entry key='event.statusHandler'>true</entry>
    <entry key='event.maintenanceHandler'>true</entry>
	
	<entry key='filter.enable'>true</entry>
    <entry key='filter.zero'>true</entry>
    <entry key='filter.duplicate'>true</entry>
    <entry key='filter.maxSpeed'>2500</entry>
    <entry key='filter.future'>86400</entry>
	<entry key='filter.distance'>50</entry>
	<entry key="filter.invalid">true</entry>
	
	
	
	<entry key='coordinates.filter'>true</entry>
    <entry key='coordinates.error'>500</entry>

I know i have left other filters here also, Just left them so you can see what i have in total

Anton Tananaev 8 years ago

Your maxSpeed filter might catch it, but depends on the time difference.

André Byström 8 years ago

Hi!

I have the same problem with my devices, for some reason I get straight lines and the device is stucked in the sea when idle or offline but its all random. Anyway, the unit show time: 2080-01-12 and i have no idea how to filter this. Tips?

One more question, is it possible Anton to add more maps than one custom?

Anton Tananaev 8 years ago

There is no way to remove future date that's already in the database. You would need to re-create device. To avoid this problem in future there is a future time filtering. Read documentation.

For any feature requests you should be using github.

André Byström 8 years ago

Thanks