Setting up new Alarms, events and teltonika

Daniyala year ago

Please any one can gudie me how to create events alarma and notifications for teltonika fmb 920 devices on traccar

Anton Tananaeva year ago

What events?

Antonio García 18 days ago

power cut
sos buton

please help me how to create this alarm , i have version 6.10 . i create this atribute

in1==1 ? " SOS " : null

work in the test button , but no triger notificacion.

Anton Tananaev18 days ago

That's definitely incorrect. The alarm value for SOS should be sos.

Antonio García 18 days ago

Thanks for the reply, I have made the change.

in1==1 ? "sos" : null

create alarm sos , with the test button I receive notifications

in the event bell icon it records it as undefined

Captura de pantalla 2025-10-14 224100.jpg

Previously I had version 5.8 and it worked, recently I upgrade to version 6.10 and it stopped working.

Anton Tananaev18 days ago

The SOS alarm should work the same way. Test notifications will show as undefined. That's expected.

Antonio García 14 days ago

Thanks for your prompt response . Can you give me a list of the alarms? I was misspelling them. For example:

I was writing powercut, but the correct word is powerCut

Anton Tananaev14 days ago

You can find it in the code. The Position class.

Antonio García 14 days ago