# Thermostat and Humidistat

The app allows you to adjust the temperature, create weekly events (for automatic management), and monitor when the associated load (e.g., an electrovalve) is activated. In this brief guide, we will demonstrate a simple example.

<div align="left" data-full-width="false"><img src="/files/h1H7zD1cjhddqFr6NMaI" alt="" width="300"></div>

{% hint style="success" %}
Once the app is open, click on the room/group where you want to adjust the temperature. In the proposed example, we will modify the regulation of the Living Room.
{% endhint %}

## Sensor Page

Select the Sensors page (button located in the bottom bar) to view thermostats, humidistats, sensors, etc., present in that room/group.

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

In the image, you can see only one thermostat; the interface clearly shows the current configuration:

* The transparency and the **`OFF`** label indicate that it is currently turned off.
* The measured temperature is 21.8°C.

{% hint style="success" %}
Click on the thermostat to modify its settings.
{% endhint %}

## Activation and Adjustment

Once you click on the thermostat, you will see the following page.

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

To activate the thermostat, click the switch in the *Activation* section.

To adjust the temperature, use the **`+`** and **`-`** buttons, or click the value to input the set-point directly. If the thermostat allows for both heating and cooling control, you can define the mode in the dedicated section.

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

{% hint style="success" %}
For now, we will activate the thermostat and set the temperature to 22.5°C. Then, press the Save button at the top right.
{% endhint %}

After saving, the thermostat interface will appear as follows.

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

Where **`OFF`** once appeared, you will now see the setpoint of 22.5°C, and the thermostat will no longer be transparent.

The bright red background, displaying the setpoint, signals the *heating call* of the thermostat, meaning the loads associated with it (e.g., electrovalve) will be activated.

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

If the environment reaches the set temperature, the red background will become less intense, as shown in the following image.

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

## Calendar

To enable automatic thermostat management, you can configure events in the dedicated calendar.

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

To access the calendar, simply click on the calendar icon on the thermostat. You can also access it from the settings by scrolling down to the **Calendar** section.

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

Once you open the calendar page, click the three dots in the top right corner, then press *New Event*.

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

A page full of options will appear, including:

* The ability to define a name
* A toggle to enable/disable the event
* Selection of the days of the week
* Start and end times of the event
* Setpoint and mode settings
* Whether you want the thermostat to be activated or deactivated during that time period
* An option to turn off the thermostat at the end of the event

{% hint style="danger" %}
The *Turn Off at End of Event* option (enabled by default) automatically turns off the thermostat at the end of the time period.

Often, you may not want to turn off the thermostat entirely, but rather lower/raise the setpoint (depending on whether you're dealing with heating or cooling); to do this, you need to disable this option and create additional events with the desired setpoint.
{% endhint %}

If there are active events, the calendar icon will be displayed in blue.

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

{% hint style="info" %}
By default, events are managed impulsively, meaning even if you are within a configured time period, you can manually adjust the setpoint; this temporary setting will remain until a new event is triggered.
{% endhint %}

### Example

In the event below, we have selected all weekdays and defined the time period from 05:00 to 08:00.

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

We set a setpoint of 20°C and selected *Heating* as the mode. We also disabled the *Turn Off at End of Event* option, so the thermostat will not turn off at the end of the time period.

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

{% hint style="success" %}
Click *Save* at the top right to confirm your configuration.
{% endhint %}

## Tips

If you press and hold the thermostat, a simplified interface will appear, allowing you to quickly adjust the setpoint.

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

You can also quickly access the thermostat by pressing the temperature value shown in the rooms/groups on the main screen; again, a long press will display the quick set screen.

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


---

# 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/thermostat.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.
