I took a look at the logs, but not being fully log literate I am not sure all that I am seeing. This is what happens when I press 8-ON on the remote to invoke scene TV. Note that the device I want to control is 7, the device that also gets controlled is 9, but why? 7 is the only device in that scene.
07 01/25/13 10:25:41.101 Event::Evaluate 1 Remote 1-2 scene Evening On is false repeat 0/-1 <0x2b55b680>
07 01/25/13 10:25:41.101 Event::Evaluate 2 Remote 1-9 scene Auto Late Night Off is false repeat 0/-1 <0x2b55b680>
07 01/25/13 10:25:41.102 Event::Evaluate 3 Remote 1-4 scene Bob Lamp On is false repeat 0/-1 <0x2b55b680>
07 01/25/13 10:25:41.102 Event::Evaluate 4 Remote 1-3 scene Bob Lamp Off is false repeat 0/-1 <0x2b55b680>
07 01/25/13 10:25:41.102 Event::Evaluate 5 Remote 1-1 scene Go To Bed is false repeat 0/-1 <0x2b55b680>
07 01/25/13 10:25:41.102 Event::Evaluate 6 Remote 1-8 scene TV is true users:(null) allow:1 <0x2b55b680>
08 01/25/13 10:25:41.102 Scene::RunScene running 12 TV <0x2b55b680>
===>The above seems to show that scene TV is true and starts running the scene
08 01/25/13 10:25:41.103 JobHandler_LuaUPnP::HandleActionRequest device: 7 service: urn:upnp-org:serviceId:Dimming1 action: SetLoadLevelTarget <0x2b55b680>
08 01/25/13 10:25:41.103 JobHandler_LuaUPnP::HandleActionRequest argument newLoadlevelTarget=40 <0x2b55b680>
06 01/25/13 10:25:41.103 Device_Variable::m_szValue_set device: 7 service: urn:upnp-org:serviceId:Dimming1 variable: LoadLevelTarget was: 40 now: 40 #hooks: 0 upnp: 0 v:0xb8b8f0/NONE duplicate:1 <0x2b55b680>
===>The above sets the load level on 7 to 40 - correct!
02 01/25/13 10:25:41.104 ZWJob_SendData UPDATE MANUAL ROUTE 7=0xb1933f <0x2b55b680>
06 01/25/13 10:25:41.105 Device_Variable::m_szValue_set device: 4 service: urn:micasaverde-com:serviceId:SceneController1 variable: LastSceneTime was: 1359127539 now: 1359127541 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x2b55b680>
02 01/25/13 10:25:41.106 ZWaveController::HandlePollUpdate_Basic_Sett node 4 device 4 button 8 is a dup <0x2b55b680>
===>I don’t understand this, but it seems to say that button 8 is a dup - is that saying that the button is being pressed again, or is there another thing that button 8 is triggering ?
02 01/25/13 10:25:41.109 UPDATE MANUAL ROUTE2 7=0xb1933f <0x2b95b680>
02 01/25/13 10:25:41.109 ZW_Send_Data node 7 USING ROUTE 255.216.142.177 <0x2b95b680>
02 01/25/13 10:25:41.217 UPDATE MANUAL ROUTE2 8=0xb6bc9f <0x2b95b680>
02 01/25/13 10:25:41.217 ZW_Send_Data node 8 USING ROUTE 255.208.162.182 <0x2b95b680>
06 01/25/13 10:25:41.326 Device_Variable::m_szValue_set device: 9 service: urn:upnp-org:serviceId:Dimming1 variable: LoadLevelStatus was: 50 now: 0 #hooks: 6 upnp: 0 v:0xb8b2e0/NONE duplicate:0 <0x2b55b680>
===>and here it sets the load level on 9 to zero - wrong! - why ?
06 01/25/13 10:25:41.326 Device_Variable::m_szValue_set device: 9 service: urn:upnp-org:serviceId:SwitchPower1 variable: Status was: 1 now: 0 #hooks: 0 upnp: 0 v:0xb74f80/NONE duplicate:0 <0x2b55b680>
04 01/25/13 10:25:41.328 <0x2b55b680>
02 01/25/13 10:25:41.330 UPDATE MANUAL ROUTE2 7=0xb1933f <0x2b95b680>
02 01/25/13 10:25:41.330 ZW_Send_Data node 7 USING ROUTE 255.216.142.177 <0x2b95b680>
06 01/25/13 10:25:41.435 Device_Variable::m_szValue_set device: 7 service: urn:upnp-org:serviceId:Dimming1 variable: LoadLevelStatus was: 40 now: 40 #hooks: 4 upnp: 0 v:0xb8b2e0/NONE duplicate:1 <0x2b55b680>
===>and here it seems to set 7 to 40 again?
Now, if I run the scene from U15, this is the log:
08 01/25/13 10:37:22.566 Scene::RunScene running 12 TV <0x2cf5b680>
08 01/25/13 10:37:22.566 JobHandler_LuaUPnP::HandleActionRequest device: 7 service: urn:upnp-org:serviceId:Dimming1 action: SetLoadLevelTarget <0x2cf5b680>
08 01/25/13 10:37:22.567 JobHandler_LuaUPnP::HandleActionRequest argument newLoadlevelTarget=40 <0x2cf5b680>
06 01/25/13 10:37:22.567 Device_Variable::m_szValue_set device: 7 service: urn:upnp-org:serviceId:Dimming1 variable: LoadLevelTarget was: 40 now: 40 #hooks: 0 upnp: 0 v:0xb8b8f0/NONE duplicate:1 <0x2cf5b680>
02 01/25/13 10:37:22.568 ZWJob_SendData UPDATE MANUAL ROUTE 7=0xb1933f <0x2cf5b680>
02 01/25/13 10:37:22.569 UPDATE MANUAL ROUTE2 7=0xb1933f <0x2b95b680>
02 01/25/13 10:37:22.569 ZW_Send_Data node 7 USING ROUTE 255.216.142.177 <0x2b95b680>
02 01/25/13 10:37:22.667 UPDATE MANUAL ROUTE2 7=0xb1933f <0x2b95b680>
02 01/25/13 10:37:22.667 ZW_Send_Data node 7 USING ROUTE 255.216.142.177 <0x2b95b680>
06 01/25/13 10:37:22.775 Device_Variable::m_szValue_set device: 7 service: urn:upnp-org:serviceId:Dimming1 variable: LoadLevelStatus was: 40 now: 40 #hooks: 4 upnp: 0 v:0xb8b2e0/NONE duplicate:1 <0x2b55b680>
===> and it looks correct, no action on device 9.
Any knowledgeable log readers out there?