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.

Enable KNX IP functionality with LUA
#1
Hello,

is it possible to enable or disable KNX IP on W4K or Lm5 by script?

thanks
Reply
#2
Like this
Code:
require('uci')

-- disable
uci.set('eibd.@eibd[0].knxip=0')
-- enable
uci.set('eibd.@eibd[0].knxip=1')

uci.commit('eibd')
os.execute('/etc/init.d/eibd restart')
------------------------------
Ctrl+F5
Reply
#3
Thanks, it works!
Reply


Forum Jump: