Not sure if this is the the right place for this - I couldn't find a section for Insteon or X10 or Home Automation
For those you want to use VC to control Insteon devices here are some tips on how to do it.
Here are some other posts on the forum that also give some help.
The best information comes from this site -
http://www.leftovercode.info/smartlinc.html Using the Insteon Hub which needs to be on the same network as the PC with VC.
you also will need to know what the port number to communicate with the Hub is.
if you are using Homeseer or Houselinc - you can find it listed in the setup areas - next to the IP address.
Once you have those - the rest is easy.
Using the scrape command in VC - you need to open LCB and select the Scrape command (don't select XML or User Agent).
Then you put the following into the "URL" box.
(dont forget to replace the "[your ip address:port#]" and "[deviceID]" with the ones you want)
For an ON command http://[your ip address:port#]/3?0262[deviceID]0F11FF=I=3
For an OFF commandhttp://[your ip address:port#]/3?0262[deviceID]0F13FF=I=3
For an DIM command - change the FF before the 1st "=" to "40" for 25%, "7F" for 50%, "BF" for 75%, "FF" for 100%.
http://[your ip address:port#]/3?0262[deviceID]0F117F=I=3
The above will turn it on to 50%
Commands List If you want to use the following - just change the 2 characters before the "FF=I=3"
Code Command Description
11 On Turn device on, ramping up
12 Fast On Turn device on immediately (no ramp)
13 Off Turn device off, ramping down
14 Fast Off Turn device off immediately (no ramp)
19 Status Get the current status of the device (returns level)
Multiple Devices on or Off in the same command - this can be done but you need to separate the commands in the LCB by a pause of at least 500ms
Use the VC pause command.
It also appears to be limited to 2 separate devices at one time.
Events in HomeseerOne way to run events in HS is to use the x10 commands
just set up a virtual device and use that as a trigger for the event.
Hope this help - will post more as I learn..