MQTT Config
Description
MQTT is a lightweight publish-subscribe messaging protocol that is commonly used in IoT applications. It is designed to be simple, open, and easy to implement. MQTT is a good choice for applications that require real-time data updates and communication between devices.
Zene enables the user to connect to MQTT broker to publish (MQTT Publish Tool) and subscribe (Input Trigger) to MQTT topics.
Child Tools
Settings
Protocol
The protocol to use when connecting to the MQTT broker. The following protocols are supported:
TCP/IP
SSL/TLS
WSS
Host
The hostname or IP address of the MQTT broker to connect to.
Port
The port number of the MQTT broker to connect to. Default value is 8883.
Client ID
The client ID to use when connecting to the MQTT broker. The client ID is used by the broker to identify the client.
Username
SSL/TLS WebsocketThe username used for authentication with the MQTT broker.
Password
SSL/TLS WebsocketThe password used for authentication with the MQTT broker.
Clean session
Whether to start a clean session for the MQTT connection. If true, the broker will not persist any previous session state.