> 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/tutoriels-video/tutoriels-video-en/enless-sensors.md).

# Enless sensors

<h2 align="center">Discover our video tutorials</h2>

<p align="center"><a href="/pages/5b3773c69d832980a2d59040604fb7ea1a733c04" class="button secondary">All</a><a href="/pages/93c912c9873e5aa23ef70b41afd0dc0103e1cd1e" class="button primary">Sensors</a><a href="/pages/ab86c11d453b3920d7f15545c6b44951cc7a1633" class="button secondary">LoRaWAN Gateway</a><a href="/pages/f8c48eddcac6b9bc8525ce9112dc06e048854035" class="button secondary">LoRa Easy Receivers</a><a href="/pages/59bd075fd6f4f146a3ccc31750a5d23672e761f5" class="button secondary">Understanding LoRaWAN</a></p>

{% columns %}
{% column %}
{% embed url="<https://youtu.be/2lSvgzPK3WE>" %}
Switch positions on room control sensors
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://youtu.be/NAWOMwJXTIw>" %}
LoRaWAN thermostatic valve - First installation
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% embed url="<https://www.youtube.com/watch?v=gRLy9dJJaSQ>" %}
Discharge the supercap of an Enless sensor
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://youtu.be/aCkxq8RBFXo>" %}
Button combinations of ambient sensors
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% embed url="<https://youtu.be/F2txdNBOYQE>" %}
Thermostatic valve - Regulate using another temperature sensor
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://youtu.be/67upPpDolOs>" %}
Installation of the master Modbus transmitter
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column %}
{% embed url="<https://youtu.be/pSngyYG6OkE>" %}
Installation of the actuator transmitter
{% endembed %}
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}


---

# 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/tutoriels-video/tutoriels-video-en/enless-sensors.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.
