> 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-pt-br/primeiros-passos/adicionar-dispositivos/dispositivos-wi-fi-ewelink.md).

# Dispositivos Wi-Fi eWeLink

Muitos dispositivos compatíveis com eWeLink, especificamente aqueles que funcionam via Ethernet e Wi‑Fi, podem ser gerenciados no CUBE OS. A maioria deles funciona localmente com seu host do CUBE OS, enquanto outros precisam de acesso à WAN devido a limitações do firmware e do design do chipset.

Dispositivos gateway também podem expor dispositivos compatíveis ao CUBE OS como uma ponte entre eles.

### Para usar este recurso:

1. Um dispositivo CUBE OS executando `v2.10.3` ou posterior.
2. Acesso à internet.
3. Uma conta eWeLink.

{% stepper %}
{% step %}

### Abra Adicionar Dispositivo

Abra o CUBE OS no seu navegador. Clique no `+` botão no canto superior direito. Em seguida, selecione `Adicionar Dispositivo`.

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

{% step %}

### Adicionar dispositivos vinculados ao eWeLink

Na **Adicionar Dispositivo** página, clique em `Adicionar dispositivos vinculados ao eWeLink`. O complemento eWeLink Smart Home integrado será aberto diretamente.

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

{% step %}

### Entre na sua conta eWeLink

Clique no botão de login no canto superior direito. Insira sua conta e senha do eWeLink para entrar.

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

{% step %}

### Sincronizar Dispositivos

Após entrar, seus dispositivos Wi‑Fi compatíveis com eWeLink serão listados. Clique em `Sincronizar` para importar os dispositivos desejados para o CUBE OS.&#x20;

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

Depois de sincronizar, volte para **Todos os Dispositivos** para atribuir cômodos e renomear dispositivos.

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

{% hint style="info" %}
Em `CUBE v2.10.3` e posteriores, o eWeLink Smart Home já vem integrado. Você não precisa instalá-lo primeiro na página do 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-pt-br/primeiros-passos/adicionar-dispositivos/dispositivos-wi-fi-ewelink.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.
