Hi, so I know ive been disconnected for a while. But always trying to provide some goodies. One of the cool things of the PLC is that if you know serial commands you can actually talk to it bypassing the SDM software. My reason being that X10 motion sensors are cheeper than the Insteon and [...]
Posts Tagged ‘vb 2008’
Utility:Convert X10 to Insteon Program with a PLC
Posted: September 5, 2009 in General, Software SetupTags: convert x10 to insteon, insteon x10 convert, modem, PLC, vb 2005, vb 2008
My first KeypadLinc Setup and Functions
Posted: March 1, 2009 in General, Hardware setupTags: .net, 3-way, Insteon, insteon keypad linc, keypad, sdmserver, vb 2008, vb2008
So after weeks of playing,printing, and busting buttons I think what I ended up is with some acceptable buttons, here are the layout of my first KeyPad Linc These were done using a InkJet, I still need to try using a Color Laser to see. Since I got this one off of ebay it was [...]
New Pictures of Client ScreenShots
Posted: January 15, 2009 in GeneralTags: .net, actionscript 2.0, Home Automation, Insteon, insteon client, insteon group commands, insteon server, IO LINC, screenshots, server, vb 2008
As promised here are some new screen shots of the Client. Its totally revamped and I think in a cleaner format. Its a combination of VB2008 / Flash Action Script 2.0 Sample Screens – Jan 2009 Comments and feedback is appreciated!
Another way of polling Insteon Devices via VB
Posted: August 24, 2008 in Software SetupTags: GetOnLevelText, Insteon, polling devices, receiveinsteonraw, sdm command, setonleveltext, Sm.IsResponding(), using vb 2005, vb 2008, X10
Insteon’s SDM COM object is great for having a preset commands at your disposal but ive ran into issues where I dont want the program to wait for the ACK. (In this case it will pause for the response), this can be a problem in very large environment, especially if your poll all devices at [...]
The “Configuration” database
Posted: August 23, 2008 in Software SetupTags: configuration database, Home Automation, Insteon, reading insteon configuration, sql 2005, vb, vb 2005, vb 2008, X10
As previously mentioned my main program depends 100% off a SQL database, below is a dump of my “Configuration” database, that holds all the system settings. Many are loaded into memory the first time, or when I run PollDevices query this way the information is updated when needed. I know its a lot of information [...]