Teltonika devices frequent offline/online

Fareed Qureshi2 years 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 Tananaev2 years ago

You can try this parameter:

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

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

Fareed Qureshi2 years 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 Tananaev2 years ago

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

Ali Raza3 months ago

Hi,
Anton can we use your above mentioned parameter with other protocols, specifically talking about GT06?
if yes then what will be correct syntax for xml entry in config file?
.
Single entry with both protocols in values like this

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

or we have to make seprate entries for each protocol like this:

<entry key="status.ignoreOffline">teltonika</entry>
<entry key="status.ignoreOffline">gt06</entry>
Anton Tananaev3 months ago

First syntax is correct.