Lua KNX connection - 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: Lua KNX connection (/showthread.php?tid=142) |
Lua KNX connection - Pawel - 20.11.2015 Is there a possibility to know if LM/HomeLYnk has connection with knx bus and use that information in lua script? RE: Lua KNX connection - admin - 23.11.2015 You can ping any KNX device and check bus status like that: Code: status = knxlib.ping('1.1.100') RE: Lua KNX connection - pawel200388 - 23.11.2015 Pawel, the only thing you should remember: it works in hL FW 1.3.0 and newer. |