Posts: 165
Threads: 82
Joined: Jul 2015
Reputation:
1
Hello I have a question.
Can use 1/1/8* in the filter table which means group addresses such as 1/1/80 , 1/1/81 will be accepted ? Or we can use only 1/1/* mode which line based
Regards
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
You can use ranges like 1/1/80-1/1/90
Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
Hi Savas
I'm dropping answer to your email for other user to use this info.
1)What’s the meaning of SRC (Source) filtering
SRC is simply KNX physical address which is sending telegram like 1.1.1
2) What’s the meaning of DST (dEstination) filtering
DST is KNX group address to which telegram is sent, this is how you see it in conventional KNX IP router.
3) can i use 1/1/8* means all the group address with such as 1/1/80 , 1/1/81
Use 1/1/80-81, If you would do 1/1/* then all groups from 1/1/0-1/1/255 will apply to the policy
4) What happens when i check Filter local update telegrams section
If you use in scripting function grp.update() then this telegram will be sent to IP even if you filter it. If you enable this option then those telegrams generated by script also will be filtered. This was created before virtual objects were created. Today for internal objects virtual telegrams are recommend.
There is trick how you can read whole filter table from ETS. Do as fallow:
Let say in your architecture LM is placed as router for line 1.1 then you should add in ETS project any KNX IP router with physical address 1.1.0. Once your project is created you can right click on IP router and read filter table. You can copy the whole text and paste it to DST policy. LM will convert all text to correct format and you only have to set policy to accept selected.
BR
Daniel
------------------------------
Ctrl+F5
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
What do you want to filter - incoming or outgoing telegrams? Does it work if you specify a single group address instead of a range?
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
You can only use wildcard (*), for more complex filtering you should use tags.