> 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/english-zh/jian-rong-xing-jian-cha/zigbee.md).

# Zigbee

CUBE OS 充当 **本地 Zigbee 网关**，允许您连接、管理并桥接各种 Zigbee 子设备，包括开关、传感器、灯具和环境监测器。

为了实现稳定的 Zigbee 网络性能，CUBE OS 依赖于 **兼容的 Zigbee 加密狗** ，作为无线协调器。一旦连接受支持的加密狗，CUBE OS 就可以通过标准化的 Zigbee **簇**来配对和管理多品牌的 Zigbee 设备，这些簇定义了每种设备类型的能力和功能。

下表列出了受支持的 Zigbee 加密狗以及当前与 CUBE OS 兼容的 Zigbee 簇。

***

## 受支持的 Zigbee 加密狗

* SONOFF ZBDongle-MAX
* SONOFF ZBDongle-PMG24
* SONOFF ZBDongle-LMG21
* SONOFF ZBDongle-E
* SONOFF ZBDongle-P
* [其他受支持的适配器 ](https://darkxst.github.io/silabs-firmware-builder/)由开发者贡献 **@darkxst**

***

## 受支持的 Zigbee 簇

有关簇和兼容性详细信息的完整列表，请点击此处：\
[**https://cube-web.ewelink.cc**](https://cube-web.ewelink.cc)


---

# 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/english-zh/jian-rong-xing-jian-cha/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.
