# Thermostat and Humidistat

## Thermostat and Humidistat Management

The app allows you to adjust the temperature, create weekly events (for automatic management), and recognize when the associated load (e.g., a solenoid valve) is activated. In this brief guide, we will show a simple example.<br>

![](/files/VUCD4kC6nt84YJEFXfyf)

{% hint style="success" %}
Once the app is opened, click on the room/group whose temperature you want to adjust. In the example provided, we will modify the setting for the Living Room.
{% endhint %}

### Sensors Page

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

![](/files/iFANUaBx7jaJxXVuVKKg)

In the image, you can see only one thermostat; the graphics easily allow us to understand the current configuration:

* transparency and the **`OFF`** label indicate that it is currently off
* the measured temperature is 22.4°C

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

### Activation and Adjustment

Once clicked on the thermostat, we find the following page.

![](/files/lmOu0EEqYqnsJqTHtCPh)

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

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

![](/files/4GN3e8bdyuIXJ1CXjr7f)

{% hint style="success" %}
For now, let's activate the thermostat and set the temperature to 23°C. Then press the blue button at the bottom right to confirm.
{% endhint %}

Once saved, the thermostat graphics will appear as follows.

![](/files/2HWH0WNAW54sLG9g6jA6)

Where "OFF" appeared before, now the setpoint of 22.5°C is displayed, and the thermostat is no longer transparent.

The bright red background, with the setpoint displayed, indicates the "heat call" of the thermostat, meaning the associated loads (e.g., solenoid valve) will be activated.

![](/files/V58ReB7H1wh4lkE7ZfTE)

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

![](/files/ET1KtIgoysWx1Zm29UQN)

### Calendar

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

![](/files/PZxfqdSZs8iHvYZ71Eyx)

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

![](/files/1Nu7XmFK3Sfi42zFxGaN)

Once the calendar page is open, you can click on the **+** button at the bottom right.

![](/files/SJ4tvmhEmrSaO1h6sMpr)

A page with various options will open, including:

* possibility to define a name
* selector to activate/deactivate the event
* selection of the days of the week
* start and end time of the event
* setting of the setpoint and mode
* whether to activate or deactivate the thermostat during that time slot
* option to deactivate the thermostat at the end of the event

{% hint style="danger" %}
The "Deactivate at end of event" option (active by default) allows the thermostat to be automatically turned off at the end of the time slot.

Often, you may not want to completely turn off the thermostat but rather adjust the setpoint to a lower/higher value (depending on whether we are talking about heating or cooling); to do this, it is necessary to deactivate this option and create other events with the desired setpoint.
{% endhint %}

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

![](/files/UoMYEuum70KKp0Pen58k)

{% hint style="info" %}
Events are set to have an impulsive management by default, so even if you are in one of the time slots you configured, you can still manually adjust the setpoint; this temporary setting will be maintained until a new event is executed.
{% endhint %}

#### Example

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

![](/files/oy3aAViF3IFpUNu0r6Pg)

Next, let's set the temperature to 20°C and choose *Heat* as the mode. Additionally, we'll deactivate the *End event disable* option to prevent the thermostat from being turned off at the end of the time slot.

![](/files/69Jec2CgX2v3Pz8YSLVS)

{% hint style="success" %}
Then, press *Save* at the top right to confirm our configuration.
{% endhint %}

### Tips

Pressing and holding on the thermostat will bring up a simpler interface, allowing you to quickly adjust the settings.

![](/files/U7G80iuPYedoHbogTK3A)

You can also quickly access the thermostat by tapping on the temperature value displayed on the rooms/groups of the main screen; in this case too, a long press will display the quick setting screen.

![](/files/RQaM9CrYZtmZ5zYeh7az)


---

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