PDA

View Full Version : X10 CCF file


amtech
February 17th, 2006, 03:21 PM
I have started making my own CCF file for X10 light control. The event number in Girder for turning a light on is 22 1852786642. I can see that Girder is receiving the event number, but it doesn´t perform the action. It works when I test the event in Girder.
Is the problem that I dont writes in the correct "Compiled action string" and "Event" in Designer when trying to send event to Girder? I tried with 22 1852786642 on both.

Rob H
February 17th, 2006, 03:29 PM
You are probably better off using a meaningful name in your CCF to turn the light on - e.g. X10_LIGHT_ON

Press the button in NetRemote and you should see that event appearing in the logger. Just drag it from there to the action node and that event will be assigned to the action.

This of course assumes that you are using Girder 4

amtech
February 17th, 2006, 03:45 PM
Thank you. I appreciate the help :)