> For the complete documentation index, see [llms.txt](https://docs.smart-stuff.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smart-stuff.nl/dsmr-api/vragen-en-problemen/led-functie.md).

# LED functie

De dongels zijn uitgerust met een of meerdere leds. Zie hieronder de verschillen.

<table><thead><tr><th width="215">Dongle model</th><th>Status led</th><th>Power led</th><th>P1 Out led</th></tr></thead><tbody><tr><td>Ultra (Mini)</td><td>RGB</td><td>groen</td><td>blauw</td></tr><tr><td>P1 Dongle Pro</td><td>blauw</td><td>rood</td><td>-</td></tr><tr><td>Ethernet Dongle Pro</td><td>RGB</td><td>rood</td><td>-</td></tr><tr><td>P1 Dongle Pro+</td><td>blauw</td><td>groen</td><td>-</td></tr><tr><td>Ethernet Dongle Pro+</td><td>blauw</td><td>groen</td><td>-</td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>

**Power LED**

Deze led geeft aan of er stroom op de dongle staat. Deze led dient altijd aan te zijn en mag niet knipperen

**Status LED**

* na inpluggen zal de LED ±1 seconde blauw oplichten. Is dit niet het geval dan is er een probleem met stroom of met de dongel
* Zodra de dongel netwerk connectie heeft zal de status-led blauw blijven branden.
* Tijdens de Wifi koppeling knippert de blauwe led snel.
* Tijdens het lezen van slimme-meterdata geeft de status-led kort activiteit aan. Bij RGB-leds wordt dit groen. Bij een blauwe status-led ziet u een korte blink.
* Tijdens het indrukken van de knop geeft de status-led feedback. Bij RGB-leds is dit groen bij kort indrukken en rood zodra lang indrukken/factory reset bereikt is. Bij een blauwe status-led wordt dit als knipperfeedback getoond.

**P1 Out LED**

Deze geeft aan dat er data wordt verzonden naar het afnemende toestel


---

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

```
GET https://docs.smart-stuff.nl/dsmr-api/vragen-en-problemen/led-functie.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.
