> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-fr/exploration-des-fonctionnalites/liste-des-fonctionnalites.md).

# Liste des fonctionnalités

Voici une comparaison rapide entre différentes installations de CUBE ; elles présentent uniquement l'état actuel et non une feuille de route. Les fonctionnalités en phase initiale peuvent ne pas toutes être présentes dans la version finale pour toutes les méthodes d'installation.

<table><thead><tr><th width="74" align="center">Non.</th><th width="152">Fonctionnalité</th><th width="95" align="center">Raspberry Pi (4B/5)</th><th width="104" align="center">Machine virtuelle</th><th>Remarques</th></tr></thead><tbody><tr><td align="center">1</td><td><strong>Prise en charge des clusters Zigbee</strong></td><td align="center">⚠️ <em>(Dongle Zigbee requis)</em></td><td align="center">⚠️ <em>(Dongle Zigbee requis)</em></td><td><p><strong>Clusters Zigbee pris en charge :</strong></p><p><a href="/pages/c4bd017b75bf5ea41e2c781610220870446a3c9d">Compatibilité Zigbee </a></p></td></tr><tr><td align="center">2</td><td><strong>Passerelle Matter</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>En cours de tests de certification, des problèmes peuvent survenir sur certaines infrastructures Matter.</em></p><p></p><p><strong>Clusters Matter pris en charge :</strong> </p><p><a href="/pages/54b84720d8b7add7d77c25390aa2f617453fb9fd">Compatibilité Matter</a></p></td></tr><tr><td align="center">3</td><td><strong>Hub Matter</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>Nécessite une plateforme cible avec capacité Bluetooth</em></p><p></p><p><strong>Clusters Matter pris en charge :</strong> </p><p><a href="/pages/54b84720d8b7add7d77c25390aa2f617453fb9fd">Compatibilité Matter</a></p></td></tr><tr><td align="center">4</td><td><strong>Accès à distance</strong></td><td align="center">✅</td><td align="center">✅</td><td>Implémenté via PWA (Progressive Web App). Chrome et Safari sont recommandés.</td></tr><tr><td align="center">5</td><td><strong>Notifications push</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td>Disponible uniquement via le tableau de bord eWeLink CUBE CAST</td></tr><tr><td align="center">6</td><td><strong>Tableaux de bord CAST</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">7</td><td><strong>Docker et modules complémentaires</strong></td><td align="center">✅</td><td align="center">✅</td><td>Stocké localement sur la plateforme cible</td></tr><tr><td align="center">8</td><td><strong>Sauvegarde / Restauration</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">9</td><td><strong>Scènes (Intelligentes / Manuelles)</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">10</td><td><strong>Groupes / Pièces</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">11</td><td><strong>Mise à jour du microprogram</strong></td><td align="center">✅</td><td align="center">✅</td><td>Prend en charge les OTA pour le CUBE et les sous-appareils Zigbee</td></tr><tr><td align="center">12</td><td><strong>Mode Turbo (Zigbee)</strong></td><td align="center">✅</td><td align="center">✅</td><td></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://cube.ewelink.cc/cube-os-fr/exploration-des-fonctionnalites/liste-des-fonctionnalites.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.
