> 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/reports/specific-report-details/measuring-sensors-report.md).

# Measuring sensors report

The **Measuring sensors report** is designed to provide detailed data from configured measurement sensors or virtual sensors with a source value calculation method over a selected period.

This report allows users to view both graphical and statistical information from their devices' sensors, aiding in effective monitoring and decision-making.

<figure><img src="/files/ocTbNHSlOZftVSDEJ4Am" alt="Measuring sensors report"><figcaption><p>Measuring sensors report</p></figcaption></figure>

## Prerequisites for generating mMeasuring sensors report

To successfully generate the **Measuring sensors report**, the following conditions must be met:

* **Device compatibility:** Ensure that the device supports the required sensor reading on the Navixy platform. You can verify this by checking the list of supported inputs for the specific model.
* **Active data transmission:** The device and its sensors must be configured correctly and actively transmitting data.
* **Virtual sensors:** [Virtual sensors](/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors.md) should have a source value calculation method and provide numeric values to the platform. If a virtual sensor returns invalid (non-numeric) data, the report displays "Unable to calculate sensor report" instead of graphs and tables. Ensure the virtual sensor is correctly configured to provide numeric values.
* **Sensor configuration:** The measurement sensors must be properly configured on the platform.

## Measuring sensors report parameters

The report uses several parameters to tailor the output to your needs:

* **Hide empty tabs:** Omits tabs for devices that have no data for certain tabs.
* **Details time range:** Displays the received readings in increments of 5, 30 minutes, 1, 3, or 6 hours in the data detail table.
* **X-axis on the graph:** Choose whether to display the information by time or mileage.
* **Smooth data:** Apply smoothing to average sensor readings on the graph, providing a cleaner view of trends.

{% hint style="warning" %}
Smoothing may reduce accuracy when analyzing sudden changes such as fuel refills or drains.
{% endhint %}

* **Show address:** Displays the address received by the platform along with the data from the sensor. The address shown corresponds to the first reading in the detail segment.
* **Use smart filter:** Excludes short or invalid trips from the report. A regular trip is excluded if it has fewer than 3 data points, covers less than 100 meters, or stays within a 200-meter diameter. Additionally, individual track points with suspicious mileage patterns (e.g. implausibly high or low speeds) are removed.

For each device, select the sensor for which to generate the report. Only devices with configured [measurement](/docs/user/guide/devices-and-settings/vehicle-sensors/measurement-sensors.md) or [virtual](/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors.md) sensors are available. If you select a virtual sensor of the wrong type, the report displays the message: "The sensor is not a measuring sensor."

## How to read Measuring sensors report

### Sensor readings graph

The graph in the report displays measurement or virtual sensor readings in graphical form, helping you visualize data trends over time or distance.

When you hover over a point on the graph, you can view the exact time it was recorded and the sensor value. If the X-axis is set to mileage, you'll also see the distance at which the reading was taken.

### Statistics data

A statistical data table that provides daily summaries of the sensor readings. The **Total** row at the bottom of the table summarizes the minimum, maximum, and average values across the entire report period.

<table><thead><tr><th width="195.33331298828125">Column</th><th>Description</th></tr></thead><tbody><tr><td>Date</td><td>The specific date for the recorded data</td></tr><tr><td>Minimum</td><td>The lowest value recorded by the sensor on that date in set units</td></tr><tr><td>Maximum</td><td>The highest value recorded by the sensor on that date in set units</td></tr><tr><td>Average value</td><td>The average of all sensor readings for that date in set units</td></tr></tbody></table>

{% hint style="info" %}
The units of measure vary depending on the sensor settings.
{% endhint %}

### Data breakdown table

The **data breakdown table** presents sensor readings over specified time intervals, such as every 30 minutes, starting from a set time. It provides a detailed view of sensor data, helping to identify trends or issues during specific periods.

<table><thead><tr><th width="238">Column</th><th>Description</th></tr></thead><tbody><tr><td>Time</td><td>The timestamp for the interval</td></tr><tr><td>Value</td><td>A representative sensor reading for the bucket in set units</td></tr><tr><td>Minimum</td><td>Lowest reading in the interval in set units</td></tr><tr><td>Maximum</td><td>Highest reading in the interval in set units</td></tr><tr><td>Average value</td><td>Average reading in the interval in set units</td></tr><tr><td>Address</td><td>Geocoded location if <strong>Show address</strong> is enabled</td></tr></tbody></table>

{% hint style="info" %}
If the "No data" message appears, it means no readings were received during that time. This could be due to the device not transmitting data, being turned off, or the sensor being disconnected.
{% endhint %}


---

# 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/reports/specific-report-details/measuring-sensors-report.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.
