![]() |
|
KNX Group address Log - Printable Version +- LogicMachine 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 Group address Log (/showthread.php?tid=6340) |
KNX Group address Log - giel.velghe - 10.03.2026 Hello, I am experiencing an issue with a group address that is being switched on and off by the LogicMachine. In the logs and the group monitor, I can see that the LogicMachine is sending the ON/OFF commands to this group address. However, I would like to identify which specific script is responsible for sending these commands. Is there a way within LogicMachine to log or trace which script is writing to a particular group address? Kind regards, RE: KNX Group address Log - AEK - 10.03.2026 (10.03.2026, 12:20)giel.velghe Wrote: Hello,Are you sure that LM is sending? in object log tab in source column do you see "local (**)"? if it is not and you see the same phisical address as in LM then it is not lm, it is another device on KNX bus. if you see local(**) then define what sirvece is under ** : bus = knx bus (ip or tp) bt = bluetooth bn = bacnet mb = modbus en = enocean wl = lm wall rc = reactor ek = ekey w1 = 1-wire sc = scenes se = event script ss = scheduled script sr = resident script us = user interface / visualization rm = remote services ap = apps po = group monitor object polling dl = dali then if it is se, sr or sc you can use Search app from LM Store, there you can search by address or phrase (if name was used instead of addres). but it wont help if address or name was not written directly search '1/1/1'wont find the next code address = '1/1/'..1 RE: KNX Group address Log - admin - 11.03.2026 Another option is to use search in Scripting > Tools > Print. |