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.

groupmonitor.lua is sometimes faulty
#4
(23.10.2023, 08:08)admin Wrote: Have you tested this with latest firmware?

The most likely cause is that LM is overloaded. Run this script and check the last column (drops) values. If at least one row has a non-zero value it means that a certain system part was unable to process incoming data quick enough. Receive buffer got full and certain messages got dropped.
Code:
res = io.readfile('/proc/net/udp')
log(res)

To prevent this scripts must use grp.checkwrite/grp.checkupdate where applicable. Modbus send delta values and KNX filtering tables should be adjusted.

I haven't encountered this issue yet on LMs that are equipped with 2023 firmware.
Thanks for the idea of looking if there was any drop in UDP packets; next time I encounter this bug, I will check it immediately.
Reply


Messages In This Thread
RE: groupmonitor.lua is sometimes faulty - by rbourgeon - 23.10.2023, 11:27

Forum Jump: