wireless M-Bus library?

Hi everyone,

I am looking for a wireless M-Bus library to communicate with gas, water, and heat meters. And there is also a micro solar inverter (Letrika SMI 260) who uses this kind of communication. There seem to be several arduino compatible radio modules (like rfm22) who would be able to work with wm-bus but I was not able to find any library for it.
Such a library would make cheap and low powered devices possible who could readout different kind of meters.

Do you know any library or project that uses the wireless m-bus?

Kind regards,
Tom

What type of communication interface is your M-Bus library using?

Many wireless modules can be used like Serial devices. If your library uses a Serial device, you can replace it by such a wireless object.