> 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/aranet-cloud-page/aranet-cloud-landing-page/user-interface-and-core-features/sensors/virtual-sensors.md).

# Virtual Sensors

Virtual Sensors allow you to generate new, calculated measurement values based on data from existing physical sensors in your workspace. This feature enables deeper analysis, comparisons, or combined insights without requiring additional hardware.&#x20;

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

In the **Virtual Sensors** tab, you can view all configured virtual sensors, check measurement history, edit their settings, and create new ones. Each virtual sensor uses input data from one or more sensors and performs calculations automatically at every incoming measurement interval.

Virtual sensors can be used to:

* Combine or compare different sensor readings
* Normalize or correct input data
* Calculate environmental indicators such as dew point or vapor-pressure deficit
* Create advanced mathematical expressions for custom monitoring needs

When creating a new virtual sensor, multiple predefined calculation types are available, including:

* **Offset** – apply a manual adjustment to a measurement value
* **Sum** – combine values from several sensors
* **Average** – calculate average measurement from multiple sources
* **Ratio** – compare two sensor readings
* **Expert** – manually configure formulas, slope, and normalization
* **Vapor-Pressure Deficit** – calculate atmospheric dryness using temperature and humidity
* **Day Light Integral** - calculate the amount of photosynthetically active radiation
* **Dew Point** – estimate the condensation temperature from humidity and temperature data

Virtual Sensors help enhance your monitoring setup by transforming sensor data into more meaningful metrics—fully automatically and in real-time.

{% hint style="info" %}
Virtual sensors that are configured using more than 1 sensor (including Sum sensor) will only calculate if all source sensors are available & have sent in measurements for the particular time slot.\
In case 1 or more sensors have lost connection to the base station, then the virtual sensor will not calculate any measurements for that period.

Once all sensors become available again, the virtual sensor will resume calculating measurements \
starting from the first time slot that has received all source sensor measurements.
{% 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://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/user-interface-and-core-features/sensors/virtual-sensors.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.
