Posts: 55
Threads: 13
Joined: Oct 2023
Reputation:
1
We are engaging in making a setup of 50 LM's. Each acting as IP-Routers of each KNX-Line in the building.
We are wondering if we can use the neighbour-function of the LM to communicate properly to each other...
What is the smartest way to make the visualization?
Can we use one of the LM as the "main vis"-LM and when clicking in on a certain page in the vis, can we make the operating LM the one on the refering line?
We are going to have like 50 different vis-layers, each with like 20 widgets and in total 20.000 group addresses.
Thanks a lot.
Posts: 5056
Threads: 28
Joined: Aug 2017
Reputation:
230
Obviously one LM would not handle 20000 objects so you will have to make local visualizations in each LM and then use one dedicated LM which will navigate to each LM via frame or url links. Make sure to create proper filter table as LM by default has all open. If there is any global command then such object should be imported to main LM.
The import neighbors is just a way to import exported objects from one LM to another, it is just that.
------------------------------
Ctrl+F5
Posts: 5056
Threads: 28
Joined: Aug 2017
Reputation:
230
You can import all to one LM but you should delete what is not needed, otherwise it visu will be slow. You don't have to be strict to the last group only keep amount of objects reasonably low. If filter table allows data exchange then yes it will work, same as in normal IP router.
Second point check PM but yes.
------------------------------
Ctrl+F5
Posts: 55
Threads: 13
Joined: Oct 2023
Reputation:
1
We have a network, where there's usually 1 LM attached to each switch.
Ex:
Switch 1 has IP range 192.168.21.xxx, with attached LM1: 192.168.21.101 AND LM2: 192.168.21.102
Switch 2 has IP range 192.168.22.xxx, with attached LM3: 192.168.22.101
The LMs om switch 1 has no problem communicating between each other with according filter table.
BUT the LM1 (192.168.21.101) can't affect GAs on the other LM3 (192.168.22.101), even with the correct filtertable.
It's possible to ping the LM3 from the LM1 via network utilities, but no GAs are affected in the object-tab.
How do we make all our LMs work together?
Posts: 8209
Threads: 43
Joined: Jun 2015
Reputation:
473
You need to allow multicast traffic between these subnets and increase Multicast TTL value in KNX connection settings. TTL should be increased by 1 for each multicast router that the messages pass through.
Posts: 8209
Threads: 43
Joined: Jun 2015
Reputation:
473
1. Too big TTL value can lead to multicast looping if the network is not configured correctly. It should be the lowest possible value that works between networks.
2. Correct, it's for ZeroTier. So leave it blank for local network.
Posts: 8209
Threads: 43
Joined: Jun 2015
Reputation:
473
It all depends on switches used and the whole network setup.
Most simple "dumb" switch will forward multicast packets with default TTL of 1 without any extra configuration.
TTL value is decreased after each hop (router). If it reaches 0 then the packet is discarded. Default value of 1 means that the multicast packet cannot leave the local network.
If your setup uses VLANs then multicast routing must be setup between VLANs. TTL should be set to 2 in this case.