Skip to main content

M-Bus Parser

This tool is designed to help decode and interpret messages from your M-Bus device.


M-Bus Parser


info

Parser uses the tmbus library to parse M-Bus messages.

Usage

To use the ACRIOS Parser, enter a message in the following formats:

68 13 13 68 08 05 73 78 56 34 12 0a 00 e9 7e 01 00 00 00 35 01 00 00 3c 16
68, 13, 13, 68, 08, 05, 73, 78, 56, 34, 12, 0a, 00, e9, 7e, 01, 00, 00, 00, 35, 01, 00, 00, 3c, 16
0x68 0x13 0x13 0x68 0x08 0x05 0x73 0x78 0x56 0x34 0x12 0x0a 0x00 0xe9 0x7e 0x01 0x00 0x00 0x00 0x35 0x01 0x00 0x00 0x3c 0x16
0x68, 0x13, 0x13, 0x68, 0x08, 0x05, 0x73, 0x78, 0x56, 0x34, 0x12, 0x0a, 0x00, 0xe9, 0x7e, 0x01, 0x00, 0x00, 0x00, 0x35, 0x01, 0x00, 0x00, 0x3c, 0x16

Paste one of the above messages into the input field to see the example parsed output.