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
#1
Hi all,
I wrote a script like this below in order to allign the knx group to the graphics:

-- wait for 10 seconds
os.sleep(10)
for variable = 1, 50 do
grp.read('0/1/' .. variable)
  os.sleep(0.5)
end

-- for scansione grupp 4 da 1 a 50
for variable = 1, 50 do
grp.read('0/4/' .. variable)
  os.sleep(0.5)
end

I have seen that at the init machine send read request and devices reply. But it seem that icon some icons are not allign and updated hence icon is light on hence send off but actuator channel is off hence there is not updated. 

Have you any idea please?

Thanks.
Reply


Messages In This Thread
KNX Init allignment problem - by Domoticatorino - 26.07.2016, 08:01
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: