> 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-ru/nachalo-raboty/dobavit-ustroistva/podustroistva-ewelink-remote.md).

# Подустройства eWeLink-Remote

Вы можете превратить CUBE OS в шлюз eWeLink Remote, позволяющий интегрировать подустройства, такие как [**S-MATE 2**](https://sonoff.tech/en-us/products/sonoff-s-mate-extreme-switch-mate/58) **или** [**R5**](https://sonoff.tech/en-us/products/sonoff-switchman-r5-scene-controller/58).

{% hint style="info" %}
**Что такое пульт eWeLink-Remote？**

eWeLink-Remote — это уникальное новое решение дистанционного управления для устройств SONOFF. Оно обеспечивает более удобный, более надёжный и дальнодействующий способ управления вашими бытовыми приборами.

Подробнее смотрите:

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

## 1. Включите eWeLink-Remote в Pilot

{% stepper %}
{% step %}
В левом боковом меню перейдите в **Функции Pilot**.

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

{% step %}
Найдите **eWeLink-Remote Control** и нажмите **Узнать больше**. Переключите тумблер в положение **включено** для этой функции.

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

{% step %}
После включения CUBE OS активирует протокол eWeLink-Remote и подготовится к приему сигналов от совместимых устройств.
{% endstep %}
{% endstepper %}

## 2. Добавление подустройства eWeLink-Remote (на примере R5)

{% stepper %}
{% step %}
Вернитесь на **Главную** страницу. Нажмите на **«+»** иконку в правом верхнем углу. Выберите **Подустройства eWeLink-Remote** в списке.

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

{% step %}
Нажмите **Нажмите** чтобы войти в режим сопряжения.

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

{% step %}
На вашем **SONOFF R5**нажмите любую кнопку один раз. Это отправит сигнал сопряжения.
{% endstep %}

{% step %}
После успешного сопряжения R5 появится в вашем списке устройств.

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

## 3. Настройка Умных Сцен для подустройств eWeLink-Remote

После добавления подустройства eWeLink-Remote вы можете привязать его к другим умным устройствам через **Умные Сцены**.

{% stepper %}
{% step %}
Перейдите на **страницу Сцен** .

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

{% step %}
Во вкладке **Умная Сцена** нажмите **Добавить Сцену**.

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

{% step %}
Настройте **Если** условие:

**Добавить Умное Устройство → SONOFF R5 → Включить Беспроводную Кнопку → Канал 1 → Нажать → Готово.**
{% endstep %}

{% step %}
Настройте **Затем** действие:

**Добавить Умное Устройство → SONOFF B05-BL → Включить Переключатель → Вкл → Готово.**
{% endstep %}

{% step %}
Сохраните вашу Умную Сцену.

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

Теперь, когда вы нажмёте кнопку R5, подключённый светильник B05-BL автоматически включится.


---

# 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-ru/nachalo-raboty/dobavit-ustroistva/podustroistva-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.
