# Measurement sensor alerts trigger later than expected

## Question

Why does the feature related to measurement sensors provide inaccurate results? The **Parameter in range** alert triggers later than it should.

## Answer

In some cases, the **Parameter in range** alert notifications may appear with a delay or trigger later than expected. It may happen in cases where the rule is tied to a measurement sensor as a source for values.

The reason why this may happen is that all measurement sensors are optimised in terms of data thinning. To resolve the data thinning situation, you can use Virtual sensors, which are not optimised the same way and will be triggered by a 'State field value' rule right away.

1. Create a virtual sensor and specify the same source parameter for data as in your old measurement sensor. Select 'Calculation method' as Value in range.

   ![](/files/3e477948f8e71bdc7f1ab25930b40ff7312b924b)
2. Create a 'State field value' rule and specify the virtual sensor for state source data:

   ![](/files/6a0926f433135a08baa16ebc83ad766e9f8fdee5)

## Links

* [Measurement sensors](/docs/user/guide/devices-and-settings/vehicle-sensors/measurement-sensors.md)
* [Virtual sensors](/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors.md)
* [State field value](/docs/user/guide/events-and-notifications/inputs-and-outputs/state-field-value.md)
* [Parameter in range](/docs/user/guide/events-and-notifications/inputs-and-outputs/parameter-in-range.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/measurement-sensor-alerts-trigger-later-than-expected.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.
