> 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/kuai-su-kai-shi/tian-jia-she-bei/ewelink-wifi-she-bei.md).

# eWeLink Wi-Fi 设备

许多受 eWeLink 支持的设备，具体而言，是那些通过以太网和 Wi‑Fi 运行的设备，都可以在 CUBE OS 上进行管理。其中大多数会与您的 CUBE OS 主机本地工作，而另一些由于固件和芯片设计的限制，需要 WAN 访问。

网关设备也可以将受支持的设备暴露给 CUBE OS，充当它们之间的桥梁。

### 要使用此功能：

1. 一台正在运行 CUBE OS 的设备 `v2.10.3` 或更高版本。
2. 互联网访问。
3. 一个 eWeLink 账户。

{% stepper %}
{% step %}

### 打开“添加设备”

在浏览器中打开 CUBE OS。点击 `+` 右上角的按钮。然后选择 `添加设备`.

<div align="left"><figure><img src="/files/7cd38678b29e4115ed58885c9cc53dab6398cb3b" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 添加与 eWeLink 关联的设备

在 **添加设备** 页面上，点击 `添加与 eWeLink 关联的设备`。内置的 eWeLink Smart Home 插件将直接打开。

<div align="left"><figure><img src="/files/e5b6238033530ec7884b13e7729a81bdcb8f8e58" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 登录您的 eWeLink 账户

点击右上角的登录按钮。输入您的 eWeLink 账户和密码进行登录。

<div align="left"><figure><img src="/files/658c159e5d715d8d96592ac30185fe12498e388f" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 同步设备

登录后，系统将列出您受支持的 eWeLink Wi‑Fi 设备。点击 `同步` 将您想要的设备导入 CUBE OS。&#x20;

<div align="left"><figure><img src="/files/091419dc7ecbbe4a3c98ffae358eba3210d4dc70" alt="" width="563"><figcaption></figcaption></figure></div>

同步后，返回 **所有设备** 以分配房间并重命名设备。

<figure><img src="/files/0320ce75577745630ed1ab498dc3dcb7218584fe" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
在 `CUBE v2.10.3` 及更高版本中，eWeLink Smart Home 已内置。您无需先从 Docker 页面安装它。
{% endhint %}


---

# 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/kuai-su-kai-shi/tian-jia-she-bei/ewelink-wifi-she-bei.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.
