> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-6/use/use-of-the-clickable-wheel.md).

# Use of the clickable wheel

The Enless thermostatic valve has a temperature adjustment knob. This knob is clickable and gives you access to different features. Below are the different combinations.

{% hint style="warning" %}
These pressing combinations on the clickable knob will only work if the function [Child Lock](/centre-aide/guides-installation/documentation-en/products/editor-6/use/features.md) is disabled.&#x20;
{% endhint %}

## Combinations

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-paper-plane">:paper-plane:</i></h4></td><td><h4>Sending a test frame</h4></td><td><strong>Quick press</strong></td><td>The orange LED will blink once the frame is sent.</td><td><a href="/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d">/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d</a></td></tr><tr><td><h4><i class="fa-bluetooth">:bluetooth:</i></h4></td><td><h4>Activating Bluetooth mode</h4></td><td><strong>Press until the </strong><mark style="color:$tint;"><strong>blue LED</strong></mark><strong> appears</strong></td><td>When Bluetooth mode is activated, the blue LED blinks. To exit Bluetooth mode, you can press the knob again for 5 seconds until the blue LED stops blinking.</td><td><a href="/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d">/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d</a></td></tr><tr><td><h4><i class="fa-link-horizontal">:link-horizontal:</i></h4></td><td><h4>Sending a JoinRequest</h4></td><td><strong>Press until the </strong><mark style="color:$success;"><strong>green LED</strong></mark><strong> appears</strong></td><td>If you release the button when the green LED appears, the valve sends a JOIN Request again (works only if the valve is not already connected to a LoRaWAN network)</td><td><a href="/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d">/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d</a></td></tr><tr><td><h4><i class="fa-engine">:engine:</i></h4></td><td><h4>Motor calibration</h4></td><td><strong>Press until the </strong><mark style="color:$warning;"><strong>orange LED</strong></mark><strong> appears</strong></td><td>If you release the button when the orange LED appears, the motor will calibrate (this operation should only be performed when the valve is installed on the radiator).</td><td><a href="/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d">/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d</a></td></tr><tr><td><h4><i class="fa-unlock">:unlock:</i></h4></td><td><h4>Disable child lock</h4></td><td><strong>Press until the lock disappears</strong></td><td>Press for 10 seconds until the lock disappears to disable child lock.</td><td><a href="/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d">/files/2abfe54d345f19a0f7e9cf9c140e54a95ec9ea4d</a></td></tr></tbody></table>


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-6/use/use-of-the-clickable-wheel.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.
