Hi all. Finally have cbus setup in the house and a CNI on the TCP/IP network. I have read the C-Gate Manual and it is quite good, but seems to assume you have projects and a network connection already. I was looking for a tutorial that starts you off with a new cbus network (pre-programmed or not) and connects you to the CNI etc. Any tips on setting this up? I read that a networks.txt file is needed but then read that was only for 1.5 and not > 2.0. My CNI has an IP and I can access it via web (port 80) or telnet (port 9999) so now need to get C-Gate communicating with the CNI to then scan the network (?) and create a project (?) Thanks for any tips. Edit: I have managed to start a project and connect to the CNI. But can't open the network for some reason. [code] david@david ~ $ /usr/kerberos/bin/telnet 127.0.0.1 20023 Trying 127.0.0.1... Connected to david (127.0.0.1). Escape character is '^]'. 201 Service ready: Clipsal C-Gate Version: v2.8.0 (build 2307) #cmd-syntax=1.0 NET CREATE rizal cni 10.3.3.4 408 Operation failed: Invalid project name project list 124 no projects found project new rizal 200 OK. project start rizal 200 OK. project use rizal 200 OK. port list 126 no ports found net list 132 no networks found net create home cni 10.3.3.4 200 OK. port list 126 no ports found net list 131 network=home State=new InterfaceState=closed net save db 200 OK. project save rizal 200 OK. tree rizal 402 Operation not supported by: //RIZAL tree 254 401 Bad object or device ID: Network not found port cniscan 129 ip-address=10.3.3.4 status=available port=10001 type=CNI net open home 120-initializing 120-opening port 120-stopping threads 120-threads stopped 120-closing streams 408 Operation failed: //RIZAL/home: Open failed: failure opening port net list 131 network=home State=new InterfaceState=closed [/code]