NodesIo
MQTT Client Initialization
Slot Usage: 3
| Child Nodes |
|---|
| MQTT Client Publish |
| MQTT Subscribe Trigger |
Overview
MQTT Client Initialization node configures broker connectivity and session options.
Set this once, then publish messages using MQTT Client Publish.
Input
Protocol
string requiredBroker transport protocol:
TCP_IPSSL_TLSWSS
Select secure protocols (SSL_TLS or WSS) when broker or policy requires encrypted transport.
Host
string requiredMQTT broker hostname or IP address the client should connect to.
Port
integer requiredNetwork port exposed by the broker for the selected protocol.
Client ID
string requiredUnique MQTT client identifier.
Use a stable ID when session persistence is important.
Clean Session
boolean requiredControls whether previous session state is discarded when connecting.
Username / Password
stringAuthentication credentials for broker login.
Used when required by broker security settings.
Output
This node does not provide custom output fields.