12.12.2023, 16:33
(12.12.2023, 13:36)Daniel Wrote: Make sure you do not have a KNX loop by having another IP router connected to the same TP line. SL by default is passing all traffic. In your logic also make sure to use DELTA on the output otherwise every 5 sec you will have a lot of traffic.
If you use event script or blocks make sure a output is not triggering a input of same block/script as then you will have a loop and this will generate high traffic and CPU load. The point above about your groups might suggest this.
Thanks, Daniel.
You absolutely right. I have found loop in script, and also DELTA parameter influences much. For boolean output I put value "1" for DELTA, and seems it helps to reduce load.