> 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-pl/pierwsze-kroki/dodaj-urzadzenia/podurzadzenia-ewelink-remote.md).

# Podurządzenia eWeLink-Remote

Możesz przekształcić CUBE OS w eWeLink Remote Gateway, umożliwiając integrację pod-urządzeń takich jak [**S-MATE 2**](https://sonoff.tech/en-us/products/sonoff-s-mate-extreme-switch-mate/58) **lub** [**R5**](https://sonoff.tech/en-us/products/sonoff-switchman-r5-scene-controller/58).

{% hint style="info" %}
**Czym jest eWeLink-Remote control？**

eWeLink-Remote Control to unikalne nowe rozwiązanie zdalnego sterowania dla urządzeń SONOFF. Zapewnia wygodniejszy, bardziej niezawodny i działający na większe odległości sposób sterowania Twoimi urządzeniami domowymi.

Szczegóły można znaleźć pod adresem:

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

## 1. Włącz eWeLink-Remote Control w Pilot

{% stepper %}
{% step %}
Z lewej paska bocznego przejdź do **Funkcje Pilota**.

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

{% step %}
Znajdź **eWeLink-Remote Control** i kliknij **Dowiedz się więcej**. Przełącz przełącznik, aby **enable** włączyć tę funkcję.

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

{% step %}
Po włączeniu CUBE OS aktywuje protokół eWeLink-Remote i przygotuje się do odbierania sygnałów z kompatybilnych urządzeń.
{% endstep %}
{% endstepper %}

## 2. Dodaj pod-urządzenie eWeLink-Remote (przykład: R5)

{% stepper %}
{% step %}
Wróć do **Strony głównej** Kliknij **“+”** ikonkę w prawym górnym rogu. Wybierz **Pod-urządzenia eWeLink-Remote** z listy.

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

{% step %}
Kliknij **Sparuj** aby wejść w tryb parowania.

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

{% step %}
Na swoim **SONOFF R5**, naciśnij dowolny przycisk raz. To wyśle sygnał parowania.
{% endstep %}

{% step %}
Po pomyślnym sparowaniu R5 pojawi się na liście Twoich urządzeń.

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

## 3. Skonfiguruj Inteligentne Sceny dla pod-urządzeń eWeLink-Remote

Po dodaniu pod-urządzenia eWeLink-Remote możesz powiązać je z innymi inteligentnymi urządzeniami poprzez **Inteligentne Sceny**.

{% stepper %}
{% step %}
Przejdź do **Strony sceny** Pod

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

{% step %}
kartą **Inteligentna scena** kliknij **Dodaj scenę**.

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

{% step %}
Skonfiguruj **Jeśli** warunek:

**Dodaj inteligentne urządzenie → SONOFF R5 → Włącz przycisk bezprzewodowy → Kanał 1 → Kliknij → Gotowe.**
{% endstep %}

{% step %}
Skonfiguruj **Następnie** akcja:

**Dodaj inteligentne urządzenie → SONOFF B05-BL → Włącz przełącznik → Włącz → Gotowe.**
{% endstep %}

{% step %}
Zapisz swoją Inteligentną Scenę.

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

Teraz, gdy naciśniesz przycisk R5, podłączone światło B05-BL włączy się automatycznie.


---

# 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-pl/pierwsze-kroki/dodaj-urzadzenia/podurzadzenia-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.
