Teltonika crash alerts

Dr Panos5 years ago

Hello
How can I configure computed attribute for Teltonika trackers? I know the io data it sends. For crash an io247 event is generated so if io247>0 then we have a crash.

  1. How can I make an event attribute
  2. How to make an alert when the event occurs ?
Anton Tananaev5 years ago

Just create an alarm attribute. The standard alarm key you should be using is "accident".

Dr Panos5 years ago

Can you help me with the syntax? Will it be "accident=io247>0 " ?

Anton Tananaev5 years ago

Probably something like

io247 > 0 ? "accident" : null
Dr Panos5 years ago

Works perfect!! Thanks a lot Anton