The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Justins Meteor PLugin



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


Yahoo! Groups Sponsor
ADVERTISEMENT

http://www.automatedhome.co.uk
Post message: ukha_d@xxxxxxx
Subscribe:  ukha_d-subscribe@xxxxxxx
Unsubscribe:  ukha_d-unsubscribe@xxxxxxx
List owner:  ukha_d-owner@xxxxxxx
List of UKHA Groups here - http://groups.yahoo.com/group/UKHA_Grouplists/


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Home | Main Index | Thread Index

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.