> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrateur-fr/competences/zigbee.md).

# ZigBee

Intégration ZigBee permet de connecter et de contrôler des appareils compatibles ZigBee directement via le **contrôleur nomos**.

Un **dongle USB ZigBee** est nécessaire pour établir une connexion directe entre les appareils ZigBee et le contrôleur nomos.

{% hint style="warning" %}
**Important :** Utilisez un cordon USB d'au moins 30 cm de long entre le dongle et le contrôleur nomos.
{% endhint %}

**Intégration ZigBee :**

1. **Status :** **Matériel disponible :**
   * Cette section indique si le matériel nécessaire pour l'intégration ZigBee est disponible.
   * Avant d'utiliser les appareils ZigBee, assurez-vous que le matériel ZigBee est installé et allumé.
2. **Boutons et options :**
   * **Gérer les appareils :** Ce bouton ouvre un menu où vous pouvez gérer les appareils ZigBee connectés. Vous pouvez ajouter, modifier ou retirer des appareils. Veuillez suivre les instructions du fabricant et les manuels d’utilisation de chaque produit lors de la mise en correspondance des appareils. Selon le fabricant de chaque produit, certaines étapes doivent être effectuées directement sur l'appareil.
   * **Paramètres :** Ici, vous pouvez ajuster les paramètres réseau et d'autres options de configuration pour l'intégration ZigBee.
   * **Réinitialiser :** Cette option permet de réinitialiser l'intégration ZigBee. Utilisez-la avec précaution, car elle remet tous les paramètres ZigBee aux réglages d'usine.

<figure><img src="/files/BLV3LfDnjC2GcV4Br4oM" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integrateur-fr/competences/zigbee.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.
