> 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/ethernet-p1-dongle-pro/snelle-start/van-start.md).

# Van start

De Ethernet P1 Pro dongle is in de basis identiek aan de P1 Dongle Pro. Er zijn echter een aantal zaken waarin de ethernet dongle anders is, namelijk:

* ethernet aansluiting ... natuurlijk ;-)&#x20;
* een witte led die aan staat zodra er voeding op op de dongle staat
* een RGB led om de status van de dongle aan te geven

## RGB led

De rgb led geeft een aantal statussen terug. Deze zijn:

* LED UIT: geen ethernet koppeling
* LED BLAUW: ethernet koppeling aanwezig
* LED BLAUW met af en toe groene/witte knipper: knipper geeft aan dat er succesvol slimme data van de meter ingelezen is

## Webinterface

De website van de dongle is te benaderen via <http://eth-dongle-pro.local/>. Soms lukt dit niet omdat de router de url niet kan vinden. Dan kan de dongle benaderd worden via het ip-adres van de dongle. Dit ip adres is in de router te vinden onder en vaak onder de naam : esp32-sc-w5500

Heeft u een andere host naam ingesteld in de dongle dan zal de dongle onder deze host naam te bereiken zijn  http\://\<host naam>.local

## Functionele beschrijving

Los van de wifi koppeling en watersensor is de beschrijving van de P1 Pro Dongle te volgen zie:&#x20;

[DSMR API](https://docs.smart-stuff.nl/dsmr-api/)

[ESPHOME](https://docs.smart-stuff.nl/esphome-p1-dongle-pro/)


---

# 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.smart-stuff.nl/ethernet-p1-dongle-pro/snelle-start/van-start.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.
