Skip to main content
Version: 5.6

MQTT

The MQTT machine-to-machine messaging protocol enables the transmission of telemetry data between devices.

Use the MQTT plug-in to configure the connection to an MQTT broker or to cloud-based MQTT services such as AWS IoT or Azure IoT Hub.

The plug-in provides the broker connection. The actual data exchange takes place later via MQTT transfer objects, MQTT Subscribe as a trigger, or the MQTT Storage Read transfer object within a connection.

Application

The standard procedure is as follows:

  1. Open the plugin by clicking “MQTT” in the “Plugins” menu.

MQTT Plug-in

  1. Click the plus button or double-click an existing entry.
  2. Configure the necessary settings (see the section “Plug-in Configuration”).
  3. Confirm by clicking “OK”.

The MQTT connection is then available in the connection configuration for transfer objects and triggers.

You can check your connection using the “Test Connection” button.

note

If you want to not only send or receive MQTT messages, but also cache them and read them later as needed, enable the MQTT Data Storage function in the plug-in configuration.