# Status page

The Efento Gateway provides a **Status Page** accessible through a web browser after logging in to the device. This page offers a comprehensive overview of the gateway’s operational state, network connectivity, and logger environment, allowing users to monitor and verify proper functioning.

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

The status page includes the following key information:

* **Device Identification:**
  * **Name:** The user-assigned name of the gateway.
  * **Model:** Gateway model identifier.
  * **Firmware Version:** Current version of the gateway firmware.
  * **UI Version:** Version of the user interface.
  * **MAC Address:** Unique hardware address of the gateway.
* **Local Time:** Displays the time currently set on the gateway.
* **Last Connection to Server:** Timestamp of the gateway’s most recent communication with the server. If the device has not yet communicated, this field will be empty.
* **Uptime:** Time elapsed since the last device reset or power-on, showing how long the gateway has been operating continuously.
* **Sensors in Range:** Number of loggers currently detected by the gateway. Each gateway supports a maximum of **128 loggers**.
* **Network Status:** Shows the current status of the gateway’s network connection. Possible values include:
  * **OK** – The device successfully connects to the Internet.
  * **DNS error** – The device cannot resolve the domain name. This may indicate an issue with the DNS server configuration or an incorrect domain address.
  * **NTP bad address** – The device cannot resolve the NTP server address.
  * **NTP connection error** – The device is unable to connect to the configured NTP server.
  * **NTP invalid time received** – The device communicated with the NTP server but did not receive a valid time response.
* **Server:** Shows the server to which the gateway sends its data. A value of **“Efento”** indicates that data is transmitted to **Efento Cloud**.
* **Organisation Token:** Displays the HTTP token used to assign the gateway to an organization within Efento Cloud.
* **Server Status:** Indicates the gateway’s ability to communicate with the configured server. Possible values include:
  * **OK** – Communication is successful and data is being transmitted properly.
  * **Invalid address** – The server address is incorrect.
  * **Connection error** – The gateway cannot reach the server (no response received).
  * **Maintenance** – The server is temporarily unavailable (HTTP 503). The gateway will resend any missing measurements once the server becomes operational again.
  * **Invalid certificates** – The gateway cannot establish a secure HTTPS connection due to invalid or untrusted certificates.
  * **Unknown error** – A non-specific issue is preventing successful communication with the server.

The Status Page provides a clear and detailed view of the gateway’s current operational and network state, enabling users to quickly verify configuration, connectivity, and logger coverage.


---

# 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/ethernet-gateway/status-page.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.
