> For the complete documentation index, see [llms.txt](https://docs.ohmautomation.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmautomation.io/android/guide/weather.md).

# Meteo

Il sistema aggiorna frequentemente i dati sulle previsioni meteo correnti, permettendo di visualizzare numerose informazioni, tra cui:

* Temperatura
* Umidità
* Precipitazioni
* Vento
* Visibilità
* Qualità dell'Aria
* Alba/Tramonto

{% hint style="info" %}
Tali informazioni possono essere sfruttate nelle Automazioni, e quindi potete ad esempio accendere le luci esterne dopo il tramonto, o disattivare la VMC se l'umidità esterna è troppo elevata.
{% endhint %}

Per accedere alla pagina con tutte le informazioni dovete cliccare sulla casella del meteo nella schermata principale.

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

{% hint style="warning" %}
Alcune informazioni (es. qualità dell'aria) richiedono che il sistema sia aggiornato alle versioni più recenti.
{% 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:

```
GET https://docs.ohmautomation.io/android/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.
