> 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-it/per-iniziare/aggiungi-dispositivi/sotto-dispositivi-ewelink-remote.md).

# Sotto-dispositivi eWeLink-Remote

Puoi trasformare il CUBE OS in un gateway remoto eWeLink, permettendo l'integrazione di sottodispositivi come il [**S-MATE 2**](https://sonoff.tech/en-us/products/sonoff-s-mate-extreme-switch-mate/58) **o** [**R5**](https://sonoff.tech/en-us/products/sonoff-switchman-r5-scene-controller/58).

{% hint style="info" %}
**Cos'è il controllo remoto eWeLink?**

Il controllo remoto eWeLink è una nuova soluzione di controllo remoto unica per i dispositivi SONOFF. Fornisce un modo di controllo per i tuoi elettrodomestici più comodo, più affidabile e a maggiore distanza.

Per maggiori dettagli, consulta:

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

## 1. Abilita il controllo remoto eWeLink in Pilot

{% stepper %}
{% step %}
Dalla barra laterale sinistra, vai a **Funzionalità Pilot**.

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

{% step %}
Trova **Controllo remoto eWeLink** e fai clic su **Per saperne di più**. Attiva l'interruttore per **enable** questa funzione.

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

{% step %}
Una volta abilitato, CUBE OS attiverà il protocollo eWeLink-Remote e si preparerà a ricevere segnali dai dispositivi compatibili.
{% endstep %}
{% endstepper %}

## 2. Aggiungi un sottodispositivo eWeLink-Remote (usando R5 come esempio)

{% stepper %}
{% step %}
Torna alla **Home** pagina. Fai clic sull' **“+”** icona in alto a destra. Seleziona **Sottodispositivi eWeLink-Remote** dalla lista.

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

{% step %}
Fai clic su **Associa** per entrare in modalità di associazione.

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

{% step %}
Sul tuo **SONOFF R5**, premi qualsiasi pulsante una volta. Questo invierà un segnale di associazione.
{% endstep %}

{% step %}
Una volta completata l'associazione, l'R5 apparirà nella tua lista dispositivi.

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

## 3. Configura Scene Smart per i sottodispositivi eWeLink-Remote

Dopo aver aggiunto il tuo sottodispositivo eWeLink-Remote, puoi collegarlo ad altri dispositivi smart tramite **Scene Smart**.

{% stepper %}
{% step %}
Vai alla **Pagina Scene** .

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

{% step %}
Sotto la **scheda Scene Smart** , fai clic su **Aggiungi Scena**.

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

{% step %}
Imposta il **Se** condizione:

**Aggiungi dispositivo smart → SONOFF R5 → Abilita pulsante wireless → Canale 1 → Clicca → Fatto.**
{% endstep %}

{% step %}
Imposta il **Poi** azione:

**Aggiungi dispositivo smart → SONOFF B05-BL → Abilita interruttore → Acceso → Fatto.**
{% endstep %}

{% step %}
Salva la tua Scena Smart.

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

Ora, quando premi il pulsante R5, la luce B05-BL collegata si accenderà 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-it/per-iniziare/aggiungi-dispositivi/sotto-dispositivi-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.
