> 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/getting-started/add-devices/ewelink-wi-fi-devices.md).

# eWeLink Wi-Fi Devices

Lots of eWeLink-supported devices, specifically, those working via Ethernet and Wi-Fi can be managed on CUBE OS. Most of them work locally with your CUBE OS host, while others need WAN access due to limitations of firmware and chipset design.

Gateway devices can also expose supported devices to CUBE OS like a bridge between them.

### To use this feature:

1. A CUBE OS device running `v2.10.3` or later.
2. Internet access.
3. An eWeLink account.

{% stepper %}
{% step %}

### Open Add Device

Open CUBE OS in your browser. Click the `+` button in the top-right corner. Then select `Add Device`.

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

{% step %}

### Add eWeLink-linked devices

On the **Add Device** page, click `Add eWeLink-linked Devices`. The built-in eWeLink Smart Home add-on will open directly.

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

{% step %}

### Sign in to your eWeLink account

Click the sign-in button in the top-right corner. Enter your eWeLink account and password to log in.

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

{% step %}

### Sync Devices

After sign-in, your supported eWeLink Wi-Fi devices will be listed. Click `Sync` to import the devices you want into CUBE OS.&#x20;

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

After syncing, go back to **All Devices** to assign rooms and rename devices.

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

{% hint style="info" %}
In `CUBE v2.10.3` and later, eWeLink Smart Home is built in. You do not need to install it from the Docker page first.
{% 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:

```
GET https://cube.ewelink.cc/getting-started/add-devices/ewelink-wi-fi-devices.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.
