Teltonika devices frequent offline/online

Fareed Qureshia year ago

Hi,
I am facing frequent offline/online status for my teltonika devices, These devices are dual IP supported therefore they are configured on another third party GPRS system as well where status is never change like this, although I understand status is from device which is correctly shown by traccar but how I can show similar functionality in traccar app, I dont want device go offline after few seconds it should wait for a specfic time period and then change its status.
I have use below configuration but no fruitfull results.

<entry key="status.timeout">86400</entry>
Anton Tananaeva year ago

You can try this parameter:

<entry key="status.ignoreOffline">teltonika</entry>

Note that it will completely disable offline status for Teltonika protocol.

Fareed Qureshia year ago

Thank you I will try this option but also let me know how to increase unkown status of only teltonika devices, I think default is 10min.

Anton Tananaeva year ago

Unknown timeout is global. You can't set it per protocol.