> 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/subdispositivos-ewelink-remote.md).

# Subdispositivos eWeLink-Remote

Você pode transformar o CUBE OS em um Gateway Remoto eWeLink, permitindo a integração de subdispositivos como o [**S-MATE 2**](https://sonoff.tech/en-us/products/sonoff-s-mate-extreme-switch-mate/58) **ou** [**R5**](https://sonoff.tech/en-us/products/sonoff-switchman-r5-scene-controller/58).

{% hint style="info" %}
**O que é o controle remoto eWeLink?**

O Controle Remoto eWeLink é uma nova solução de controle remoto exclusiva para dispositivos SONOFF. Ele fornece uma forma de controle para seus eletrodomésticos mais conveniente, mais confiável e com maior alcance.

Para mais detalhes, consulte:

<https://sonoff.tech/news-and-events/what-is-ewelink-remote-control/>
{% endhint %}

## 1. Ative o Controle Remoto eWeLink no Pilot

{% stepper %}
{% step %}
No menu lateral esquerdo, vá para **Recursos do Pilot**.

<figure><img src="/files/4296b7c044efcb9e8d9458efa34c7b4420c5c3ec" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Encontre **Controle Remoto eWeLink** e clique em **Saiba Mais**. Alterne o interruptor para **enable** esta função.

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

{% step %}
Uma vez ativado, o CUBE OS irá ativar o protocolo eWeLink-Remote e se preparar para receber sinais de dispositivos compatíveis.
{% endstep %}
{% endstepper %}

## 2. Adicione um Subdispositivo eWeLink-Remote (Usando o R5 como Exemplo)

{% stepper %}
{% step %}
Volte para a **Página Inicial** . Clique no **“+”** ícone no canto superior direito. Selecione **Subdispositivos eWeLink-Remote** na lista.

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

{% step %}
Clique **Parear** para entrar no modo de emparelhamento.

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

{% step %}
No seu **SONOFF R5**, pressione qualquer botão uma vez. Isso enviará um sinal de emparelhamento.
{% endstep %}

{% step %}
Uma vez que o emparelhamento for bem-sucedido, o R5 aparecerá na sua lista de dispositivos.

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

## 3. Configure Cenas Inteligentes para Subdispositivos eWeLink-Remote

Depois de adicionar seu subdispositivo eWeLink-Remote, você pode vinculá-lo a outros dispositivos inteligentes através de **Cenas Inteligentes**.

{% stepper %}
{% step %}
Vá para a **página Cena** .

<figure><img src="/files/8d281951e6790dc419f0fa904716493f813f66c6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Na guia **Cena Inteligente** , clique em **Adicionar Cena**.

<div align="left"><figure><img src="/files/2065d2bea821dc9fa338a739e20e25b8e6ee1354" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Configure o **Se** condição:

**Adicionar Dispositivo Inteligente → SONOFF R5 → Habilitar Botão Sem Fio → Canal 1 → Clique → Concluído.**
{% endstep %}

{% step %}
Configure o **Então** ação:

**Adicionar Dispositivo Inteligente → SONOFF B05-BL → Habilitar Interruptor → Ligado → Concluído.**
{% endstep %}

{% step %}
Salve sua Cena Inteligente.

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

Agora, quando você pressionar o botão do R5, a luz B05-BL conectada acenderá automaticamente.


---

# 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/subdispositivos-ewelink-remote.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.
