> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/efento-gateways/ethernet-gateway/loggers-list.md).

# Loggers list

The **Sensors** tab displays all loggers currently within the range of the Efento Gateway. For each logger, you can view:

* Serial number
* Name
* Status
* Current measurements
* Signal strength
* Measurement interval
* Timestamp of the last communication
* Information on whether measurements are buffered in the gateway’s memory (used when connectivity issues occur; the gateway will automatically resend missing data)

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

A search bar is available above the list, allowing you to quickly locate a logger by its serial number. You can also use the filter buttons (![](/files/hXkaIr3pMTwjt34EZ4ey)) to display only loggers with specific statuses (e.g., downloading, OK, lost, low battery, issue, encrypted).

If the Efento Gateway is configured to work with **Efento Cloud**, it automatically synchronizes all measurements stored in its internal memory with the cloud. Loggers whose measurements are currently being buffered are highlighted in blue. If a logger is bounded, the gateway will also automatically download data from the logger's internal memory whenever the logger goes out of range and reconnects later, ensuring no measurements are lost. By selecting a logger, you can view its data as a chart or table or export it as a **TXT** or **CSV** file.


---

# 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.efento.io/efento-gateways/ethernet-gateway/loggers-list.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.
