Hi All, I have a project where there are multiple rooms with 360 degree Internal PIRs and key switches for lights in said rooms. Whats the best way to have the PIR pulse the GA for 5 mins, but the switch will be an on/off for the GA and also disable the PIR when the GA is turned on by the switch. I also have a Wiser in the installation. My first solution was to use blocks and have a second (override) GA assigned to the same button, which is also assigned as the PIR Disable. Then i ran into the problem of some rooms having DLTs, so there are no free blocks. I also want the Wiser Widget to be able to turn on/off/dim the GA, which will also activate the Disable group to override the PIR. I'm thinking I need the GAs: 1. LIGHTS (the dimmable lighting circuit) 2. PIR TRIGGER (an address which gets pulsed for 3 seconds whenever movement is picked up. Wiser logic written for when this GA is ON and time > sunset etc pulse LIGHTS) 3. PIR OVERRIDE (PIR is disabled when this is ON) 4. MANUAL TRIGGER (Assigned to button as dimmer) Logic: When MANUAL TRIGGER = ON, set PIR OVERRIDE = ON and LIGHTS = ON When MANUAL TRIGGER = OFF, set LIGHTS = OFF, delay 5sec, set PIR OVERRIDE = OFF Firstly, this seems like too many GAs to keep track of for 1 circuit, and secondly, how can i set LIGHTS to follow the dimmed level of MANUAL TRIGGER so that to the client it just seems like the button or wiser widget controls the lighting circuit directly? Any ideas on the best way to get around this?