- While settings up a scheduler, it says about error.
Is it normal?
2026-02-25 20:02:28,999 | DEBUG | System: Scheduler config interval error '' to int, using default 5
Config looks like this:
[scheduler]
enable or disable the scheduler module
enabled = True
interface to send the message to
interface = 1
channel to send the message to
channel = 0
message = "Somemessage"
enable overides the above and uses the motd as the message
schedulerMotd = False
value can be min,hour,day,mon,tue,wed,thu,fri,sat,sun.
value can also be 'joke' (min/interval), 'weather' (time/day), 'link' (hour/interval) for special auto messages
or 'news' (hour/interval), 'readrss' (hour/interval), 'mwx' (time/day), 'sysinfo' (hour/interval),
'tide' (time/day), 'solar' (time/day) for automated information broadcasts, matching module needs enabled!
'custom' for module/scheduler.py custom schedule examples
value = day
interval to use when time is not set (e.g. every 2 days)
interval =
time of day in 24:00 hour format when value is 'day' and interval is not set
Process run :00,:20,:40 try and vary the 20 minute offsets to avoid collision
time = 11:11
- Another question is about caveats, it seems bot send it also with message.
Is it normal?
Is it normal?
2026-02-25 20:02:28,999 | DEBUG | System: Scheduler config interval error '' to int, using default 5
Config looks like this:
[scheduler]
enable or disable the scheduler module
enabled = True
interface to send the message to
interface = 1
channel to send the message to
channel = 0
message = "Somemessage"
enable overides the above and uses the motd as the message
schedulerMotd = False
value can be min,hour,day,mon,tue,wed,thu,fri,sat,sun.
value can also be 'joke' (min/interval), 'weather' (time/day), 'link' (hour/interval) for special auto messages
or 'news' (hour/interval), 'readrss' (hour/interval), 'mwx' (time/day), 'sysinfo' (hour/interval),
'tide' (time/day), 'solar' (time/day) for automated information broadcasts, matching module needs enabled!
'custom' for module/scheduler.py custom schedule examples
value = day
interval to use when time is not set (e.g. every 2 days)
interval =
time of day in 24:00 hour format when value is 'day' and interval is not set
Process run :00,:20,:40 try and vary the 20 minute offsets to avoid collision
time = 11:11
Is it normal?