> For the complete documentation index, see [llms.txt](https://docs.yobiiq.com/rm200/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yobiiq.com/rm200/device/physical-interfaces.md).

# Physical Interfaces

## **Device Status LED**

<table><thead><tr><th width="318">Status</th><th>Led Indication</th></tr></thead><tbody><tr><td>Device Start Procedure</td><td>Red/Green Sequence (200ms RED / 200ms GREEN)</td></tr><tr><td>LoRa Join process</td><td>Orange Blink (200ms ON / 200ms OFF)</td></tr><tr><td>LoRa Uplink Transmission</td><td>Green Blink (200ms ON / 200ms OFF)</td></tr><tr><td>Device failed to send uplink</td><td>Red Blink (200ms ON / 200ms OFF) - 5 cycles</td></tr><tr><td>Low battery level</td><td>Red/Orange Sequence (1s Red / 500ms Orange) - once every 120 seconds.</td></tr><tr><td>Network Quality test running</td><td>Red/Orange Sequence (200 ms RED / 200ms ORANGE)</td></tr><tr><td>Network Quality test result</td><td>Bad : Red Blink (200ms ON / 200ms OFF) - 10 s <br>Medium : Orange Steady : 10 s <br>Good : Green Steady : 10 s</td></tr><tr><td>Device Error</td><td>Red Solid</td></tr><tr><td>Device Ok</td><td>Green Solid</td></tr></tbody></table>

## **Channel 1 LED**

The Channel 1 LED is used to display the current status of Channel 1.

| Status            | Led Indication                             |
| ----------------- | ------------------------------------------ |
| Relay On, Auto    | Green, Solid                               |
| Relay Off, Auto   | Red, Solid                                 |
| Relay On, Manual  | Green/White Sequence (1s Green / 1s White) |
| Relay Off, Manual | Red/White Sequence (1s Red / 1s White)     |

## **Channel 2 LED**

The Channel 1 LED is used to display the current status of Channel 1.

| Status            | Led Indication                             |
| ----------------- | ------------------------------------------ |
| Relay On, Auto    | Green, Solid                               |
| Relay Off, Auto   | Red, Solid                                 |
| Relay On, Manual  | Green/White Sequence (1s Green / 1s White) |
| Relay Off, Manual | Red/White Sequence (1s Red / 1s White)     |

## Status Button

The iQ RM is equipped with a status button, available from the enclosure top.\
The status button can be used for the following actions;

* **Restart Device** (short press < 2 seconds)
* **Start join procedure** (short press > 5 seconds)

## Channel 1 Button

This button can be used to change the relay output from “Normal Mode” to “Manual On” to “Manual Off”, see below diagram.

<figure><img src="/files/wimpmWatqSvY3EvBKNOE" alt=""><figcaption><p>Flowchart Relay Channel Button</p></figcaption></figure>

## Channel 2 Button

This button can be used to change the relay output from “Normal Mode” to “Manual On” to “Manual Off”, see below diagram.

<figure><img src="/files/wimpmWatqSvY3EvBKNOE" alt=""><figcaption><p>Flowchart Relay Channel Button</p></figcaption></figure>

## Buzzer

The buzzer is used to alert an error in the product locally. The buzzer only sounds during the allowed start and end time.

| Status                       | Action                                                                                  |
| ---------------------------- | --------------------------------------------------------------------------------------- |
| Device failed to send uplink | Sound 1x (100ms)                                                                        |
| Network Quality test result  | <p>Bad : Sound 3x (100ms) <br>Medium : Sound 6x (100ms) <br>Good : Sound 9x (100ms)</p> |


---

# 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://docs.yobiiq.com/rm200/device/physical-interfaces.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.
