> 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-en/skills/mqtt.md).

# MQTT

Here you can find the MQTT configuration page within the nomos system Controller, where users can set up the MQTT broker.

1. **Status:**
   * **Broker URL:** Displays the currently configured URL of the MQTT broker (e.g., mqtt://localhost).
   * **Status:** Shows the connection status of the broker..
   * **Topic Status:** Displays the status of the assigned topics (message channels).
   * **Topic Subscriber:** Number and details of clients receiving messages from a specific topic.
   * **Topic Publisher:** Number and details of clients sending messages to a specific topic.
2. **Help:**
   * Clicking on the **help** button provides assistance with configuration or issues regarding the MQTT connection.
3. **Settings:**
   * **Broker URL:** Here you can specify the URL of the MQTT broker, such as “mqtt://localhost” or an external broker address.
   * **Port:** The default port is set to **1883**, commonly used for unencrypted MQTT connections. This can be adjusted if necessary.
   * **Authentication:** When enabled, user authentication can be configured for access to the MQTT broker.

**Usage Notes:**

* **MQTT** is a lightweight messaging protocol specifically optimized for connections with minimal data traffic and low latency. It is widely used in the Smart Home sector to exchange messages between devices.
* The **MQTT broker** acts as a central unit to distribute messages between clients (devices).

<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-en/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.
