This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Mbus
#1
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?
Reply


Messages In This Thread
Mbus - by Christopher - 18.08.2023, 10:49
RE: Mbus - by admin - 18.08.2023, 10:50
RE: Mbus - by Rune - 16.10.2023, 07:48
RE: Mbus - by admin - 16.10.2023, 07:55
RE: Mbus - by Domoticatorino - 23.04.2024, 07:47
RE: Mbus - by admin - 23.04.2024, 07:48
RE: Mbus - by Domoticatorino - 23.04.2024, 08:14

Forum Jump: