# Capteurs

## <mark style="color:blue;">Phase 1 :</mark> Démarrage du capteur et dialogue avec le récepteur

<table><thead><tr><th width="383" align="center">LED</th><th align="center">Comportement</th></tr></thead><tbody><tr><td align="center"><mark style="background-color:red;">L1</mark></td><td align="center">Flash toutes les 5s</td></tr><tr><td align="center"><mark style="background-color:orange;">L2</mark></td><td align="center">Flash quand le capteur envoie un message</td></tr><tr><td align="center"><mark style="background-color:green;">L3</mark></td><td align="center">Flash quand le récepteur répond</td></tr></tbody></table>

## <mark style="color:blue;">Phase 2 :</mark> Statut de l’installation

<table><thead><tr><th width="225" align="center">Statut de l’installation</th><th width="171" align="center">Comportement L1</th><th width="172" align="center">Comportement L2</th><th align="center">Comportement L3</th></tr></thead><tbody><tr><td align="center"></td><td align="center"><mark style="background-color:red;">L1</mark></td><td align="center"><mark style="background-color:orange;">L2</mark></td><td align="center"><mark style="background-color:green;">L3</mark></td></tr><tr><td align="center">Succès signal bon</td><td align="center">OFF</td><td align="center">OFF</td><td align="center">ON <strong>(30s)</strong></td></tr><tr><td align="center">Succès signal faible</td><td align="center">OFF</td><td align="center">ON <strong>(30s)</strong></td><td align="center">OFF</td></tr><tr><td align="center">Echec de l’installation</td><td align="center">ON <strong>(30s)</strong></td><td align="center">OFF</td><td align="center">OFF</td></tr></tbody></table>

## <mark style="color:blue;">Phase 3 :</mark> Fonctionnement

<table><thead><tr><th width="383" align="center">LED</th><th align="center">Comportement</th></tr></thead><tbody><tr><td align="center"><mark style="background-color:red;">L1</mark></td><td align="center">Flash toutes les 1mn en cas d’alarme</td></tr><tr><td align="center"><mark style="background-color:orange;">L2</mark></td><td align="center">Flash à chaque envoi de trame</td></tr><tr><td align="center"><mark style="background-color:green;">L3</mark></td><td align="center">Flash toutes les 1mn</td></tr></tbody></table>

{% hint style="info" %}
Ne pas alimenter les capteurs simultanément. Les alimenter un par un et attendre que le précédent soit correctement activé avant d’alimenter le suivant.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://enless.gitbook.io/guide-dinstallation-lora-proprietaire/annexes/jeux-de-led/capteurs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
