@sebastian-roth Thanks for reply, Sebastian!
I am not sure what settings would you like to see. Fog Settings? I can upload globalSettings table, if it helps…
When I export settings I get this for Power Task:
INSERT INTO `scheduledTasks` VALUES (1,'Wake-Up Task','','S',14,'','','','','','',1,0,'','','-1','fog','1','',1619075220,'0');
This is log for Scheduled Power WOL Task:

[04-22-21 10:19:02 am] * 1 task found.
[04-22-21 10:19:02 am] * Task run time: Thu, 22 Apr 2021 10:58:00 +0200
[04-22-21 10:20:02 am] * 1 task found.
[04-22-21 10:20:02 am] * Task run time: Thu, 22 Apr 2021 10:20:00 +0200
[04-22-21 10:20:02 am] * Found a wake on lan task that should run.
[04-22-21 10:20:02 am] | Task sent to test-mmu
[04-22-21 10:21:02 am] * 1 task found.
[04-22-21 10:21:02 am] * Task run time: Thu, 22 Apr 2021 11:20:00 +0200
SQL for Scheduled Wake-Up Task looks bit better but still doesn’t work:
INSERT INTO `scheduledTasks` VALUES (2,'Wake-Up Task','','C',14,'44','*','*','*','*','',1,0,'','','-1','fog','1','',0,'1');
Peter