November 2003 Archives

DesktopX and Homeseer

Awhile back there was some interested on being able to extend HS onto the desktop using DesktopX. I have begun a preliminary DX script that is working for me on a remote PC running DX to interface with HS on my main machine:

Sub Object_OnScriptEnter

End Sub

Sub Object_OnStateChange(state)

If state = "Mouse down" Then

Dim hs

Set hs = CreateObject("Homeseer.Application","pctv")

If hs.ison ("a2") Then hs.execx10 "a2","off",0 Else hs.execx10 "a2","on",0

Set hs = nothing

End If

End Sub

Sub Object_OnScriptExit

End Sub

All it does right now is to turn a light on or off based on the current status. Still have a few things to add once I figure them out, such as -

Getting the status of a device from HS and storing it.

Storing the device code so that it does not have to be hard-coded into the script. Easier to clone the object and have them for several different ones.

Setting the graphic based upon device status so that it matches the device state.

If anyone has any suggestions, or feedback, I would be glad to hear it.

DesktopX and Homeseer

Awhile back there was some interested on being able to extend HS onto the desktop using DesktopX. I have begun a preliminary DX script that is working for me on a remote PC running DX to interface with HS on my main machine:

Sub Object_OnScriptEnter

End Sub

Sub Object_OnStateChange(state)

If state = "Mouse down" Then

Dim hs

Set hs = CreateObject("Homeseer.Application","pctv")

If hs.ison ("a2") Then hs.execx10 "a2","off",0 Else hs.execx10 "a2","on",0

Set hs = nothing

End If

End Sub

Sub Object_OnScriptExit

End Sub

All it does right now is to turn a light on or off based on the current status. Still have a few things to add once I figure them out, such as -

Getting the status of a device from HS and storing it.

Storing the device code so that it does not have to be hard-coded into the script. Easier to clone the object and have them for several different ones.

Setting the graphic based upon device status so that it matches the device state.

If anyone has any suggestions, or feedback, I would be glad to hear it.

Skin Updates


I am in the process of uploading some of my older skins from sites around the web. You can find them from the Files, or Downloads links.

Updates


I have re-added links to my blog, as well as a couple of other local sites. The HA server is available again, as is Legend of the Green Dragon.




The Photo gallery will reopen soon, as well as various skins (mine, and some of the ports that I have done)

HA Server Status


I've managed to make a new php block that includes my HA server status as well as some info that is mostly useless to anyone but myself. Anyone running Homeseer and php-nuke is welcome to email me for the code.




Technorati : ,

Pages

Powered by Movable Type 4.25

Credits

Blog Theme and Templates Based on the Minimal Light Blue Style included with Movabletype 4.0, extended and edited by myself.

The Dragon Mascot for TheAppDotNet compliments of SOS Factory Design

Recommended Links

About this Archive

This page is an archive of entries from November 2003 listed from newest to oldest.

October 2003 is the previous archive.

December 2003 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Advertisements