Ignore specific alarm

Anton Tananaev6 years ago

What's the alarm? You might also need to upgrade to 3.16.

Jose B6 years ago

I did upgrade to 3.16 today. Very stable on windows server. Congratulation!

Alarm is showing as value of Alarm on State Panel.

(today I work only with GV50, GT06 and TK303)

JB

Anton Tananaev6 years ago

That's what I'm asking. What's the alarm value?

Jose B6 years ago

movement, shock, door, powerOn, powerOff

Anton Tananaev6 years ago

Are you saying that you see all of those at the same time? Screenshot please.

Jose B6 years ago
Anton Tananaev6 years ago

I don't understand the issue. Obviously my last example removes a single alarm and it's not "movement", as you can see.

Jose B6 years ago

The issue is block alarns that is sending a lot due error on chineses devices:

https://drive.google.com/file/d/1RHjdvu3SPoz0Y7Z3hfhmpxhvncPRoxqE/view?usp=sharing

Anton Tananaev6 years ago

I still don't see anything about movement alarm that you showed on the previous screenshot. Please explain.

Jose B6 years ago

sorry, when I click reflesh (F5), the event screen becomes always clean - lost the old events:

https://drive.google.com/file/d/1qvfahVndcU0C2Hlk4j8dgZHhSFcVEdFw/view?usp=sharing

Jose B6 years ago

Could I open a ticket in GitHub to have an <entry> in traccar.xml to choose which alarms can be considered - ignored, or is it out of the box?

regrads,

JB

Anton Tananaev6 years ago

I don't think we would implement something that can already be achieved via computed attributes.

Jose B6 years ago

Ok, Thank tou.

Att moment did not work. I Will continue trying

Hi Anton, i need help to do this too.

I need than ignore the specific alarm and event ( to not send e-mails and sms).

I am try alarm ? (alarm != 'poweron' ? alarm : null) : null in attributes calculated.

I am put into the traccar.xml this values :

   <entry key='processing.computedAttributes.enable'>true</entry>
   <entry key='processing.copyAttributes'>power,ignition,battery</entry>

But the I still receive the messages of the events.

Thank You!!

Jose B6 years ago

I'm on the same page. After a lot of tests until today I could not make it works.