Logic Machine Forum
Scheduler - 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 (/showthread.php?tid=3551)



Scheduler - johan84 - 11.09.2021

Im having problem with my scheduler on a LM5 lite. It deactivates itself. Does anyone no why?

https://ibb.co/gR52rrD

//Johan


RE: Scheduler - admin - 11.09.2021

Check if you have an object mapped to the scheduler on/off control.


RE: Scheduler - johan84 - 11.09.2021

Omg, yes, i did! Dodgy Thank you!  Heart


RE: Scheduler - jmir - 13.09.2021

(11.09.2021, 10:45)admin Wrote: Check if you have an object mapped to the scheduler on/off control.

Is this object updated when the scheduler is enabled from schedules page (or iframe)?
I've seen that when writting the object enable is uptaded inside the scheduler but not on the other way...


RE: Scheduler - admin - 13.09.2021

No, it's only one way. You can only set the scheduler status from this object but not the other way round.


RE: Scheduler - jmir - 13.09.2021

(13.09.2021, 13:15)admin Wrote: No, it's only one way. You can only set the scheduler status from this object but not the other way round.

Ok, so if I want to do it I should read the active status from sql and update it to KNX object. Isn't it?


RE: Scheduler - admin - 13.09.2021

See this: https://forum.logicmachine.net/showthread.php?tid=3386&pid=21903#pid21903
Make sure to use different objects for control and status.


RE: Scheduler - jmir - 13.09.2021

(13.09.2021, 13:24)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=3386&pid=21903#pid21903
Make sure to use different objects for control and status.

Ok, thanks!