Hello!
The scheduled events is not executed.
I see events in the upcoming events but they are not executed.
However, it is possible to turn on and off on the icon next to the event and also in devices manually.
I see nothing in the log that the event has be performed.
I use home automation 2.0.2, release 2011-03-09.
I have is not tried any previous version of home automation and is new to the area.
I have a version in Swedish, so I'm a little unsure of what kind of name headings, etc. it is in the English versions.
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Homeautomation. Problems with scheduled events
Re: Homeautomation. Problems with scheduled events
Did you read the manual carefully? Sounds like something is wrong with either cron or at. Check the /etc/cron.deny, /etc/at.deny, /etc/cron.allow and /etc/at.allow files (if they exist).
If so, could you issue the following commands (logged in as root) and post the output?
/Daniel
If so, could you issue the following commands (logged in as root) and post the output?
Code: Select all
atq
cron -u www-data -l
Re: Homeautomation. Problems with scheduled events
at.deny exist but not the other files you mention.
But i do have files like cron.d, cron.daily, cron.hourly, monthly and weekly.
But i do have files like cron.d, cron.daily, cron.hourly, monthly and weekly.
Re: Homeautomation. Problems with scheduled events
I removed www-data from at.deny and now it seems to work.
Thank you DanielM
Thank you DanielM
Re: Homeautomation. Problems with scheduled events
You're welcome. Good to hear that it works!merik wrote:I removed www-data from at.deny and now it seems to work.
Thank you DanielM
/Daniel