soef / ioBroker.wm-bus

WM-Bus Adapter for ioBroker
MIT License
5 stars 6 forks source link

Also use this adapter for "wired mbus"? #15

Closed Apollon77 closed 6 years ago

Apollon77 commented 6 years ago

Hey, Would this be possible too? befause the protocol itself should be compatible or ?!

soef commented 6 years ago

Hi, I think the m-bus protocol is not the same than the wm-bus. I can not test it, because I have no wired device. If you get the wired m-bus data to the serial port, you can test it.

Apollon77 commented 6 years ago

The protocol should be comparable, latest when it comes to payload :-) I found some mbus testframes at https://github.com/samkrew/libmbus/tree/master/test/test-frames ... and tried to put them into your wmbus lib, but was not that successfull because Link layer is different. With Application layer it should start to be same. www.m-bus.com/files/MBDOC48.PDF

Apollon77 commented 6 years ago

You are right. Too many differences.

I will use a node module based on libmbus