> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/odometer-block.md).

# Odometer block

The **Odometer** block allows you to monitor a vehicle’s mileage in real-time. The mileage readings can be derived from data received via a GPS device or the CAN bus. Additionally, the odometer function integrates with the [Fleet maintenance](/docs/user/guide/fleet-management/maintenance.md) feature, enabling you to schedule service works for a vehicle and receive timely reminders.

![](/files/dvEQ1brRMrUcCpYWPLtH)

## Odometer activation

To activate the odometer:

1. Open the **Devices and settings** module, select the desired object, and navigate to the **Odometer** block.
2. Click the **Add odometer** button.
3. Choose the appropriate data source. Additional sources may become available after creating a mileage measurement sensor.
4. Set the initial mileage value.
5. Press **Save**.

## Correcting odometer

* **Correction factor:** You can set a correction factor to automatically adjust the odometer readings either up or down. Enter a percentage value in the **Correction** field. A positive value will increase the odometer readings, while a negative value will decrease them based on the input sensor.
* **Updating value:** You can also update the odometer value whenever necessary. Previous odometer values can be viewed by generating the **Report on all events** in the **Reports** module.
* **Quick access in the Object widget:** For quick access, the **Odometer** value can be accessed and configured in the dedicated section of the [Object widget](/docs/user/guide/tracking/objects-list/object-widget.md).

## Changing odometer sources

The types of odometer sources you can use depend on your specific device model. Understanding and utilizing multiple sources can enhance the accuracy of your vehicle's mileage tracking.

To add additional odometer sources:

1. **Create a new measurement sensor:** Depending on your device's capabilities, you can create sensors such as CAN Mileage or hardware mileage. These sensors collect data directly from your vehicle's systems, ensuring precise mileage readings.
2. **Integration with the Odometer block:** After creating the sensor, it will appear as an option in the **Odometer** block within the Navixy platform. This allows you to choose the most appropriate source for your mileage data.

By leveraging different odometer sources, you can improve the reliability of your mileage tracking, which is especially useful for maintenance scheduling and accurate reporting. Understanding the different types of sources and how to integrate them into your system is key to optimizing your telematics setup.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/guide/devices-and-settings/location-and-movement/odometer-block.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
