Patrick Schurig 66aa71c990
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 2m40s
mise a jour
2026-06-06 09:51:43 +02:00

44 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MQTT client
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge community">COMMUNITY</span>
Subscribe to the internal or an external MQTT broker and send and receive MQTT messages.
<!-- BEGIN GENERATED: integrationpluginmqttclient.json -->
**Fabricant :** nymea
**Plugin :** `mqttclient`
#### Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
| --- | --- | --- | --- | --- |
| **Internal MQTT client** | inputtrigger, outputtrigger | — | Ajout manuel | 0 |
| **MQTT client** | inputtrigger, outputtrigger | — | Ajout manuel | 0 |
#### Détail par modèle
??? abstract "Internal MQTT client — `internalMqttClient`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `topicFilter` | Subscription topic filter | QString | — | `#` | non |
??? abstract "MQTT client — `mqttClient`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `serverAddress` | Address | QString | — | — | non |
| `serverPort` | Port | int | 065535 | `1883` | non |
| `username` | Username | QString | — | — | non |
| `clientId` | Client Id | QString | — | `nymea` | non |
| `password` | Password | QString | — | — | non |
| `topicFilter` | Subscription topic filter | QString | — | `#` | non |
| `useSsl` | Use SSL | bool | — | `False` | non |
| `willTopic` | Will topic | QString | — | — | non |
| `willMessage` | Will message | QString | — | — | non |
| `willRetain` | Retain will | bool | — | `False` | non |
| `willQoS` | Will QoS | uint | 02 | `0` | non |
| `keepAlive` | Keep alive | uint | 065535 | `60` | non |
<!-- END GENERATED -->