Hi,
With my Teltonika FMB003 tracker in GNSS Sleep mode and Traccar v6.12.2 on Docker, my trips are always split.
Yesterday I had the following settings:
<entry key='filter.enable'>true</entry>
<entry key='filter.static'>true</entry>
<entry key='filter.invalid'>true</entry>
<entry key='filter.accuracy'>100</entry>
<entry key='filter.maxSpeed'>300</entry>
<entry key='event.ignition.minimalDuration'>10</entry>
<entry key='event.motion.speedThreshold'>1.5</entry>
<entry key='report.trip.distancePrecision'>2</entry>
<entry key='report.trip.fuelPrecision'>2</entry>
<entry key='report.trip.newLogic'>true</entry>
<entry key='report.trip.useIgnition'>true</entry>
<entry key='report.trip.minDistance'>500</entry>
<entry key='report.trip.minDuration'>60</entry>
<entry key='report.trip.minStopDuration'>300</entry>
<entry key='report.trip.stopGap'>300000</entry>
<entry key='report.trip.selectFuel'>last</entry>
<entry key='report.trip.fuelDropThreshold'>1.5</entry>
<entry key='report.trip.minimalTripFuel'>0.05</entry>
<entry key='server.timeout'>300</entry>
<entry key='status.timeout'>300</entry>
<entry key='processing.copyAttributes'>ignition,fuel</entry>
<entry key='processing.computedAttributes.deviceAttributes'>true</entry>
<entry key='processing.engineHours.ignitionTimeout'>180</entry

Trips 1, 2, and 3 from 7:09 PM to 7:21 PM are the same (but split into 3), then I turned off the engine. The same applies to trips 3, 4, and 5 from 8:18 PM to 8:26 PM
I changed 3 settings because I never got the end of my trip (Traccar indicated that the engine was still running even though the car was parked and therefore switched off) and to try to have a complete trip (not split into 2 or 5 parts) :
<entry key='filter.static'>false</entry>
<entry key='filter.invalid'>false</entry>
<entry key='filter.accuracy'>200</entry>
And look at my trips today. It's even worse. Even though I now have the car's actual status (especially when the engine is off).

I'd like Traccar to record trips based solely on the ignition field. I start my car, drive 1 or 10 km, turn off the ignition: trip recorded.
How can I do this? I've been trying things for days, without success, unfortunately...
Thanks for your help.
You have extremely low report.trip.minDuration value. You also have some hallucinated parameters. You should double-check your configuration against the official documentation.
Hi,
With my Teltonika FMB003 tracker in GNSS Sleep mode and Traccar v6.12.2 on Docker, my trips are always split.
Yesterday I had the following settings:
Trips 1, 2, and 3 from 7:09 PM to 7:21 PM are the same (but split into 3), then I turned off the engine. The same applies to trips 3, 4, and 5 from 8:18 PM to 8:26 PM
I changed 3 settings because I never got the end of my trip (Traccar indicated that the engine was still running even though the car was parked and therefore switched off) and to try to have a complete trip (not split into 2 or 5 parts) :
And look at my trips today. It's even worse. Even though I now have the car's actual status (especially when the engine is off).
I'd like Traccar to record trips based solely on the ignition field. I start my car, drive 1 or 10 km, turn off the ignition: trip recorded.
How can I do this? I've been trying things for days, without success, unfortunately...
Thanks for your help.