I'm probably being an idiot but I cant seem to get the scheduler working. No matter what I do I cant get it to trigger an event. Also even when I set a new schedule and go back in I can't see what I've set it to.
Copy and paste from evenghost....
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1582">
<Plugin Identifier="Scheduler" Guid="{5C822DE2-97E7-4DB8-8281-CD77ED216A63}" File="Scheduler">
gAJYIgAAADAxMDEsMDUwMSwwNjA2LDEyMjQsMTIyNSwxMjI2LDEyMzFxAFgTAAAAMDEwNiwwMzIxLDAzMjQsMDYyMHEBiYdxAi4=
</Plugin>
</EventGhost>Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1582">
<Action>
Scheduler.SchedulerAction(['----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----'], u'Morning', u'Kitchen ON', u'Kitchen OFF', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', '----', u'0101,0501,0606,1224,1225,1226,1231', u'0106,0321,0324,0620', 1, 1, 1.5, True, False, True, 30)
</Action>
</EventGhost>21:47:02 Next execution of Morning will start in 60.9385432805 seconds
Help?