Good day, I am using Traccar 5.5 and I have Teltonika brand devices, model FMB920 and Queclink GV55W, sending multiple ignition notifications. Within a minute it can send 3 to 5 notifications. I would like to know if there is any calculated attribute that can evaluate the ignition at least 40 seconds and then just send the ignition on event
I have the attribute copy configuration activated
<entry key='processing.computedAttributes.deviceAttributes'>true</entry>
<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>power,ignition,battery,input,din1</entry>
You can't solve it with computed attributes. Does it send ignition on and off several times?
yes, on and off events are generated repeatedly, I have made sure that it is not the device that is doing this, since in the teltonika configurator it indicates permanent power on
https://ibb.co/d7R1fd8
Your screenshot shows events. I'm asking about the data from devices, so you have to check the route report.
From what I can see, it went on and off several times. This is the data coming from your device. How can you explain it?
Good day, I am using Traccar 5.5 and I have Teltonika brand devices, model FMB920 and Queclink GV55W, sending multiple ignition notifications. Within a minute it can send 3 to 5 notifications. I would like to know if there is any calculated attribute that can evaluate the ignition at least 40 seconds and then just send the ignition on event
I have the attribute copy configuration activated
<entry key='processing.computedAttributes.deviceAttributes'>true</entry> <entry key='processing.copyAttributes.enable'>true</entry> <entry key='processing.copyAttributes'>power,ignition,battery,input,din1</entry>