# M-Bus decoder

### Input into the (blue) M-Bus decoder node (Raw-M-Bus Telegram)

```
{
    "hexValue": "68B1B16808007253408305B405C0040A00000004069B1901000415C54B0000844015000000008480401500000000052B73DF1547053B14098144055BF4407A42055F3838F3410563D8A400420583330FED933F059B2C78047F3F042275070000342200000000B4402200000000046D032EC9290593280000803F854093280000803F85804093280000803F0C78534083050DFD1113474120474E49524554454D2041524745544E490BFD0E0101020CFD0D13001202B316"
}
```

<figure><img src="https://111806075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mg4otljWU9FsHKYhTsW%2Fuploads%2FbrQtxXx7j89B3PUrf4y8%2F00000000000000000000000000000000.png?alt=media&#x26;token=90d45fa9-2759-4375-9214-98d1d2aa1e0e" alt=""><figcaption></figcaption></figure>

### Configuration of the property Name within the mbus library decoder node:

<figure><img src="https://111806075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mg4otljWU9FsHKYhTsW%2Fuploads%2F26wqZynCI2m4WBudD5Ks%2F01.png?alt=media&#x26;token=7a85575b-615a-4f4d-9a7d-4c28f9cc4719" alt=""><figcaption></figcaption></figure>

### Output of the mbus decoder library node:

<figure><img src="https://111806075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mg4otljWU9FsHKYhTsW%2Fuploads%2FADre3UAqZDlqFozrZBtP%2F0101.png?alt=media&#x26;token=029f0f54-bf8c-4e23-a64d-c4087fa561da" alt=""><figcaption></figcaption></figure>

### Sample

#### Sample input message:

```
{
    "hexValue": "681B1B6808017207201800E61E35074C0000000C78072018000C16690200009616"
}
```

#### sample output message:

```java
<MBusData>

   <SlaveInformation>
        <Id>182007</Id>
        <Manufacturer>GWF</Manufacturer>
        <Version>53</Version>
        <ProductName></ProductName>
        <Medium>Water</Medium>
        <AccessNumber>76</AccessNumber>
        <Status>00</Status>
        <Signature>0000</Signature>
    </SlaveInformation>

   <DataRecord id="0">
        <Function>Instantaneous value</Function>
        <StorageNumber>0</StorageNumber>
        <Unit>Fabrication number</Unit>
        <Value>182007</Value>
    </DataRecord>

   <DataRecord id="1">
        <Function>Instantaneous value</Function>
        <StorageNumber>0</StorageNumber>
        <Unit>Volume ( m^3)</Unit>
        <Value>269</Value>
    </DataRecord>

</MBusData>
```

### All supportet M-Bus meters:

* ABB Delta
* ABB F96
* ACW Itron-BM-plus-m
* ACW Itron CF Echo 2
* ACW Itron-CYBLE-M-Bus-1.4
* ALLMESS CF50
* AMT Aquametro Calec ST
* AMT Calec MB
* BERG DZ plus
* EASTRON SDM630
* EDC
* EFE Engelmann-Elster-SensoStar-2
* EFE Engelmann-WaterStar
* ELS Elster-F96-Plus
* ELS Falcon
* ELS TMPA Telegramm1
* ELV Elvaco-CMa10
* ELV Temp Humid
* EMH DIZ
* EMU EMU-Professional-375-M-Bus
* Engelmann Sensostar2C
* Elsdter-F2
* FIN-Finder-7E.23.8.230.0020
* FIN 54 Electricity Meter
* GMC Emmod206
* GWF-MTKcoder
* GWF Gas Meter 54
* GWF Gas Meter 60
* GWF Water Meter 60
* GWF Warm Water Meter 60
* ITRON BM +m
* ITRON CF 51
* ITRON CF 55
* ITRON CF Echo 2
* ITRON Cyble M-Bus v1.4&#x20;
* ITRON Cyble M-Bus v1.4 cold water
* ITRON Cyble M-Bus v1.4 gas
* ITRON Cyble M-Bus v1.4 water
* ITRON Integral MK Maxx
* JAN Janitza UMG 96S
* Kamstrup 382 005
* Kamstrup Multical 601
* Kamstrup KAM Cold Water Meter
* Kamstrup KAM Heat Meter 52
* Kamstrup KAM Heat Meter 17
* Kamstrup KAM Heat Meter 11
* Landis+Gyr Ultraheat T230
* LGB G350
* Metrona Pollutherm
* Metrona Ultraheat XS
* Minol Minocal C2
* Minol Minocal WR3
* NZR DHZ 5 63
* OMS Frame1
* OMS Frame2
* OMS Frame3
* RAM Modularis
* REL Electricity Meter 65
* REL Gas Meter 66
* REL Gas Meter 54
* REL Padpuls2
* REL Padpuls3
* REL-Relay-Padpuls2
* SBC Saia-Burgess
* SEN Pollucom
* SEN Pollusonic 2
* SEN Pollustat
* SEN Pollutherm
* SEN Sensus-PolluStat-E
* SEN Sensus-PolluTherm
* Siemens RVD235
* Siemens Water
* Siemens WFH21
* SLB CF-Compact-Integral-MK-MaXX
* SON Heat Meter 14
* SON Heat Meter 13
* SON Sontex Supercal 531
* Sontex Supercal 531
* SVM F22&#x20;
* Techem TCH Heat Meter 67
* Techem TCH Heat Meter 48
* Techem TCH Heat Meter 37
* Tecson
* THI CMA10
* WMBus-converted
* WZG Water Meter
* ZRM Minol-Minocal-C2

#### Link to all supportet m-bus meters:

{% embed url="<https://github.com/rscada/libmbus/tree/master/test/test-frames>" %}
