Can I have an EagleEye motion sensor turn lights on after 11:00pm till dawn
Sure. Just don't try to make it too simple... or all in one macro. I am not saying this is the only.. or even best way to do this. It is how I would do it.
- I would add to your 11 pm timer... and have it turn a fake monitored appliance module ON (same time it turns the WS467 off).
- I would place that fake monitored appliance module in the same "room" that the WS467 is that you want to control.
- In the same room add the House Unit address of the motion sensor (don't use the WS467 H/U address) as a trigger for a new macro.
- Make this macro a conditional macro. The motion sensor triggers the macro IF (the condition) the fake monitored appliance module is also ON (which means it is past 11pm and the WS467 has been turned off).
You will then need to create a macro for OFF.. triggered by the motion sensors OFF signal. Remember... it will also need to be a conditional macro based on the past 11pm time (the fake monitored appliance module).