# Meteo

The system frequently updates current weather forecast data, allowing you to view various information, including:

* Temperature
* Humidity
* Precipitation
* Wind
* Visibility
* Air Quality
* Sunrise/Sunset

{% hint style="info" %}
This information can be used in Automations. For instance, you can turn on outdoor lights after sunset or deactivate the VMC if the external humidity is too high.
{% endhint %}

To access the page with all the information, click on the weather widget on the main screen.

<div align="left"><img src="/files/QJT3MNiMSr5nb0yFVG8t" alt="" width="300"></div>

{% hint style="warning" %}
Some information (e.g., air quality) requires the system to be updated to the latest versions.
{% endhint %}


---

# 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://docs.ohmautomation.io/en/ios/guide/weather.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.
