You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmftools/energie/cronfile.energie

7 lines
528 B

# Cronjob om dagelijks om 3:00 AM store_dailyprices.py uit te voeren
0 13 * * * /usr/local/bin/python /app/store_dailyprices.py >> /var/log/cron.log 2>&1
0,15,30,45,59 * * * * /usr/local/bin/python /app/store_energy_usage.py >> /var/log/cron.log 2>&1
0,15,30,45,59 * * * * /usr/local/bin/python /app/calculate_energycosts.py >> /var/log/cron.log 2>&1
#Cronjob om de 1e en 15e dag van de maand om 00:00 store_dailyprices.py uit te voeren
0 0 1,15 * * /usr/local/bin/python /app/store_monthlyprices.py >> /var/log/cron.log 2>&1