You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run the supla scripts crontab on every minute, because now the command internally decides when to lauch each recurring task.
Enter the crontab configuration crontab -e
Find the SUPLA Scripts task
Change its run scheme from */5 * * * * to * * * * *
Save changes in the configuration file.
Specify the time after which the log entry in database is considered obsolete and can be removed. Add "clearLogsOlderThan": "1week" entry in your var/config/config.json file. The 1week is the default value. Any value that can be prefixed with - and is recognized by strtotime should be good here.