TK303g - SOS Alarm vs Filter Distance on traccar 3.15

Jose B7 years ago

Hi all,

I am facing a new issue related to SOS Alarm and filter distance.
When the filter distance is setup, the SOS Alarm is not sent, still if use skipAlarm:

    <entry key='filter.skipAlarms'>true</entry>
    <entry key='filter.distance'>100</entry> 

The distance filter is very important for use.

Any clue to solve it?

Regards

JB

Anton Tananaev7 years ago

What version are you using?

Jose B7 years ago

Traccar 3.15

Anton Tananaev7 years ago

Version 3.15 doesn't have filter.skipAlarms parameter. You can use filter.skipAttributes option.

Jose B7 years ago

Thank u for feedback.

Is the syntax below right to use to avoid block Alarms?

<entry key='filter.skipAttributes'>result,Alarms</entry>

Regards

JB

Anton Tananaev7 years ago

No, you need something like this:

<entry key='filter.skipAttributes.enable'>true</entry>
<entry key='filter.skipAttributes'>result,alarm</entry>