![]() |
|
scripting knx - 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: scripting knx (/showthread.php?tid=6381) Pages:
1
2
|
RE: scripting knx - ALEJANDRO - 04.05.2026 I'm sorry, I don't understand you. What I want is for the script to run only when it reaches the value of "6/1/1", which varies from 10 to 55 minutes. RE: scripting knx - admin - 04.05.2026 You script is configured to run every 10 minutes - */10. This means that you cannot use an exact test time down to a single minute. For example if you set the timer to run every 17 minutes it will actually run every 20 minutes. You can change the script to run every minute - use * in Minute parameter. Don't forget to change prev_test_time to something else. |