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.

Read many KNX group adresses in one go.
#3
Hm...
Did not work. I entered the following:

----------------------------------------------------------
myobjects = grp.tag('Status_value')

for index, value in ipairs(myobjects) do
grp.read(myobjects)


end

grp.read('0/0/3')
-----------------------------------------------

The last grp.read() is just for me to see that the script is running...

I did not get any read requests on the group adresses tagged with 'Status_value'. Maybe the grp.read() is not the correct command to use in my case?

I am rather new to this scripting things, so please bear with me :-)
There are 10 kinds of people in the world; those who can read binary and those who don't  Cool
Reply


Messages In This Thread
RE: Read many KNX group adresses in one go. - by Trond Hoyem - 17.02.2017, 12:26

Forum Jump: