26.07.2016, 08:01
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.
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.