ETS Individual address check - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: ETS Individual address check (/showthread.php?tid=846) |
ETS Individual address check - Thomas - 19.06.2017 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? RE: ETS Individual address check - admin - 19.06.2017 LM does not handle any communication internally apart from group telegrams, so this is not possible. RE: ETS Individual address check - morak - 19.06.2017 Hi You can use this Code: result = knxlib.ping('1.1.1') RE: ETS Individual address check - Thomas - 19.06.2017 (19.06.2017, 14:46)morak Wrote: Hi 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. |