Patrick Schurig 66aa71c990
Some checks failed
Build & Deploy docs / build-deploy (push) Failing after 10m46s
mise a jour
2026-06-06 09:51:43 +02:00

1.8 KiB
Raw Permalink Blame History

MQTT client

NIGHTLY NYMEA COMMUNITY

Subscribe to the internal or an external MQTT broker and send and receive MQTT messages.

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 |