I have YAC running on my Homeseer Server. I added TiVo as a listener.
Then I run a simple script when Homeseer fires on the heating (see
Below). I wanted to use the info from Justins Meteor plugin to fire off
scripts on phone events. HSP does does not do the trick for me. I used
to have a BT Easicom device but it died and I miss the info now :-(
YAC and TiVo seems very flexible. I can see Pronto X10 codes firing
scripts in Homeseer for any number of things. Ie Amar has a cinema
listings script. The Teletext on digital TV is non existant now, so I
would want a number of 'info' pages;
Local News, Cinema etc
All we need is Justin to get his finger out ;-)
Regards
Michael
sub main()
Dim MyString
Dim fileObj
Set fileObj = CreateObject("Scripting.FileSystemObject")
MyString = "c:\YAC.exe " & "Heating turned on for one
hour, Current
Outdoor Temperature is " & hs.devicestring("^1") &
"Degrees C"
Set TextStream = fileObj.CreateTextFile("c:\heat1.bat", True)
TextStream.WriteLine(MyString)
TextStream.WriteLine("exit")
TextStream.Close
hs.launch "C:\heat1.bat"
hs.writelog "HEATING", "The Central Heating has been turned
on for one
hour"
end sub
Comments to the Webmaster are always welcomed, please use
this contact form
. Note that as this site is a mailing list archive, the Webmaster has no control
over the contents of the messages. Comments about message content should be directed
to the relevant mailing list.