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.

KNX IP features by script
#1
Hi,

 is it possible turn on or off this function by the script ?
I'm thinking for a redundant use with two LM (both connected with the KNX TP-UART...and only one by IP)

Thanks,
Alberto
KNX Advanced Partner + Tutor
Reply
#2
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


Forum Jump: