> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-nl/skills/mqtt.md).

# MQTT

Hier vindt men de MQTT-configuratiepagina binnen de nomos system Controller, waar de gebruiker de MQTT-broker kan configureren.

1. **Status:**
   * **Broker URL:** Toon de momenteel geconfigureerde URL van de MQTT-broker (bijv. mqtt://localhost).
   * **Status:** Toon de verbindingsstatus van de broker.
   * **Topic Status:** Toon de status van de toegewezen topics (berichtenkanalen).
   * **Topic Subscriber:** Aantal en details van de clients die berichten van een bepaald topic ontvangen.
   * **Topic Publisher:** Aantal en details van de clients die berichten naar een bepaald topic verzenden.
2. **Hulp:**
   * Een klik op de **hulpknop** biedt ondersteuning bij de configuratie of bij problemen met de MQTT-verbinding.
3. **Instellingen:**
   * **Broker URL:** Hier kan de URL van de MQTT-broker worden opgegeven, bijvoorbeeld "mqtt://localhost" of een externe broker-adres.
   * **Port:** Standaard is port **1883** ingesteld, die meestal wordt gebruikt voor onbeveiligde MQTT-verbindingen. Deze kan indien nodig worden aangepast.
   * **Authenticatie:** Bij activatie kan een gebruikersauthenticatie voor toegang tot de MQTT-broker worden geconfigureerd.

{% hint style="info" %}
**Hints voor gebruik:**

* **MQTT** is een lichtgewicht messagingprotocol dat speciaal is geoptimaliseerd voor verbindingen met minimale dataverkeer en lage latentie. Het wordt veel gebruikt in de SmartHome-sector om berichten tussen apparaten uit te wisselen.
* De **MQTT-Broker** fungeert als een centrale eenheid om berichten tussen clients (apparaten) te verspreiden.
  {% endhint %}

<figure><img src="/files/x7ES7G9dIoq9FzsKDTYb" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integrator-nl/skills/mqtt.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.
