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.

Set KNX object's value via HTTP?
#15
Hi,

'tags' is not a valid parameter for the remote services 'grp' function.

What you can do is create a new (virtual) object and attach this script to it (change tag name to your tag name):
Code:
value = event.getvalue()
myobjects = grp.tag('tag name')
myobjects:write(value)
You can now send a single command to the new created (virtual) object with the remote service to trigger multiple objects.

BR,

Erwin
Reply


Messages In This Thread
Set KNX object's value via HTTP? - by Thomas - 10.01.2017, 18:25
RE: Set KNX object's value via HTTP? - by Erwin van der Zwart - 04.01.2018, 07:59

Forum Jump: