Skip to content
Docs

Debug

Debug provides a real-time view of the payloads received from connected devices. It helps verify that devices are transmitting data correctly, inspect incoming payloads, and troubleshoot communication or data-processing issues during device integration and testing.

Go to Admin → Debug.

Enable Toggle Debug to start capturing incoming device payloads. The Status indicator shows whether debug logging is currently On or Off.

While debugging is enabled, each received payload is displayed with the following information:

ColumnDescription
TimeDate and time when the payload was received.
ProtocolCommunication protocol used to send the payload (for example, HTTP or MQTT).
DestinationDevice that received the payload.
PayloadRaw JSON payload received from the device.
Debug

Use Filter Destination to display payloads for a specific device, or click Clear Logs to remove the current log entries.