# Short trips in history and long parking states

## Question

Why does trip history show very short trips along with long parking durations?

![](/files/6fc65e717d8d1dc92ba591aaf6c5f58a2918c668)

## Answer

Most likely, the device has **Consider ignition state** enabled in the **Parking detection** block.

Your tracker might be sending inconsistent and intermittent ignition state data. Once the platform detects ignition OFF state, the trip state is changed to **Parked**, bypassing the **Min idle detection** logic:

* The trip starts if the speed is greater than or equal to min\_speed and the ignition is on.
* The trip ends if the speed drops below min\_speed and either the elapsed time exceeds min\_parking or the ignition is off.

Since it is enough for the device to send OFF ignition state for a trip end, many trips in the trip history are short and last no longer than a couple of seconds. The duration of such trips is determined by the duration of the ignition ON state.

To make sure that the ignition is the root cause, you can prepare a raw data spreadsheet with the discrete\_inputs columns selected:

![](/files/93d42cd9603fb2a9604bab89ee53a61c22ebcb7f)

To resolve the situation, you can either fix ignition detection from the device side so it detects ignition consistently without unexpected drops, or switch off the **Consider ignition state** option in the **Parking detection** block. The old track durations will not change after the fix.

## Links

* [Parking detection](/docs/user/guide/devices-and-settings/location-and-movement/parking-detection-block.md)
* [Raw data](/docs/user/guide/devices-and-settings/object-management/raw-data-block.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://navixy.com/docs/qna/using-navixy/short-trips-in-history-and-long-parking-states.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
