Check broker for incoming data

To subscribe to MQTT topics an MQTT client is required. There are many available; it is recommended that you consult with an IT professional. This example uses the Google Chrome extension MQTTBox .

  1. Launch MQTTBox.

  2. Configure the client.


    (Click image to expand/collapse display)

    1. Give the MQTT client a name.

    2. Select mqtt/tcp for the Protocol.

    3. Enter test.mosquitto.org for the Host.

    4. Keep all other settings as their defaults.

    5. Click Save.

  1. Type cs/v1/# in the Topic to subscribe field to subscribe to all topics. This is the Base MQTT Topic noted from the Device Configuration Utility > MQTT > Settings Editor.

  2. Click Subcribe.



    (Click image to expand/collapse display)

  3. Confirm data is being received.



    (Click image to expand/collapse display)