Search found 257 matches

by Timoh
Wed Sep 25, 2013 4:18 pm
Forum: General
Topic: Ode to Housebot...
Replies: 5
Views: 4312

Re: Ode to Housebot...

I think you nailed it when you said that HA can be done so many different ways these days... Take the RaspBerryPi with PiFace or RazBerry for z-wave, or BB Bone with all it's inputs and java script ease of use. There are plenty of economical DIY/tinkerer solutions out there. On the other end, stand ...
by Timoh
Tue Sep 24, 2013 9:57 am
Forum: General
Topic: Ode to Housebot...
Replies: 5
Views: 4312

Re: Ode to Housebot...

For hardware, I was thinking of the Pi, but came to the conclusion it's a wee bit under powered. Instead I'm going with the BeagleBone Black. It run's faster, but more importantly has more IO pins than I know what to do with. For s/w, I won't mention the competition on the HB board, but you can foll...
by Timoh
Mon Sep 23, 2013 10:19 am
Forum: General
Topic: Ode to Housebot...
Replies: 5
Views: 4312

Ode to Housebot...

After 10 years with HB, it's finally time to move on. HB got me into home automation, for without it, I doubt my house would be littered with x10 switches or stick-on IR emitters. I'll remember all the great times writing VB scripts and integrating to a myriad of "unsupported" serial devic...
by Timoh
Fri Oct 26, 2012 10:46 am
Forum: General
Topic: iRule and HouseBot
Replies: 2
Views: 2827

Re: iRule and HouseBot

In theory.... Anything that talks TCPIP can control HB using my webserver I abandoned back in the spring. I haven't looked at iRule, but if it can send an http request, you can control devices in HB. I was looking at OpenRemote a while back, and I know it can send http commands easily. Buried in the...
by Timoh
Sun Aug 19, 2012 4:18 pm
Forum: General
Topic: iPad Software Remote?
Replies: 6
Views: 3800

Re: iPad Software Remote?

The HBWebserver is fine for delivering web pages and using JSON to get & set properties. Anything beyond that, such as trying to interpret the theme XML and serve it as the webClient, is not the way to go. More specific questions... are there sufficient hooks in the HB Server executable for the ...
by Timoh
Sat Aug 18, 2012 5:22 pm
Forum: General
Topic: iPad Software Remote?
Replies: 6
Views: 3800

Re: iPad Software Remote?

The relationship between the SWRemote and HBserver is very unique. So unique there is next to nothing that would be of any use for designing an iPad app. Likewise for the HBserver itself, there is simply some stuff that it can't do for working with any other client such as an iPad app. This is where...
by Timoh
Fri Aug 17, 2012 10:37 am
Forum: General
Topic: iPad Software Remote?
Replies: 6
Views: 3800

Re: iPad Software Remote?

Technically it's possible, but.... It depends on 1) what you want it to look like and 2)How should it know what to display. If you want a full on theme like in SWRemote, then you will need some form of designer for the iPad remote. So for that solution you now have an iPad app where you ca both desi...
by Timoh
Mon Jun 18, 2012 9:54 am
Forum: Bug Reports
Topic: Runtime Error when I launch HouseBot
Replies: 3
Views: 7528

Re: Runtime Error when I launch HouseBot

Possibly a case of DLL hell!???! crt=common runtime. It is a shared component in windows platforms, but not as shared as MS would like you to believe. Did you install something else? It may have over written some CRT libraries and Housebot doesn't like the new libraries. I had a similar issue when d...
by Timoh
Tue May 22, 2012 10:29 am
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 37580

Re: webRemote/Housebot WebServer - March Release

Hi Steve, I scrapped it about a month ago. :( There's a post in the general forum. I should not have used the the project as learning for JS and a (re)learning for C++. In nutshell, two things happened... 1) Making it cross-browser compatible was turning out to be a huge headache. and 2) I clued in ...
by Timoh
Mon Apr 23, 2012 2:06 pm
Forum: General
Topic: webRemote... Bad news, Good news.
Replies: 0
Views: 82550

webRemote... Bad news, Good news.

Hi folks, Straight to the point... Bad news first... webRemote development is halted. Done. No more. :( As I started to look at cross-browser compatibility, I decided it would be too much of a headache to maintain. When I dug into it even more, + couple weeks of thinking... I've pretty much done eve...
by Timoh
Wed Apr 18, 2012 10:40 am
Forum: General
Topic: Using XAP?
Replies: 17
Views: 37828

Re: Using XAP?

I saw those on ebay.... But.... I recall reading somewhere to be careful of which version of the board you buy. + I had some concern that image on ebay does not look like the image on the xapmcsWebControl. It made me think it was the wrong board. (Taking a closer look at the image on xapmcsWebContro...
by Timoh
Wed Apr 18, 2012 10:17 am
Forum: General
Topic: Housebot & Vista
Replies: 7
Views: 4607

Re: Housebot & Vista

I'm guessing it's more than just writing to the program files/Housebot folder. I had a similar issue with my webRemote plugin writing files to the HB folder, but it did not crash HB. It just would not write the log file. Adding the permissions to the user to write to the HB folder solved the issue. ...
by Timoh
Wed Apr 18, 2012 10:09 am
Forum: General
Topic: Help required - System Crash when adding XAP.
Replies: 17
Views: 10408

Re: Help required - System Crash when adding XAP.

I should clarify "without Admin". With a regular user, I suspect HB will not work as Scott mentioned. In my case, my user ID is a member of the Administrators group. While this gives most of the same privileges as the ID "Administrator", it's not quite the same. This is probably ...
by Timoh
Tue Apr 17, 2012 10:01 am
Forum: General
Topic: Using XAP?
Replies: 17
Views: 37828

Re: Using XAP?

Not much on ebay for CAI boards right now. I'll probably do something with Arduino and xap. I have a couple of spares kicking around. And talking of overlays on TVs, I noticed that there is an Arduino shield (composite/yellow jack only) that can do overlays. I'm still looking for cheap DIY audio zon...
by Timoh
Tue Apr 17, 2012 9:55 am
Forum: General
Topic: Help required - System Crash when adding XAP.
Replies: 17
Views: 10408

Re: Help required - System Crash when adding XAP.

That worked for me too. And I didn't go Doh! All of HB works without Admin, + the plugin I'm writing doesn't need Admin, so it was reasonable for me to expect it would work without Admin. I don't get an UAC prompt, but I suspect the how to disable it is lurking on Google somewhere. Thanks Edward. Ba...