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.

ETS Individual address check
#1
Hi
LM doesn't reply to ETS5 "check individual address" request (which is probably KNX ping).
Can I create a script which replies to "Check Existence" ETS button?

Attached Files Thumbnail(s)
   
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply
#2
LM does not handle any communication internally apart from group telegrams, so this is not possible.
Reply
#3
Hi
You can use this
Code:
result = knxlib.ping('1.1.1')
Reply
#4
(19.06.2017, 14:46)morak Wrote: Hi
You can use this
Code:
result = knxlib.ping('1.1.1')

Hi
But what I need is knxlib.pong() triggered by knxlib.ping('1.0.157') from another LM. I know I can do it by group object but I think it would be nice if LM replies to a standard KNX ping command like other PLCs do.
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply


Forum Jump: