Zabaware Support Forums

Zabaware Forums => Programming using the Ultra Hal Brain Editor => Topic started by: stormserver on June 05, 2010, 11:42:52 pm

Title: Ultra Hal & Mister House
Post by: stormserver on June 05, 2010, 11:42:52 pm
Does anyone have any idea if this code (from another post)

If UserSentence = "Turn on the TV" Then
BlockSave = True
GetResponse = "I'm turning on the TV boss."
GetResponseBlock = True
Set GirderEvent = CreateObject("Girder.GirderEvent")
GirderEvent.Device = 18
GirderEvent.EventString = "TV_ON"
GirderEvent.Payload(1) = payload
GirderEvent.Send()
End If

can be easily modified to work with MisterHouse?

Thanks!
Title: Re: Ultra Hal & Mister House
Post by: cyberjedi on December 17, 2016, 05:13:35 am
That looks like  the coding for X-10 equip or equiv
Title: Re: Ultra Hal & Mister House
Post by: Art on December 17, 2016, 08:45:16 am
I don't think Misterhouse works with Windows 10. I'm not sure that it is supported by anyone or forum, given it's age.

Girder was sort of an event driven,scripted,automation programming language. Don't know the status of it either but I'm certain it's rather dated.

So it's anyone's guess at this point. There are many other automation program available that might do what you require as well as some easy programming languages to employ.

Good luck!