> 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/koppelingen.md).

# Koppelingen

- [Welke koppeling kiezen?](https://docs.smart-stuff.nl/dsmr-api/koppelingen/welke-koppeling-kiezen.md)
- [Fronius GEN24 integration](https://docs.smart-stuff.nl/dsmr-api/koppelingen/fronius-gen24.md): Use P1 smart-meter data as a Fronius GEN24 primary meter through Modbus.
- [Smart Home integratie](https://docs.smart-stuff.nl/dsmr-api/koppelingen/smart-home-integratie.md): Integratie met smart home systemen zoals Home Assistant, OpenHab, Domoticz etc.
- [Home Assistant (HA)](https://docs.smart-stuff.nl/dsmr-api/koppelingen/home-assistant-ha.md)
- [P1 Dongle vervangen zonder verlies van data](https://docs.smart-stuff.nl/dsmr-api/koppelingen/home-assistant-ha/p1-dongle-vervangen-zonder-verlies-van-data.md)
- [HA: Sensor vervangen](https://docs.smart-stuff.nl/dsmr-api/koppelingen/ha-sensor-vervangen.md)
- [Domoticz & DSMR-reader](https://docs.smart-stuff.nl/dsmr-api/koppelingen/domoticz-and-dsmr-reader.md)
- [Domoticz & Watersensor](https://docs.smart-stuff.nl/dsmr-api/koppelingen/domoticz-and-watersensor.md): Hieronder de integratie tip van Henk Jan Z.
- [MQTT](https://docs.smart-stuff.nl/dsmr-api/koppelingen/mqtt.md): Gegevens delen via MQTT
- [Modbus RTU/TCP](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp.md)
- [Standaard](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/standaard.md): Deze mapping is de standaard uint32-registermapping van de P1 dongle.
- [SDM630](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/sdm630.md): Deze mapping bootst de veelgebruikte registerindeling van de Easton SDM630 na.
- [DTSU666](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/dtsu666.md): Deze mapping bootst de registerindeling van de DTSU666 energiemeter na.
- [Alfen / Socomec](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/alfen-socomec.md): Deze mapping bootst de registerindeling na zoals gebruikt wordt door bepaalde Alfen- en Socomec-koppelingen.
- [EM330](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/em330.md): Deze mapping bootst de registerindeling van de Carlo Gavazzi EM330 na.
- [ABB B21](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/abb-b21.md): Deze mapping bootst de registerindeling van de ABB B21 na.
- [MX3xx](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/phoenix-eem-mx3xx.md): Deze mapping bootst de registerindeling van een MX3xx meter na.
- [Standaard - FLOAT](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/standaard-float.md): Deze mapping is de standaard floating-point mapping van de P1 dongle.
- [KLEFR - INEPRO](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/klefr-inepro.md): Deze mapping bootst de registerindeling na van de KLEFR/INEPRO-koppeling.


---

# 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/koppelingen.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.
