Notification Alarm when device unplugged

Primtek4 years ago

Hi Anton,

Teltonika generates io252 for device unplugged alert and Traccar receives it..
How to make notification for this io252? I did not find such notification or alarm type of this..

We need your advice

Thank you

Andreas Kern4 years ago

Hi Primetek,

i also work with teltonika devices.

I solved it like this:

Create a computed attribute.

Select in the dropdown for attributes: Alarm

Write in the textfield for expression following code:

io252 ? "removing" : null

Save it.

Link the attribute to your device or group.

I hope i could help

Don4 years ago

Hi Andreas, this helpful. Thank you