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.

disable wright
#1
Hi,

I have 2 Wiser for KNX devices, One i currently use for checking problems.

My Wiser is connected to the KNX bus by TP.
Is it possible to only read from KNX bus, but not have write permission to the KNX bus, without change all scripts who I have run?

I use it only to try to found out a problem why he is boot-up sometimes, it looks like by a script I have running, but not sure about that.
Reply
#2
Add these lines to Common functions to disable writing to objects from them:
Code:
grp.write = function() end
grp.update = function() end

Note that this won't affect scenes, schedulers etc.
Reply


Forum Jump: