Hello,
There are 2 ways to publish data via MQTT:
1. Using the DrvMqttPublisher driver. Use this way to publish data of the selected channels.
You should select the MQTT type of communication channel. Add a device, and set up the device’s properties.
2. Using the DrvDsMqtt driver to create an MQTT data source. It’s more handy when you need to publish all data of the specified devices.
Try to configure it intuitively, and publish screenshots if some settings are not clear.