ranger_ut
Oct 02, 2009, 08:34 PM
Here is what I have been messing with.
My goal is to use vb on my complex or something I can loop through instead of doing alot of test elements.
I know these do work. FYI you can run them from outside of HCA.
ex. c:\hca\cscript turnoff.vbs
Dim HCA
Set HCA = GetObject(,"HCA.Object")
HCA.device.off("Devices - Office Light")
HCA.group.off("Groups - Office")
HCA.group.off("Groups - Hall")
Set HCA = Nothing
What I can not figure out is Insteon devices.
single or KPL switchs.
HCA.device.off("insteon - Kitchen") nothing....
what about turning group 99 off.. Should this be done in a sceen, then call the sceen?
Thanks for any help.
Brett:)
My goal is to use vb on my complex or something I can loop through instead of doing alot of test elements.
I know these do work. FYI you can run them from outside of HCA.
ex. c:\hca\cscript turnoff.vbs
Dim HCA
Set HCA = GetObject(,"HCA.Object")
HCA.device.off("Devices - Office Light")
HCA.group.off("Groups - Office")
HCA.group.off("Groups - Hall")
Set HCA = Nothing
What I can not figure out is Insteon devices.
single or KPL switchs.
HCA.device.off("insteon - Kitchen") nothing....
what about turning group 99 off.. Should this be done in a sceen, then call the sceen?
Thanks for any help.
Brett:)