Hi, I am trying to use C-Gate to control the lights in my house. The documentation shows that I can "control" the C-Bus network, but when I try commands such as "on 254/56/14" or "off 254/56/14", it doesn't seem to turn the lights on/off. All the commands I use get 200 OKs or 202 Done's. The commands I issue are as follows: project load HOME project use HOME net open 254 do 254 sync tree 254 (I see that the room I am currently in has status 254/56/14 ($e) level=255 state=ok units=43,101 do 254/56/14 off 202: Done: //HOME/254/56/14 (nothing happens) do 254 sync 202: Done //HOME/254 (nothing happens) Am I doing something wrong here? Is there something else I need to configure before I can turn the lights on/off using CGate? Thanks Jack