You can already do it with "offline" event notification.
Thanks for prompt answer.
<entry key='report.trip.greedyParking'>true</entry> <entry key='distance.enable'>true</entry> <entry key='coordinates.filter'>true</entry> <entry key='coordinates.error'>30</entry>To fix above I could suggest implement "home zone" or "parking zones". If car is not leaving this zone, then "trip" is not recorded.
Thanks.
You would have to configure connection timeout. It can be any value that you pick.
It shouldn't cause any issues.
You can adjust trip calculation parameters:
https://github.com/tananaev/traccar/blob/master/src/org/traccar/reports/Trips.java#L93
Thanks it helps.
Please read this page:
I have set-up <entry key='protocol.timeout'>30</entry>
And my GPS updates each 60 seconds.
But unfortunaly systems is not triggering "offline" alert
Thanks
Instead of "protocol", you should be using actual protocol name.
I am the Director of Gosafe and we make Anti jamming feature that will recognise the Jam frequncies and disable the vehicle.
www.gosafesystem.com
Hello, your solution is based on Traccar?, if it is not, you are in the wrong place!
Hi,
First of all I enjoy using this product!
Nowadays cars are stolen with GPS\GSM Jammers.
Sadly but GPS will not be tracked at all... :(
As the result may I propose next feature:
Using "Anti Jammer Live Ping" option:
Check table: SELECT max(devicetime) LastLive FROM gps.positions;
and if "LastLive" is more then 2 minutes, - then Send "Anti Jammer Notification"
PS. This set-up requires constantly (each minute) sending GPS tracker packet to Traccar server, and if message is not recieved in two minutes, - then "Anti Jammer Notification" will be triggered.
Thanks.