> For the complete documentation index, see [llms.txt](https://vesta-guide.gitbook.io/vesta-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vesta-guide.gitbook.io/vesta-guide/vesta-411.md).

# VESTA-411

## Remote Controller&#x20;

RC-16-ADC2-R2

<figure><img src="/files/ViKT7lc7DjxbxTZBqP3c" alt=""><figcaption></figcaption></figure>

The Remote Controller is used to arm the system in home or away mode, disarm the system and send a panic signal.

## ***Identifying the parts***

<figure><img src="/files/MgaOhOG0vtYKgWWPBOnJ" alt=""><figcaption></figcaption></figure>

1. **LED Indicator**

The LED will flash 6 times when the Away Arm, Home Arm and Disarm buttons are pressed.

When the Panic Button is pressed, the LED will quickly flash 6 times.

2. **BUTTON**

Press this button to arm the system in away mode.

3. **BUTTON**

Press this button to disarm the system. When alarm is activated, pressing this button will stop the alarm.

4. **BUTTON**

Pressing this button will arm the system in home mode.

5. **BUTTON**

Press and hold this button for 3 seconds to send a panic signal regardless of system mode

{% hint style="warning" %}
Note:

Panic alarm cannot be stopped after activation by pressing disarm button on Remote Controller.
{% endhint %}

**6. BATTERY COMPARTMENT**

The Remote Controller uses one **CR2032** 3V mAh Lithium battery as its power source. The low battery status will be sent to the Control Panel along with regular signal transmission, and, the Control Panel will display the status accordingly.

{% hint style="warning" %}
Note:

* *When changing battery, after removing the old battery, press any button twice to fully discharge before inserting new battery.*
* *When a low voltage battery is inserted, the LED will flash 3 times to indicate low battery.*
  {% endhint %}

<figure><img src="/files/wzfrfc2LOCY15XpOWCg8" alt=""><figcaption></figcaption></figure>

### ***Getting Started***

* Remove the battery cover by turning, with a coin, the cover leftwards to the unlock position (FIG. 1)
* Insert the battery with the unmarked side (negative) of the battery facing down.
* Secure the battery cover back by turning the cover rightwards to the lock position (FIG. 2).
* Put the Control Panel into learning mode, refer to Control Panel manual for detail.
* Press any buttons on the Remote Controller.
* If the Control Panel receives the Remote Controller signal successfully, it will display the information accordingly.
* Please refer to your Control Panel manual to complete the learning process.

<figure><img src="/files/tEzxDtxkHHRoeuA8vFRW" alt=""><figcaption></figcaption></figure>


---

# 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://vesta-guide.gitbook.io/vesta-guide/vesta-411.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.
