> 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-3/general-information.md).

# General information

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="/files/c2668e2f6256aca8cacc04fdba15d727536cabb9" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}

#### About

The Enless CO₂, temperature and humidity sensor is a 3-in-1 air quality sensor that measures the comfort parameters of occupants in your buildings.

Compatible with LoRaWAN and LoRa Easy protocols (Enless proprietary protocol), its data can be sent directly to your supervision system or your BMS, without cable routing or major works.
{% endcolumn %}
{% endcolumns %}

#### Radio

<table data-header-hidden><thead><tr><th width="230.28125"></th><th></th></tr></thead><tbody><tr><td><strong>Supported protocols</strong></td><td>LoRaWAN<br>LoRa Easy (Enless proprietary protocol)</td></tr><tr><td><strong>LoRaWAN class</strong></td><td>Class A</td></tr><tr><td><strong>LoRaWAN version</strong></td><td>Version 1.0.4 | RP002-1.0.3</td></tr><tr><td><strong>Frequency</strong></td><td>EU868</td></tr><tr><td><strong>Identifiers</strong></td><td>LoRaWAN: DevEUI, AppEUI, AppKey<br>LoRa Easy: LoRa ID</td></tr><tr><td><strong>Transmission power</strong></td><td>25mW (14 dBm)</td></tr><tr><td><strong>Encryption</strong></td><td>AES128 in LoRaWAN mode</td></tr><tr><td><strong>Other radio protocols</strong></td><td>Bluetooth (connection to the MyEnless application)</td></tr><tr><td><strong>Measurement separation</strong></td><td><p>Possibility to separate the T°C and rH% measurements from the</p><p>CO2</p></td></tr></tbody></table>

#### Specifications

<table data-header-hidden><thead><tr><th width="229.8984375"></th><th></th></tr></thead><tbody><tr><td><strong>Enclosure protection rating</strong></td><td>IP40<br>Indoor use</td></tr><tr><td><strong>Mounting</strong></td><td>Screwed or glued (double-sided adhesive supplied)</td></tr><tr><td><strong>Operating temperature</strong></td><td>-20 / +55°C</td></tr><tr><td><strong>CO2 visual indicator</strong></td><td>Three-color LED (configurable thresholds)</td></tr><tr><td><strong>Power supply</strong></td><td>3.6V Lithium battery type C (BAT C 1000-035)</td></tr><tr><td><strong>Battery life</strong></td><td>2 years for a transmission every 30 minutes of temperature, humidity and CO2</td></tr><tr><td><strong>Tamper detection</strong></td><td>Accelerometer</td></tr><tr><td><strong>Configuration</strong></td><td>LoRaWAN: Downlink or MyEnless application<br>LoRa Easy: From the receiver server</td></tr></tbody></table>

#### Measurements

<table data-header-hidden><thead><tr><th width="230.19921875"></th><th></th></tr></thead><tbody><tr><td><strong>Temperature</strong></td><td>Sensor measurement range: -40 / +125°C<br>Sensor accuracy: +/- 0.2°C<br>Sensor resolution: 0.1°C</td></tr><tr><td><strong>Humidity</strong></td><td>Sensor measurement range: 0 - 100% rH<br>Sensor accuracy: +/- 2% rH<br>Sensor resolution: 0.1% rH</td></tr><tr><td><strong>CO2</strong></td><td><p>Sensor measurement range: 0 - 5000 ppm</p><p>Sensor accuracy: +/- 50 ppm</p></td></tr></tbody></table>

#### Dimensions

<figure><img src="/files/35697777581d3d371ee35b2dc2ee1612d8a9857d" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The warranty for this product is 24 months
{% endhint %}


---

# 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-3/general-information.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.
