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.

HONEYWELL METER - MBUS
#2
Try running the bus scan first. Disable any other script that might be using mbus (only a single script can access the bus at any time). You might also need to change the baud rate, check the meter documentation for this.
Code:
require('mbus')

mbus.init('/dev/RS232', 2400)
res = mbus.scan(0, 254)
log(res)
Reply


Messages In This Thread
HONEYWELL METER - MBUS - by Angeles - 20.04.2022, 15:27
RE: HONEYWELL METER - MBUS - by admin - 21.04.2022, 08:08

Forum Jump: