SzczepanLeon / esphome-components

126 stars 42 forks source link

Wired mbus support #54

Closed skupu closed 7 months ago

skupu commented 10 months ago

@SzczepanLeon @rafmaz @nepozs Hi,

Is there any chance to get the wired mbus protocol support?

I have few pieces of bmeters wired adapters and would like to use it, but until now no success.

Maybe there is a way to modify the code to make the wired version work?

Thank you!

chobott commented 9 months ago

@SzczepanLeon @rafmaz @nepozs For me too :) MBus is simillar datagram like wMBus i have success make M-Bus to UART and i can read datagram in RAW

Thank you :-)

skupu commented 9 months ago

Could you please share?

chobott commented 9 months ago

YES! :-) For UART this board - https://taaralabs.eu/m-bus-uart-converter/ convert MBus to UART

at now have ESP32 Devkit v1 with Tasmota and compiled SML support right this https://tasmota.github.io/docs/Smart-Meter-Interface/

with this meter https://tasmota.github.io/docs/Smart-Meter-Interface/#inepro-metering-pro380-mb-m-bus

chobott commented 9 months ago

@SzczepanLeon is there any chance for support wired MBus?

SzczepanLeon commented 9 months ago

I don't have any plans to add wired MBus support. But You can add code and create pull request.