Setting up the MQTT broker to see MQTT-messages

There are two options to see your messages in MQTT

Instructions

In general, there are two options. Option 1 is for quick fixes when working with Node-RED flows and Option 2 is more sophisticated.

Option 1: in Node-RED

…the thing with the debugger-node and the debugging-window.

Option 2: using MQTT Explorer

In this article we shortly explain how you can set up all machines and servers through the MQTT-Explorer. This is mandatory to monitor MQTT-messages and troubleshoot if somehow data does not find its way to grafana.


  1. Install MQTT Explorer

  2. Open it and add a new connection

    Untitled

  3. Give it a name and enter the IP address of the MQTT broker (usually the IP of the edge device)

    Untitled

  4. Go to Advanced

    Untitled

  5. Remove the topic with #

    Untitled

  6. Create a new topic with ia/#

    Untitled

  7. Press back and SAVE. then connect.

Last modified February 17, 2023: update (#208) (ea731fc)