traccar.xml file

jay 21 hours ago

anybody as a solid xml file and a working one to share.
mine is:

<entry key='geocoder.enable'>true</entry>
    <entry key='geocoder.type'>nominatim</entry>
    <entry key='geocoder.url'>http://localhost:3000/reverse</entry>
    <entry key='geocoder.key'>myapi key</entry>


    <entry key='geocoder.format'>%r %h, %u, %t - %s - %c</entry>
    <entry key='geocoder.ignorePositions'>false</entry>
    <entry key='geocoder.reuseDistance'>10</entry>
    <entry key='geocoder.processInvalidPositions'>true</entry>
    <entry key='geocoder.onRequest'>false</entry>

    <entry key='event.statusHandler'>true</entry>
    <entry key='status.updateDeviceState'>true</entry>
    <entry key='event.enable'>true</entry>
    <entry key='event.motion.speedThreshold'>3</entry>
    <entry key='event.geofenceHandler'>true</entry>
    <entry key='event.overspeed.notRepeat'>true</entry>

    <entry key='report.trip.minimalTripDuration'>300</entry>
    <entry key='report.trip.minimalTripDistance'>300</entry>
    <entry key='report.trip.minimalParkingDuration'>300</entry>
    <entry key='report.trip.minimalNoDataDuration'>600</entry>
    <entry key='report.trip.greedyParking'>true</entry>
    <entry key='report.trip.useIgnition'>false</entry>
    <entry key='report.trip.newLogic'>false</entry>

    <entry key='report.fastThreshold'>2592000</entry>
    <entry key='filter.enable'>true</entry>

    <entry key='filter.minSpeed'>8</entry>
    <entry key='filter.skipAttributes'></entry>

    <entry key='processing.engineHours.enable'>true</entry>
    <entry key='event.ignition.handler'>true</entry>

    <entry key='processing.computedAttributes.deviceAttributes'>true</entry>
    <entry key='geocoder.cacheSize'>1000</entry>

    <entry key='filter.distance'>50</entry>
    <entry key='filter.zero'>true</entry>
Anton Tananaev 21 hours ago

What do you mean by working config? Configuration depends on your specific requirements and setup. What is not working with default one? You have to be more specific what problems this solves.