Hello, everyone!
I have a small problem with showing the speed of cars that are standing and not moving. It always shows the speed from 4 to 12. But in reality, the car has been parked for 6 days. Maybe someone knows how to solve this problem?
Thank you for any help!
In the car information window, it always shows that the car is started and in motion.
My configuration file:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
<properties>
<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://localhost/traccar?serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''</entry>
<entry key='database.user'></entry>
<entry key='database.password'></entry>
<entry key='notificator.types'>telegram,web,traccar,mail</entry>
<entry key='notificator.traccar.key'></entry>
<entry key='notificator.telegram.key'></entry>
<entry key='notificator.telegram.sendLocation'>true</entry>
<entry key='mail.smtp.host'></entry>
<entry key='mail.smtp.port'></entry>
<entry key='mail.smtp.ssl.enable'>true</entry>
<entry key='mail.smtp.from'></entry>
<entry key='mail.smtp.auth'>true</entry>
<entry key='mail.smtp.username'></entry>
<entry key='mail.smtp.password'></entry>
<entry key='filter.enable'>true</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='filter.static'>true</entry>
<entry key='event.enable'>true</entry>
<entry key='event.overspeed.notRepeat'>true</entry>
<entry key='event.overspeed.minimalDuration'>5</entry>
<entry key='report.ignoreOdometer'>true</entry>
<entry key='report.fastThreshold'>8000000</entry>
<entry key='event.motion.speedThreshold'>10</entry>
<entry key='report.trip.minimalTripDistance'>500</entry>
<entry key='report.trip.minimalTripDuration'>300</entry>
<entry key='report.trip.minimalParkingDuration'>300</entry>
<entry key='report.trip.minimalNoDataDuration'>3600</entry>
</properties>
You have to figure out the source of the problem first. Does your device report GPS location with that speed? Or is it just last known fix?
When the car is parked in the logs, I see INFO: Event id: 350612071202152, time: 2024-10-19 05:55:08, type: deviceOffline, notifications: 0
Add full log to Google Drive
Hello All.
In gps device I find only this setting.
But not found how to disable speed option in gps device. (Teltonika FMB920).
Maybe someone else has some ideas?
Hello @andrii.work, It seems like your device is not updating the status when it's not moving. Try change I/O settings, change "movement" to "on change" and "high priority" so every time it change the device will send a package to Traccar updating informations.
Hello, everyone!
I have a small problem with showing the speed of cars that are standing and not moving. It always shows the speed from 4 to 12. But in reality, the car has been parked for 6 days. Maybe someone knows how to solve this problem?
Thank you for any help!
In the car information window, it always shows that the car is started and in motion.
My configuration file:
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'> <properties> <!-- Documentation: https://www.traccar.org/configuration-file/ --> <entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry> <entry key='database.url'>jdbc:mysql://localhost/traccar?serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''</entry> <entry key='database.user'></entry> <entry key='database.password'></entry> <entry key='notificator.types'>telegram,web,traccar,mail</entry> <entry key='notificator.traccar.key'></entry> <entry key='notificator.telegram.key'></entry> <entry key='notificator.telegram.sendLocation'>true</entry> <entry key='mail.smtp.host'></entry> <entry key='mail.smtp.port'></entry> <entry key='mail.smtp.ssl.enable'>true</entry> <entry key='mail.smtp.from'></entry> <entry key='mail.smtp.auth'>true</entry> <entry key='mail.smtp.username'></entry> <entry key='mail.smtp.password'></entry> <entry key='filter.enable'>true</entry> <entry key='filter.invalid'>true</entry> <entry key='filter.zero'>true</entry> <entry key='filter.duplicate'>true</entry> <entry key='filter.static'>true</entry> <entry key='event.enable'>true</entry> <entry key='event.overspeed.notRepeat'>true</entry> <entry key='event.overspeed.minimalDuration'>5</entry> <entry key='report.ignoreOdometer'>true</entry> <entry key='report.fastThreshold'>8000000</entry> <entry key='event.motion.speedThreshold'>10</entry> <entry key='report.trip.minimalTripDistance'>500</entry> <entry key='report.trip.minimalTripDuration'>300</entry> <entry key='report.trip.minimalParkingDuration'>300</entry> <entry key='report.trip.minimalNoDataDuration'>3600</entry> </properties>