I am attempting to control the ActiveHome hardware from another program, but having trouble figuring out where to start.
I have tried to utilize the command prompt (ahcmd) to send commands outside of the ActiveHome GUI, but I keep reciving this error within the command prompt window:
ActiveScript Error: {sendplc | sendrawplc....| queryplc}
Hence, I can't really play with the command prompt. However, this is not my ultimate goal. Eventually, I want to send simple commands to the hardware from an external program (like MatLab, for instance.. still figuring out if there is a way to do this). I do not want to use any of the standard inputs to issue commands, as the commands that will be sent to the hardware will originate from another program (i.e., I am building a program that executes the appropriate ActiveHome command "Turn on light" when it receives an input command)
Any ideas?