> 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/smart-home-integratie.md).

# Smart Home integratie

Er zijn meerdere manieren om te integreren met smart home systemen, namelijk:

1. Via de API\
   De API dient bevraagd te worden (pull) en geeft een json response. Zie [API overzicht](/dsmr-api/geavanceerd/api-overzicht.md) voor de beschikbare endpoints.
2. Via MQTT\
   De dongel pusht per in te stellen interval de gegevens naar de mqtt broker. Hoe de broker ingesteld dient te worden lees je in [MQTT](/dsmr-api/koppelingen/mqtt.md)

De informatie wordt door de smart home systemen opgehaald (api) of ontvangen (mqtt). Deze systemen dien geconfigureerd te worden om de data op de juiste manier te verwerken.

### De verschillende systemen

{% content-ref url="/pages/U12OVJ6mBFQIM7AenNgL" %}
[Home Assistant (HA)](/dsmr-api/koppelingen/home-assistant-ha.md)
{% endcontent-ref %}

{% content-ref url="/pages/xLnvJFYNKvgkxbdv9UZW" %}
[Domoticz & DSMR-reader](/dsmr-api/koppelingen/domoticz-and-dsmr-reader.md)
{% endcontent-ref %}


---

# 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/smart-home-integratie.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.
