I have a added a generic device to act as a parent to my lights and allow an external program to connect and read these commands by a TCP socket.
When choosing "Lights" from the admin website and pressing on or off the commands are correctly routed to the parent device:
08 12/14/07 14:00:11.386 Received Message from 0 (unknown / ) to 179 (Misterhouse Remote / Entrance), type 1 id 760 Command:Send Command To Child, retry none, parameters: <0x5e65fb90>
08 12/14/07 14:00:11.386 Parameter 10(ID): B3 <0x5e65fb90>
08 12/14/07 14:00:11.386 Parameter 154(PK_Command): 193 <0x5e65fb90>
However when called from the floorplan this does not happen:
08 12/14/07 14:02:16.292 Received Message from 69 (Generic Proxy Orbiter / ) to Red Cabinet Lamp (dimmable)(189), type 1 id 193 Command:Off, retry none, parameters: <0x63e6ab90>
08 12/14/07 14:02:16.292 Parameter 97(PK_Pipe): <0x63e6ab90>
Does anyone know why?
Thanks in advance,
Chris