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.

KNX Init allignment problem
#9
Set object address filter to 0/1/*, then click Mass edit in table footer. There you can select which fields to edit for all selected objects.
As for status issue, can you check if Objects tab values are correct after sending read request?
Also, sensing many read requests at once might cause some devices to reply with Busy status. Having a small delay between read requests is a correct approach. You can do it like this with tags:
Code:
syncobjects = grp.tag('sync')
for _, syncobject in ipairs(syncobjects) do
  syncobject:read()
  os.sleep(0.5)
end
Reply


Messages In This Thread
RE: KNX Init allignment problem - by admin - 26.07.2016, 08:48
RE: KNX Init allignment problem - by admin - 29.07.2016, 08:42

Forum Jump: