jnmacd Posted March 25, 2010 Posted March 25, 2010 Here's what I want to do... I want to create my own application in either C++ or C# that will interface with or control my INSTEON devices. I am not sure what hardware I need.. Does the ISY have a .dll I can interface with or is there a way to execute a certain script via code? This site.. http://www.madreporite.com/insteon/insteon.html looks similar to what I would like to do.. however it doesn't go into details about hardware setup. Am I able to do something similar with the ISY? I am okay with starting from (nearly) scratch. I just need some hardware I can interface with that will send my messages to my devices. Jason
Michel Kohanim Posted March 25, 2010 Posted March 25, 2010 Hi Jason, ISY provides the following methods/SDKs for integration with ISY: 1. WSDK ... Web Services SDK; simply import the WSDL to your VStudio project, supply the URL and userid/pwd and you can do everything in the link you sent in a day. We also have a sample C# project that you can start from 2. JSDK ... same as WSDK but it's a Java library 3. REST ... you can use URL based commands to control ISY For more information please checkout our developer forum: http://forum.universal-devices.com/viewforum.php?f=2 Furthermore, we have a $50.00 developer discount provided that you are willing to share/sell the outcome of your endeavors with the rest of our community. With kind regards, Michel
Recommended Posts