Skip to content

Using MQTT Explorer

MQTT Explorer is a GUI-based MQTT client that lets you connect to an MQTT broker, browse topics, and publish messages without writing any code. This guide walks through installing and configuring MQTT Explorer to communicate with a Veva III device using Inzwa's MQTT broker. For background on the Veva III MQTT API and available topics, see the MQTT page.

Install and Configure MQTT Explorer

  1. Download and install MQTT Explorer.

  2. Open MQTT Explorer.

  3. Click Connections in the upper left corner.

  4. Give your connection a name and set the Host to mqtt.inzwa.cloud.

    MQTT Explorer Connection Settings

  5. Enter the username and password provided to you by Inzwa.

  6. Click the Advanced button.

    MQTT Explorer Advanced Settings

  7. Enter the topic provided by Inzwa (e.g. client/#), set QoS to 1, then click Add.

  8. Remove the two default topics that appear in the list.

  9. Click Back, then click Save.

  10. Click Connect to connect to the broker.

Send a Command

Commands for the Veva III are documented in the Command Reference section. The example below uses the stat 3g command, which returns cellular modem information.

MQTT Explorer Publish Window

  1. After connecting to the MQTT broker, locate the Publish window on the right side of the screen.

  2. Set the topic to clientName/deviceId/COMMAND, where clientName is provided by Inzwa and deviceId is the serial number of the device you want to send a command to.

  3. Select the Raw radio button.

  4. Set QoS to 1.

  5. Type your command in the message field, then click Publish.

Viewing Responses

After publishing a command, the target device will appear in the left pane. Click the arrow next to the device to expand it and see the COMMAND topic. When the device responds, its reply will appear under the REPLY topic in the same list.

Response Time

It can take up to 5 minutes for the Veva III to respond to a command.

Alarms and Notifications

When the device sends alarms or notifications, they will appear in topics named ALARM and NOTIFY alongside the COMMAND and REPLY topics.

Sending Additional Commands

When sending further commands, confirm that the topic shown in the Publish window is set to the COMMAND topic before clicking Publish. Multiple commands can be sent by entering a new command after clicking Publish. The Veva III will respond to all queued commands.


Last update: May 8, 2026