TK303g - SOS Alarm vs Filter Distance on traccar 3.15

Jose B 8 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 Tananaev 8 years ago

What version are you using?

Jose B 8 years ago

Traccar 3.15

Anton Tananaev 8 years ago

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

Jose B 8 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 Tananaev 8 years ago

No, you need something like this:

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