> For the complete documentation index, see [llms.txt](https://docs.mclimate.eu/mclimate-lorawan-devices/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-fan-coil-thermostat-fct/mclimate-fan-coil-thermostat-device-communication-protocol/on-off-and-target-temperature/valve-s-operation.md).

# Valve(s) operation

Regardless of the application (wiring diagram) choice, the valve(s) are operated in the following manner.&#x20;

The corresponding valve is activated together with the fan as the measured temperature crosses the ***Δt1*** threshold in relation with the target temperature ***w***. As the temperature in the room reaches the target temperature, the valve(s) and the fan are deactivated.

<figure><img src="/files/q9fptr4uJQ82ZE8S4DzD" alt=""><figcaption></figcaption></figure>

Example:\
&#x20;\- **current operational mode: Heating**\
&#x20;\- Δt1 = 1°C\
&#x20;\- target temperature (w) = 23°C\
&#x20;\- threshold temperature = w-Δt1 = 23 - 1 = 22°C)\
&#x20;\- measured temperature = 22.2°C

1. When the **measured temperature** drops from 22.2 to 22°C (threshold temperature) or lower, the valve(s) and fan are activates.
2. They stay active until the **measured temperature** is equal or greater to the **target temperature (w)**.
3. Once the target **temperature (w)** has been reached the valve(s) and fan deactivate.
4. When the temperature drops to 22°C again the the valve(s) and fan activate again, etc.

<figure><img src="/files/Zrg0er8IE2BiKVJ20HtJ" alt=""><figcaption></figcaption></figure>

Information how to change Δt1 is to be found [here](/mclimate-lorawan-devices/devices/mclimate-fan-coil-thermostat-fct/mclimate-fan-coil-thermostat-device-communication-protocol/fan-settings/auto-fan-d-settings.md#delta-temperature-dt1).


---

# 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://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-fan-coil-thermostat-fct/mclimate-fan-coil-thermostat-device-communication-protocol/on-off-and-target-temperature/valve-s-operation.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.
