22.04.2020, 10:59
Standard approach is one LM per each KNX/TP line and one extra LM for visualization only (no KNX/TP). I don't see why you want several LMs on one TP line.
All LMs exchange data via multicast KNX/IP. Users need access only to one LM. You need to set correct KNX filtering table on each LM to pass only needed data to TP lines.
It is possible to add several IPs to one LM via init script:
All LMs exchange data via multicast KNX/IP. Users need access only to one LM. You need to set correct KNX filtering table on each LM to pass only needed data to TP lines.
It is possible to add several IPs to one LM via init script:
Code:
os.execute('ifconfig eth0:1 192.168.2.2 netmask 255.255.255.0 up')
os.execute('ifconfig eth0:2 192.168.3.22 netmask 255.255.255.0 up')