> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/base-stations/base-stations/sensors-and-pairing/thresholds.md).

# Thresholds

The Base Station WebGUI allows users to configure threshold values for connected sensors to monitor environmental conditions and indicate when predefined limits are exceeded.

Thresholds define minimum and maximum acceptable values for sensor measurements such as temperature, CO₂, humidity, or radon. When a sensor reading crosses a configured threshold, the system can indicate an alert in the WebGUI and forward the threshold status to integrated systems or configured email notifications.

When a threshold value is changed in the WebGUI, the new value is applied immediately on the base station. The change affects real-time monitoring, alarm evaluation, and data forwarded to external systems. A base station restart is not required.

Thresholds are configured per sensor. Changes apply only to the selected sensor and do not affect other sensors connected to the base station. Historical data is not recalculated after a threshold change and remains unchanged.&#x20;

To perform a change of thresholds, you need to go to the Sensors tab in WebGUI.

<div data-with-frame="true"><figure><img src="/files/iYznWh3odXI75aa90tHZ" alt=""><figcaption></figcaption></figure></div>

Then choose the sensor you would like to change the thresholds. Click on it to open sensor settings.

<div data-with-frame="true"><figure><img src="/files/qzUjGCILO0zAdOF2FK9u" alt=""><figcaption></figcaption></figure></div>

To change thresholds, you need to drag parameters.

<div data-with-frame="true"><figure><img src="/files/1VYHf34Dbxjc1zOddQ2J" alt=""><figcaption></figcaption></figure></div>

To save the parameters you have set, you need to press the Save button, which will turn blue, after you have unsaved changes.

Threshold settings are stored locally on the base station. If the base station is connected to Aranet Cloud, updated threshold values may be synchronized and reflected in cloud dashboards and alerts. If the base station is offline, thresholds remain active locally and will synchronize with the cloud once connectivity is restored.

Changing thresholds does not affect sensor calibration or measurement accuracy.


---

# 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://help.aranet.com/base-stations/base-stations/sensors-and-pairing/thresholds.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.
