If this is your first visit, be sure to check out the FAQ. You must register before you can post. Your first post will be checked for appropriate content
(SPAM) - please allow a bit of time for that. After that, you'll be able to post at will!
Hi,
I have a small reminder script which gets triggered by a motion in the am and after I get home at night. All the reminders are in the script. A function checks them out and gives me the option of these choices:
spoken every single day am and pm
spoken am only every single day
spoken pm only every single day
spoken one day a week am and pm
spoken one day a week am only or pm only
spoken every month same day, and optional, x amount of days after that day.
spoken once a year on this date, both am and pm such as birthdays, etc... and addtionally x amount of days prior to such as 7 days before a birthday.
Its simple and quick. If interested let me know.
Stuart
I was working on a thermostat schedule script last year because I was too lazy to reprogram the Tstat between Winter and Summer! [img]/infopop/emoticons/icon_smile.gif[/img]
Got interrupted by other things so never finished it but the schedule was like this:
EOF </pre>
The script would take the first complete match it found that satisfied all the criteria and exectute it.
Now that I have the HAI plugin interface to the security panel and thermostat I might resurrect it again. Anyone else interested in a construct such as this?
Here is a link to the reminder docs so far.
You can also download the files for the reminder scripts there.
Consider them beta and send me any bugs, or ideas for features. You need to have an odbc datasourece setup and you will need the database from secure links.
I was trying to run Reminder setup and got this error
Script error: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'E.EventID = D.EventID AND E.ActiveYN = 1 AND D.ActiveYN = 1 AND D.EventDate Between #10/30/2002 7:18:48 AM# AND DateAdd('d',,#10/30/2002 7:18:48 AM#)'.
Did you run /calendar/cal_setup.asp before you try reminder.asp page?
When you run cal_setup.asp and hit SAVE, it generates an ini file (sorry I'm at work, not sure the exact name) in config directory and reminder.asp page is looking for it before it'll show properly.
If that's not the case, maybe Jeff can give you a hand.
Comment