# Troubleshooting

## **Status information in the mobile app**

Information about the gateway’s status is available in the mobile application under the *Status* tab. This section provides all the details needed to diagnose connectivity or operational issues with the gateway. To retrieve the status information from the gateway:

{% stepper %}
{% step %}

### Enable configuration mode on the gateway

Press the button located on the **back panel** of the gateway **twice**.

<figure><img src="/files/IYWKHR5AorwxOmw0TZ0m" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Open the mobile application and go to *Nearby devices* mode

Open the mobile application and change the view to Nearby devices by selecting **Main menu** (three lines in the upper-left corner) → **Nearby devices**.
{% endstep %}

{% step %}

### Connect to the Gateway

Tap the Gateway in the list to connect, then enter its password. You can find the password on the label attached to the bottom of the device.
{% endstep %}

{% step %}

### Display the *Status* tab

Tap the **three dots** in the upper-left corner of the app and select ***Status***. The Status screen displays detailed information about the gateway, including:

* **Serial Number:** Unique identifier for the gateway.
* **Software Version:** Current version of the gateway’s software.
* **Last Communication:** Date and time of the gateway’s most recent communication with the server.
* **Communication Status:** Outcome of the last attempt to communicate with the server:
  * **Success:** Communication was successful.
  * **Server Connection Error:** The gateway was unable to connect to the server.
  * **Communication Issue Indicators:** Specific issues preventing communication, such as:
    * DNS error,
    * invalid NTP address,
    * NTP connection error,
    * NTP invalid time received,
    * server invalid address,
    * server connection error,
    * server unknown error.
* **Registration Status:** Current network registration state of the gateway:
  * **Registered (Home/Roaming):** The gateway is registered on a home or roaming network.
  * **Not Registered:** The gateway is not registered on any network.
  * **Searching:** The gateway is searching for a network.
  * **Registration Denied:** The selected network does not permit registration.
* **IMEI:** IMEI number of the LTE module in the gateway.
* **ICCID:** ID of the SIM card used by the gateway.
* **PLMN:** PLMN code of the network the gateway is connected to.
* **Signal Quality Parameters:**
  * **RSSI:** Received Signal Strength Indicator.
  * **RSRP:** Reference Signal Received Power.
  * **SINR:** Signal-to-Interference-plus-Noise Ratio.
  * **RSRQ:** Reference Signal Received Quality.

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

## LED indicators

The Efento Gateway is equipped with four LEDs that provide visual feedback about the device’s status. These LED indicators help you monitor the gateway’s operation and identify issues quickly.

The meaning of each LED color and blinking pattern is described below:

| <mark style="color:blue;">**Blue – quickly blinking**</mark>     | The gateway is connected to the mobile app and ready for configuration.                |
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| <mark style="color:blue;">**Blue – slowly blinking**</mark>      | The gateway is searching for an LTE signal and initiating communication.               |
| <mark style="color:blue;">**Blue – constant**</mark>             | The gateway is connected to an LTE network.                                            |
| <mark style="color:orange;">**Orange – quickly blinking**</mark> | The gateway is in configuration mode and waiting for a connection with the mobile app. |
| <mark style="color:orange;">**Orange – slowly blinking**</mark>  | No logger is within range of the gateway.                                              |
| <mark style="color:orange;">**Orange – single blink**</mark>     | The gateway button has been pressed.                                                   |
| <mark style="color:green;">**Green – blinking**</mark>           | The gateway is communicating with the server.                                          |
| <mark style="color:green;">**Green – constant**</mark>           | Communication with the server was successful.                                          |
| <mark style="color:red;">**Red – slowly blinking**</mark>        | Low battery level (only when USB power is not connected).                              |
| <mark style="color:red;">**Red – constant**</mark>               | An error has occurred. Contact support at [help.efento.io](https://help.efento.io).    |
| **All LEDs blinking sequentially**                               | The device is powering off, resetting to factory settings, or clearing memory.         |
| **All LEDs flashing simultaneously**                             | Critical error. Contact support at [help.efento.io](https://help.efento.io).           |


---

# Agent Instructions: 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:

```
GET https://docs.efento.io/efento-gateways/lte-gateway/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
