RickL66 Posted March 25, 2011 Posted March 25, 2011 Hi, Been awhile since I've been here. I want to try to get rid of Homeseer and use just ISY-99i. The only thing stopping me is not being able to do scripts on ISY-99i. I think I asked that question 2 years ago. Is it now possible to run a script that will flash a light plugged into a Insteon plug-in module? This is my script in Homeseer- can I do something like this in ISY, without homeseer? Sub Main Dim count for count = 1 to 6 hs.SetDeviceValue "\2", 1 'for On hs.waitsecs .7 hs.SetDeviceValue "\2", 2 'for Off hs.waitsecs .7 next End Sub Thanks!
Michel Kohanim Posted March 25, 2011 Posted March 25, 2011 Hi RickL66, Yes, you can but we do not call them scripts; we call them Programs and with the addition of Variables, you can easily accomplish your script. With kind regards, Michel
RickL66 Posted March 26, 2011 Author Posted March 26, 2011 Thank you, Michel! I am going to buy a ISY-99i back. Rick
Recommended Posts