robertsLando / node-red-contrib-m-bus

Node-Red node for M-Bus protocol
MIT License
10 stars 7 forks source link

[Feature] Parse M-Bus data node #30

Closed petrkr closed 1 month ago

petrkr commented 1 year ago

Is possible in some easy way create node which will only parse M-Bus payload?

Use case: I have ESP32 with implemented M-Bus command to read device. Response i M-Bus frame. This frame I want to send to NodeRED (over MQTT) and there I want parse it.

I can do simple TCP -- UART Bridge with ESP32 too, which will probably work. But I do not have public IP on ESP32 so NodeRED instance can not contact this device. So I can not use either Serial nor TCP client node.

robertsLando commented 1 year ago

@petrkr Nope, I'm sorry