> 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/cube-os-fr/prise-en-main/ajouter-des-appareils/sous-appareils-ewelink-remote.md).

# Sous-appareils eWeLink-Remote

Vous pouvez transformer le CUBE OS en une passerelle distante eWeLink, permettant l'intégration de sous-appareils tels que le [**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" %}
**Qu'est-ce que la télécommande eWeLink-Remote ?**

eWeLink-Remote Control est une nouvelle solution de télécommande unique pour les appareils SONOFF. Elle offre un moyen de contrôle plus pratique, plus fiable et à plus longue distance pour vos appareils ménagers.

Pour plus de détails, veuillez consulter :

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

## 1. Activer eWeLink-Remote Control dans Pilot

{% stepper %}
{% step %}
Depuis la barre latérale gauche, allez à **Fonctionnalités Pilot**.

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

{% step %}
Trouvez **eWeLink-Remote Control** et cliquez sur **En savoir plus**. Basculer l'interrupteur pour **activer** cette fonctionnalité.

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

{% step %}
Une fois activé, le CUBE OS activera le protocole eWeLink-Remote et se préparera à recevoir des signaux d'appareils compatibles.
{% endstep %}
{% endstepper %}

## 2. Ajouter un sous-appareil eWeLink-Remote (Utilisation du R5 comme exemple)

{% stepper %}
{% step %}
Retournez à la **page d'accueil** . Cliquez sur l' **icône « + »** en haut à droite. Sélectionnez **Sous-appareils eWeLink-Remote** dans la liste.

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

{% step %}
Cliquez sur **Associer** pour entrer en mode d'appairage.

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

{% step %}
Sur votre **SONOFF R5**, appuyez une fois sur n'importe quel bouton. Cela enverra un signal d'appairage.
{% endstep %}

{% step %}
Une fois l'appairage réussi, le R5 apparaîtra dans votre liste d'appareils.

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

## 3. Configurer des scènes intelligentes pour les sous-appareils eWeLink-Remote

Après avoir ajouté votre sous-appareil eWeLink-Remote, vous pouvez le relier à d'autres appareils intelligents via **Scènes intelligentes**.

{% stepper %}
{% step %}
Allez à la **page Scène** .

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

{% step %}
Sous l'onglet **Scène intelligente** , cliquez sur **Ajouter une scène**.

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

{% step %}
Configurez le **si** condition :

**Ajouter un appareil intelligent → SONOFF R5 → Activer le bouton sans fil → Canal 1 → Cliquer → Terminé.**
{% endstep %}

{% step %}
Configurez le **Puis** action :

**Ajouter un appareil intelligent → SONOFF B05-BL → Activer l'interrupteur → On → Terminé.**
{% endstep %}

{% step %}
Enregistrez votre scène intelligente.

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

Maintenant, lorsque vous appuyez sur le bouton du R5, la lampe B05-BL connectée s'allumera automatiquement.


---

# 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/cube-os-fr/prise-en-main/ajouter-des-appareils/sous-appareils-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.
