[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
SlimP3 - XPL = Homeseer 2
- Subject: SlimP3 - XPL = Homeseer 2
- From: "JohnQuirk" <johnquirk@xxxxxxxxx>
- Date: Thu, 25 Aug 2005 22:55:55 -0000
Hi Guys,
I'm cross-posting here and on the Homeseer 2.0 board, but I recall=20
JohnB really helping me out with this before.=20
I'm using XPLHAL. In here I have XPL devices for all my slimdevices=20
players. I've created this script so that when I press "0" on one
of=20
the remotes it executes a HS EXEC X10 command. Here's the script:
' source script for SLIMDEV-SLIMSERV.127001
sub slimdev_slimserv_127001_trigger(XplMsg)
Set hs =3D CreateObject("HomeSeer.Application")
if (xpl.getparam(XplMsg,"keys",true)) =3D "numberoff0"
Then
hs.Writelog "XPL","M2"=20
hs.ExecX10 "M2", "on", 0, 0
Set hs =3D Nothing
End If=20
End Sub
It should work, the XPL logic is fine. I get this error:
Thu 25/08/05 23:06:39 : Error Executing=20
Script 'SLIMDEV_SLIMSERV_127001_Trigger' (Object variable or With=20
block variable not set)
Thu 25/08/05 23:06:39 : Error Executing=20
Script 'SLIMDEV_SLIMSERV_127001_Trigger' (Object variable or With=20
block variable not set)
Anyone help me with this, I'm desperate!
Thanks
John
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|