> 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/start-1/quick-start.md).

# Quick Start

Met deze stappen krijgt u de P1 Dongle snel werkend met de DSMR-API software.

## 1. Sluit de dongle aan

Plaats de dongle in de P1 poort van de slimme meter. Bij een dongle met Ethernet kunt u de netwerkkabel aansluiten voordat u de dongle opstart. Ethernet heeft voorrang op WiFi.

{% hint style="warning" %}
Gebruikt u de dongle in Vlaanderen? Activeer dan eerst de P1 poort via Fluvius.
{% endhint %}

## 2. Koppel WiFi of gebruik Ethernet

Zonder bekende netwerkverbinding start de dongle een eigen WiFi-netwerk, bijvoorbeeld `P1-Dongle-Pro` of `Ultra-Dongle`.

1. Verbind telefoon, tablet of computer met dit WiFi-netwerk.
2. Open de popup die verschijnt, of ga naar <http://192.168.4.1>.
3. Kies **Configure WiFi**.
4. Vul uw WiFi-netwerk en wachtwoord in.
5. Sla op en verbind daarna weer met uw gewone netwerk.

Als de koppeling lukt, brandt de blauwe LED continu. Zie [WiFi koppeling](/dsmr-api/start-1/wifi-koppeling.md) voor de volledige uitleg en probleemoplossing.

## 3. Open de webinterface

Open de dongle in de browser via het IP-adres of via de lokale naam:

| Dongle                        | Lokale URL                     |
| ----------------------------- | ------------------------------ |
| P1 Dongle Pro                 | <http://p1-dongle-pro.local/>  |
| P1 Dongle Pro+/NRG Dongle Pro | <http://nrg-dongle-pro.local/> |
| Ethernet Dongle Pro           | <http://eth-dongle-pro.local/> |
| Ultra / Ultra Mini            | <http://ultra-dongle.local/>   |

Werkt de `.local` naam niet, zoek dan het IP-adres in uw router of gebruik [http://ipcheck.smart-stuff.nl](http://ipcheck.smart-stuff.nl/) met het MAC-adres op het label.

## 4. Controleer de basis

Controleer in de webinterface:

* **Actueel**: hier moeten de actuele meterwaarden verschijnen.
* **Informatie > Telegram**: hier ziet u de ruwe P1 data.
* **Settings**: hier kunt u onder andere tarieven, historie, MQTT, Modbus, water en beveiliging instellen.

## 5. Kies wat u verder nodig heeft

Voor de meeste gebruikers is de dongle nu klaar voor gebruik. Daarna kunt u optioneel:

* [MQTT](/dsmr-api/koppelingen/mqtt.md) instellen voor Home Assistant of een andere broker.
* [Home Assistant](/dsmr-api/koppelingen/home-assistant-ha.md) koppelen via HomeWizard API, MQTT of poort 82.
* [Modbus RTU/TCP](/dsmr-api/koppelingen/modbus-rtu-tcp.md) instellen voor omvormers, laadpalen of energiemanagement.
* [Vast IP adres](/dsmr-api/instellingen/vast-ip-adres.md) instellen als uw router de dongle steeds een ander IP-adres geeft.
* [Software update](/dsmr-api/instellingen/software-update.md) gebruiken om naar de nieuwste firmware te gaan.


---

# 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/start-1/quick-start.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.
