> 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/led-indications.md).

# LED indications

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><strong>Valve startup</strong></h4></td><td>When powered on, the Enless valve says hello.</td><td><a href="/files/3d3239b77bfca41b4034e876bca7f2ab729eea3a">/files/3d3239b77bfca41b4034e876bca7f2ab729eea3a</a></td></tr><tr><td><h4><strong>Ready to calibrate</strong> </h4></td><td>This symbol indicates that the motor is ready to be calibrated.</td><td><a href="/files/3eecb1714337e5abc263bd2bd189be4a2cd43d03">/files/3eecb1714337e5abc263bd2bd189be4a2cd43d03</a></td></tr><tr><td><h4><strong>Calibration complete</strong></h4></td><td>This symbol indicates that motor calibration is complete. While calibration is in progress, this symbol spins. Once calibration is complete, the valve will begin its normal operating cycle.</td><td><a href="/files/6da9cfa3936611290c046948e280a7cc6405989c">/files/6da9cfa3936611290c046948e280a7cc6405989c</a></td></tr><tr><td><h4><strong>Temperature mode</strong></h4></td><td>Displayed when temperature mode is activated. This is the setpoint temperature that the valve must maintain. If you enable a setpoint tolerance, the user can adjust the setpoint temperature using the dial.</td><td><a href="/files/c1c5970b149483e6da45a3499f9c01071a91db84">/files/c1c5970b149483e6da45a3499f9c01071a91db84</a></td></tr><tr><td><h4><strong>Opening percentage mode</strong></h4></td><td>The % symbol is displayed when percentage mode is activated. In percentage mode, the occupant cannot operate the valve; the BMS sends an opening setpoint (in %) to the valve.</td><td><a href="/files/514f2e15f40ed7efa25192cadc587862ca85cea6">/files/514f2e15f40ed7efa25192cadc587862ca85cea6</a></td></tr><tr><td><h4><strong>Summer mode</strong></h4></td><td>The -- symbol is displayed when summer mode is activated. In this mode, the valve is in sleep mode, it sends a heartbeat frame every day but its motor is not controlled, and it remains in the closed position.</td><td><a href="/files/bb91ae49e986948c3bce6820e44362178c616175">/files/bb91ae49e986948c3bce6820e44362178c616175</a></td></tr><tr><td><h4><strong>Child lock</strong></h4></td><td>Displayed when child lock is activated. When this function is activated, the dial must be pressed for 10 seconds before any manual action on the valve.</td><td><a href="/files/efd78d25e4739d4df4b295b51fa6271a0998196f">/files/efd78d25e4739d4df4b295b51fa6271a0998196f</a></td></tr><tr><td><h4><strong>Window opening</strong></h4></td><td>Displayed when a window opening is detected. If so, the valve turns off the room heating for 30 min.</td><td data-object-fit="fill"><a href="/files/f3ef4974b87a6c06d410875775c4f40d99c9eb8e">/files/f3ef4974b87a6c06d410875775c4f40d99c9eb8e</a></td></tr><tr><td><h4><strong>Low battery</strong></h4></td><td>Displayed in case of low battery (25%).<br>It is recommended to plan battery replacement quickly when this symbol appears. The remaining battery percentage information is also available in the data frames sent by the valve.</td><td><a href="/files/77b99c620e4974b6406d2ad0cc786af70548d715">/files/77b99c620e4974b6406d2ad0cc786af70548d715</a></td></tr><tr><td><h4><strong>Error</strong></h4></td><td>The Er symbol is displayed in the following cases: <br>- Calibration failure<br>- Motor problem (seizing...)<br>If the Error symbol appears, you can restart calibration by <a href="/pages/fadfd357fa7796d2ea074ddea54dbb0c85a0c8c6">pressing the dial</a></td><td><a href="/files/c46a228bc4a4736aeee924b3431b6a6982e60d5d">/files/c46a228bc4a4736aeee924b3431b6a6982e60d5d</a></td></tr><tr><td><h4><strong>FailSafe</strong></h4></td><td>The FS symbol is displayed on the valve when FailSafe mode is triggered.</td><td><a href="/files/e55b17742c9d25f13e31dc881fff8a4395d7a61e">/files/e55b17742c9d25f13e31dc881fff8a4395d7a61e</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/led-indications.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.
