Hello @the78Mole,
is the USB-M-Bus adapter you use in your blog a master or a slave? I already have a master in the M-Bus network. Is your solution capable to sniff on the M-Bus network? Are there cheap solutions to read the Mbus with an existing master?
Hi and sorry to ask you this. I want to incorporate my Sharky 775 heat meter into HA and came across your post. How exactly did you proceed with the WMBusmeters project and the DVB-T antenna. I am still quite new to HA and would be grateful for any help. Best regards
If anybody still search for a wired M-Bus ā MQTT Gateway. Iāve already developed one.
Itās an Arduino IDE 2 developed Code for ESPs with a library to communicate Meterbus and one to decode M-Bus.
The HA Autodiscovery Messages will be generate on the fly and you will find the device inside the HA MQTT integration with all records. But you can use every platform if MQTT is supported.
I created an ESPHome component for interfacing to M-bus metering devices: ESPHome M-bus component
Code quality is not yet merge-worthy (no CI testcases so far, style cleanup needed), but it functionally works.
It is suitable for the use case of reading one or more values from one or more M-bus meters connected to a bus by an ESPHome node acting as the bus master.
It is not suitable for sniffing between a providerās meter and the providerās gateway, nor for interfacing to meters speaking DLMS over M-bus.