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

# Dispositivos eWeLink Wi-Fi

Muitos dispositivos suportados pela eWeLink, nomeadamente os que funcionam via Ethernet e Wi‑Fi, podem ser geridos no CUBE OS. A maioria funciona localmente com o seu anfitrião CUBE OS, enquanto outros necessitam de acesso WAN devido a limitações do firmware e do design do chipset.

Os dispositivos gateway também podem expor dispositivos suportados ao CUBE OS, funcionando como uma ponte entre eles.

### Para utilizar esta funcionalidade:

1. Um dispositivo CUBE OS a executar `v2.10.3` ou posterior.
2. Acesso à Internet.
3. Uma conta eWeLink.

{% stepper %}
{% step %}

### Abrir 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/45c9b520be84bbd2fc057b4916257ae2aed57839" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Adicionar dispositivos ligados à eWeLink

Na **Adicionar dispositivo** página, clique em `Adicionar dispositivos ligados à eWeLink`. O complemento eWeLink Smart Home incorporado será aberto diretamente.

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

{% step %}

### Inicie sessão na sua conta eWeLink

Clique no botão de início de sessão no canto superior direito. Introduza a sua conta e palavra-passe eWeLink para iniciar sessão.

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

{% step %}

### Sincronizar dispositivos

Depois de iniciar sessão, os seus dispositivos Wi‑Fi eWeLink suportados serão listados. Clique em `Sincronizar` para importar para o CUBE OS os dispositivos que pretende.&#x20;

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

Depois de sincronizar, volte a **Todos os dispositivos** para atribuir divisões e renomear dispositivos.

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

{% hint style="info" %}
No `CUBE v2.10.3` e posteriores, o eWeLink Smart Home já vem incorporado. Não precisa de o instalar primeiro a partir da página 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/primeiros-passos/adicionar-dispositivos/dispositivos-ewelink-wi-fi.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.
