Knx device pinging - 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: Knx device pinging (/showthread.php?tid=4972) |
Knx device pinging - ckabhinanduae - 19.09.2023 Hello, One of my project, i want to ping around 400 knx devices using LM and send that results to group address. So total 400 individual address and 400 group address. I want to use this group address for visulization. Anyone can help me to make a scrip for this pinging process? I dont know maximum how much device can ping without cpu overload. Thanks RE: Knx device pinging - Daniel - 19.09.2023 See this for some examples, ping takes a bit of time and bus bandwidth the 400 is a lot. https://forum.logicmachine.net/showthread.php?tid=3510&pid=22677#pid22677 RE: Knx device pinging - admin - 19.09.2023 Keep in mind that with current firmware you can only ping devices connected directly to LM KNX/TP but not over IP. RE: Knx device pinging - ckabhinanduae - 19.09.2023 (19.09.2023, 10:55)Daniel Wrote: See this for some examples, ping takes a bit of time and bus bandwidth the 400 is a lot. Thanks for your reply. I will try this RE: Knx device pinging - ckabhinanduae - 24.09.2023 (19.09.2023, 10:57)admin Wrote: Keep in mind that with current firmware you can only ping devices connected directly to LM KNX/TP but not over IP. One more help please!! I have set of group address. If any of that group address receive logic 1, i need to write logic 1 or 0 to a group address. Can anyone tell me how to do this? RE: Knx device pinging - admin - 25.09.2023 See this: https://forum.logicmachine.net/showthread.php?tid=291&pid=1518#pid1518 |