We own a school, and have had some problems with vandalism recently. Plan is to get fancy with motion detectors and alarms, etc, but for now, just want to get the security cameras working. We installed them, but last weekend my wife forgot to leave the still capture running. I want a way to automate the still capture and scanning. I setup AHP so that it is in the start folder, and so that MyHouse is automatically connected. I wish there was a setting to automate still capture and scanning.
I decided to create a macro, to store in the cr15?, that would loop say every hour so that it would attempt to turn still capture and scanning on. That way, if the computer is running, within an hour, the still capture and scanning would be turned on.
I did a little reading here, and created two macros (for traceability) one to turn on Scanning, and one to turn on Still Capture.
Then I created a third, to check a flag, call the scanning macro, wait a few seconds, and call the still capture macro. Then it waits an hour, and calls itself through a dummy appliance module.
When I trigger the macro manually, it works fine. The first time. It even calls itself after the main delay. But on the second pass, it does not trigger the other macros. I tried using a dummy module, and simply using an X10 command. If I trigger this macro from a dummy switch, it does not run the other macros the first time. If I try to trigger this macro from another macro, either through a dummy switch, or an X10 command, it does not work. It is almost like it will go macro to macro only once.
Any help?