Logic Machine Forum
Mbus - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Mbus (/showthread.php?tid=4927)



Mbus - Christopher - 18.08.2023

Hi. 
I'm trying to poll some carlo gawazzi meters an have tried everything (i think) but are nok able to get a respone from them.

I'm using this script and have tried to change the baud rate and duplex.
I have tried to scan for 254 elements,
Code:
require('mbus')

mbus.init('/dev/RS232', 2400)


res, err = mbus.scan( 0, 10, 5)
log(res)
log(err)

I have also tried to check my connections on the Rx/Tx both on LM5 and the meters. 

But still I only got these responses:
Code:
m-bus 18.08.2023 12:45:44
* table:
m-bus 18.08.2023 12:45:44
* nil

HW: LM5 Lite + Ext (i.MX6)
SW: 20230607

I there something I'm missing out?


RE: Mbus - admin - 18.08.2023

You need an external Mbus to RS232 or RS485 converter.


RE: Mbus - Rune - 16.10.2023

"You need an external Mbus to RS232 or RS485 converter. "

Do you got any examples of a converter like this?


RE: Mbus - admin - 16.10.2023

We've used these converters: http://www.techbase.eu/en/products/mbus-converters.html


RE: Mbus - Domoticatorino - 23.04.2024

Hi Admin,
I take this opportunity to ask you about the integration of M-BUS Engelmann heater meter using Techbase interface.

Is enough simply to know that the meter is M-bus or shall it has some technical features?

Thanks.

BR


RE: Mbus - admin - 23.04.2024

Check this guide: https://kb.logicmachine.net/integration/mbus/


RE: Mbus - Domoticatorino - 23.04.2024

(23.04.2024, 07:48)admin Wrote: Check this guide: https://kb.logicmachine.net/integration/mbus/

I have already read it. So the only important data is knowing the baud rate of the meter and the type of communication (rs232 or 485).

Thanks.

BR