![]() |
Scheduler precise control - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Scheduler precise control (/showthread.php?tid=5989) |
Scheduler precise control - phil - 12.05.2025 Hello I have a scheduler that moves up the blinds a couple of hours after sunrise. During summer time I would like to only move them up half way. My knx installation does not support that out of the box. I would like to execute a second scheduler (or within the same scheduler) a few seconds after starting the first one. Unfortunately I can only specify by the minute. By that time the blinds are completely up. Is there any way to have more control over the scheduler setup/time control? RE: Scheduler precise control - Daniel - 12.05.2025 Are you trying to send stop command to a moving blind by a scheduler? RE: Scheduler precise control - admin - 12.05.2025 Create a scene and trigger it from a scheduler. There you can specify a delay before sending stop command. RE: Scheduler precise control - Erwin van der Zwart - 13.05.2025 I would use the postion object and create 2 schedules, 1 that runs in the summer months and sends 50% and 0% and another that runs in the other months and sends 100% and 0%, this way you have the exact height instead of (kind of trail and error with) start/stop |