Hello Noam and thank you for the reply!
A few things:
From my experience, creating multiple macros with the same trigger address results iin an If-Then-Else setup.
AHP should "stack" them, and provide a tab at the top for each.Yes I am aware of this and AHP did create the tabs.
You can re-arrange the order of the processing.
When the address is triggered, the first one starts. If the conditions are true (or there are no conditions), then it executes through, and stops. If the conditions are not met, then it goes to the second macro in the series, and tests the conditions there, etc.
I "thought" that I had the order correct, but during the day (NOT "it's nightime") the "camera" macro did not run. (I think)
I will have to try that again though because I tried several things and don't remember if this is true or not... will let you know. (senior moment)
It is my understanding that you have two macros with the same trigger, one which you want to run all the time, and the other one only at night. You won't be able to get both macros to run with the same trigger.
The workaround is to set the "all the time" actions in BOTH macros, and the "nighttime" action only in the one with the condition. Move the one with the condition to be the left-most tab, and that should work for you. So you are saying that the "all the time" macro and the "nighttime" macro would have the same "camera" steps, and the "nighttime" macro (in addition to the camera), would have the lighting control.
Also, the 'ITE"' tabs are processed in the order they are on the screen? This is good to know!!!
Keep in mind that when triggering macros from within AHP (by clicking on them), conditions are ignored (or assumed to be true). Thanks, I am aware of that and realize this (thank you for reiterating this though!) , I use a wireless palmpad to "simulate" the motion detector (could use a wired console as well) rather than walking outside, plus I KNOW when the command is generated so I can test the timing.
Another thing that I thought of to overcome the processing delay when the macro "must run from pc" (timing of the lighting is rather critical)....
I will create a dummy switch that is the camera macro.
The "it''s nighttime" macro will run the lights and "turn on" the dummy which (run from interface since it does not contain the windows command), should run the camera macro.
I will create another "all the time" macro that is triggered by the same motion (it is 24 hr.) but will ONLY "turn on" the camera macro. This should also run from the interface.
The "camera macro" will have to be run from the pc, and will have the longer delay.
This should control the lights within 1 second, and the camera macro (run from the pc) will just have a 3-5 second delay that I can live with.
Thank you for your help and the workaround! This just shows that there are other ways to do things that ONLY us geeks can find!