Hi,
How can I read the IP LAN assigned by DHCP server to one KNX object ? So I can know the IP address of the LM in DHCP mode (similar at pubblic address IP for WAN ).
Otherwise, is there a way to know the IP address of the LM in DCHP mode without internet connection ?
Thanks,
Alberto
require('json')
require('socket.http')
ip = io.readproc('if-json')
ip = json.decode(ip)
log("IP address: " ..ip.eth0.inetaddr)
How can I read the IP LAN assigned by DHCP server to one KNX object ? So I can know the IP address of the LM in DHCP mode (similar at pubblic address IP for WAN ).
Otherwise, is there a way to know the IP address of the LM in DCHP mode without internet connection ?
Thanks,
Alberto
require('json')
require('socket.http')
ip = io.readproc('if-json')
ip = json.decode(ip)
log("IP address: " ..ip.eth0.inetaddr)
KNX Advanced Partner + Tutor