I don't think Traccar has those kinds of alarms in general.
We are using also Teltonika protocol and we get these alarms from event code, but it seems that we don't receive this kind of info for Minifinder2 protocol, only "status" info. What are we missing?
Can you please provide screenshots (English version) with those alarms from Teltonika.
From Traccar we get a JSON like this:
{"position":{"id":7638674,"attributes":{"priority":1,"sat":0,"event":242,"motion":true,"workMode":1,"rssi":3,"io69":2,"io113":46,"io116":0,"io263":1,"io242":1,"io205":35083,"io206":21011,"battery":3.722,"io68":0,"axisX":926,"axisY":1224,"axisZ":-1142,"io386":463 ...
In Traccar web interface we made a calculated attribute with the following simple formula:
event==242 && io242==1? "Uomo a terra":NULL
so we get the "Uomo a terra" alarm.
We wish to do the same with Minifinder2 protocol, but in "forward" or "event.forward" stream we don't get useful information.
Hello, we are using EV-07B devices, we successfully connected it to Traccar and receive SOS alarms using minifinder2 protocol. Now we wish to receive also TILT and NO-MOTION alarms. I checked Minifinder2 Protocol Decoder and it seems that there is something missing in the decodeAlarm. May you add it to the system?