I have Reactor device created to turn on my garage lights only when
It is after sunset and before sunrise and GarageDoorLeft or GarageDoorMiddle or GarageDoorRight has been opened.
The question I have is 2 things.
Is the ‘OR’ condition correct for what I want done and is the status correct for when the garage doors are open.
I used the chevron drop down at selected the “device is opened” but it does not seem to change the value

I have included my summary report
Blockquote
*************************************************** REACTOR LOGIC SUMMARY REPORT ***************************************************
Version: 3.0 config 301 cdata 19082 ui 19125 pluginDevice 325
System: Vera version 1.7.4453 on Sercomm G450; loadtime 1557408668; systemReady 1557408689; Lua 5.1
Local time: 2019-05-09T09:53:47-0400; DST=1
House mode: plugin 1; system 1; tracking off
Sun data: { "stamp": 2019129, "civdawn": 1557393969, "nautdawn": 1557391502, "sunset": 1557448265, "nautdusk": 1557452704, "latitude": 44.3001, "astrodusk": 1557455508, "longitude": -79.6496, "civdusk": 1557450238, "astrodawn": 1557388699, "sunrise": 1557395941 }
Geofence: not running
====================================================================================================================================
GarageLightTurnOn03 (#383)
Version 19082.1557408498 05/09/19 09:28:18
Message/status: Not tripped
Condition group "GarageMiddleLightON" (AND) false as of 09:13:17 <root>
&-F-sun bet sunset+0,sunrise+0 [1557408698 => 1557409058 at 09:37:38; F/F as of 05:59:00/05:59:00] <cond0>
&-T-service GarageDoorMiddle (239) urn:micasaverde-com:serviceId:DoorLock1/Status = 1 (match case) [0 => 1 at 09:26:26; T/T as of 09:26:26/09:26:26] <condcwarf69>
&-T-group "GarageRightLightON" (OR) TRUE as of 09:27:30 <grpcwbxti2>
| |-F-sun bet sunset+0,sunrise+0 [1557408698 => 1557409058 at 09:37:38; F/F as of 05:59:00/05:59:00] <condcwbyc2k>
| |-F-service GarageDoorRight (240) urn:micasaverde-com:serviceId:DoorLock1/Status = 1 (match case) [1 => 0 at 09:37:38; F/F as of 09:37:38/09:37:38] <condcwbyvj2>
| |-T-group "GarageLeftLightON" (OR) TRUE as of 09:27:30 <grpcww5wj3>
| | |-F-sun bet sunset+0,sunrise+0 [1557408698 => 1557409058 at 09:37:38; F/F as of 09:27:30/09:27:30] <condcww6m0v>
| | |-T-service GarageDoorLeft (241) urn:micasaverde-com:serviceId:DoorLock1/Status = 1 (match case) [1 at 09:27:30; T/T as of 09:27:30/09:27:30] <condcww73xj>
Activity grpcww5wj3.true
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=1 )
Delay 60 inline
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=0 )
Activity grpcwbxti2.true
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=1 )
Delay 60 inline
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=0 )
Activity grpcwtdwdc.true
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=1 )
Delay 60 inline
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=0 )
Activity root.true
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=1 )
Delay 60 inline
Device 96 (Garage Lights) action urn:upnp-org:serviceId:SwitchPower1/SetTarget( newTargetValue=0 )
Events
05/09/19 09:31:24 start:
05/09/19 09:31:37 devicewatch: device=240, old="0", name=GarageDoorRight, var=urn:micasaverde-com:serviceId:DoorLock1/Status, new="1"
05/09/19 09:31:38 condchange: newState=true, cond=condcwbyvj2, oldState=false
05/09/19 09:31:38 evalchange: newState=true, cond=condcwbyvj2, oldState=false
05/09/19 09:37:37 devicewatch: device=240, old="1", name=GarageDoorRight, var=urn:micasaverde-com:serviceId:DoorLock1/Status, new="0"
05/09/19 09:37:38 condchange: newState=false, cond=condcwbyvj2, oldState=true
05/09/19 09:37:38 evalchange: newState=false, cond=condcwbyvj2, oldState=true
Blockquote



