Skip to content

Device messaging debug

asgothian edited this page Feb 26, 2025 · 3 revisions

You can check the communication with any device without setting the entire adapter into debug mode.

Add the ieee number in to zigbee.0.info.debugmessages (for example a4c138af98263863. Multiple ieee can be entered if separated by a ; Starting with the Adapter 2.0.1, the debug can be activated device specific by using the bug icon on the device tile (leftmost icon. Black: Debug is off. Green: Debug is on, Orange: Debug is on due to a pattern match). The adapter does not need to run in Debug mode or be restarted when activating this feature.

Screenshot 2025-02-26 at 14 59 22

The iobroker Log will contain ELEVATED warn messages for the device with active debug. The messages fall into 2 separate 'chains': ELEVATED I00 to I06 (possibly) signal events generated when the device sends a message to the Adapter. They offer the option to track the flow of the event through the internal structure, and show a link between the device payload generated by the zigbee-herdsman and the state changes in ioBroker. ELEVATED O00 to O06 These messages are generated when the user modifies a state and track the passage of the change to the device, again generating a link between the state change and the payload sent to the adapter due to this.

Clone this wiki locally