> 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-2/use/screen.md).

# Screen

The TX T\&H E-INK AMB model is equipped with an electronic ink (E-INK) display. Unlike conventional displays, the E-INK display is always on and only consumes power when refreshing the data.

#### 1. Startup sequence

When powered on (removing the tab or connecting USB-C), the display shows the following steps:

* "**Hello**" : System initialization.
* "**Connecting**" : Attempting to connect to the network (progress bar visible).
* Result:
  * "**Connected**" : The LoRaWAN network connection is established.
  * "**Failed**" : Connection failed. The device still switches to measurement display, but the data will not be transmitted.

{% hint style="info" %}
The startup sequence displayed on the E-INK screen complements the LED light signals, whose behavior remains identical across the Room Control range for simplified reading of the sensor status.
{% endhint %}

#### 2. Operating display

Once operational, the display permanently shows the following information:

* Main measurements: **Temperature** and **Relative** **humidity**.
* Status indicators (logos):
  * **Battery** : Remaining energy level in the sensor.
  * **WAN** : Indicates that the device is properly configured for the LoRaWAN network.
  * **Link** : Appears when the "Link Checks" (connectivity tests) are valid, ensuring the quality of the connection.

#### 3. Critical battery management

Since E-INK technology keeps the display visible even without power, a safety mode is provided to avoid reading outdated data:

{% hint style="danger" %}
**Empty Battery Alert**

When the energy level is insufficient, the temperature and humidity readings disappear in favor of a large empty battery logo. If this screen appears, replace the battery immediately or switch to a USB-C power supply.
{% 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-2/use/screen.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.
