Author Topic: HA in Australia  (Read 18993 times)

RichardP

  • Veteran
  • ***
  • Posts: 131
    • View Profile
HA in Australia
« on: January 09, 2008, 07:23:17 am »
I've been playing around with LMCE 0710 Beta2, and have been thoughroughly impressed. Lots of problems, but very enjoyable and very impressive potential.

One problem - I can't make my lights follow my remote movement  :o

Pity I discovered LMCE only after I sold my house fully automated with CBus  :(

Anyway, I want to automate my current house and connect the automation to LMCE - and I'm not afraid of the development work necessary to get there. Are there any other brave souls that want to journey down this road with me?

First step is to select a an automation system that can be retrofitted. CBus is not a good choice - I don't want to pull cladding off the wall to install the control cables, and Wireless CBus is quite a bit more expensive.

PLCBus? Sounds interesting - does anyone have any experience with it?

X10 - it has some bad press regarding reliability, and I want my system to be robust. I want my automated house to just work - I don't want to have to reboot my computer each time my fridge motor induces a pulse down the powerline.

Oh yeah - I also want my automation system to be independent - I want it to be controllable from a computer system like LMCE, but I don't wan't it to be dependant on a computer. Turn off all the computers in the house and lights must still be controllable from the wall switches and/or IR remotes or whatever - which implies decentralised intelligence like CBus (and PLCBus, from what I've heard)


Best Regards,
Richard.
Best Regards,
Richard

ddamron

  • Alumni
  • wants to work for LinuxMCE
  • *
  • Posts: 962
    • View Profile
    • My LinuxMCE User Page
Re: HA in Australia
« Reply #1 on: January 09, 2008, 08:11:03 am »
RichardP,

Insteon is soon coming to 50Hz.. and PLCBUS is already there.

Insteon is already integrated.  Please search the wiki for INSTEON

PLCBUS integration is proceeding as we speak.  Hari and I are attacking this code.

You're welcome to add / suggest.. please examine the posted code and try to get 'familiar' with the structure.

The coding is all in Ruby. (Interpreted OO scripting language) and most of the code is in the developer's forums.. (search for PLCBUS)

HTH,

Dan
The only intuitive interface is the nipple.  After that it's all learned.
My other computer is your windows box.
I'm out of my mind.  Back in 5 minutes.
Q:  What's Red and smells like blue paint?

A:  Red Paint.

jo006

  • Regular Poster
  • **
  • Posts: 20
    • View Profile
Re: HA in Australia
« Reply #2 on: January 09, 2008, 08:36:04 am »
I am in the process of renovating my house and was preparing to install Clipsal C-Bus.  I do not think it would work with LMCE as is, however I found a Linux driver on the Clipsal web site. 

I am open to suggestions for an alternative system.

Justin

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: HA in Australia
« Reply #3 on: January 09, 2008, 08:48:54 am »
dude, it's not the end of the world, a driver can be written.... Dan hammered together the Insteon driver with no previous experience with this stack.

-Thom

1audio

  • Addicted
  • *
  • Posts: 552
    • View Profile
Re: HA in Australia
« Reply #4 on: January 09, 2008, 08:51:07 am »
Lighting control- there are two types. One for new construction and really crazy money that is fully centralized. The high end Lutron system is that way. The other is much more retrofit oriented. The light switches are essentially light switches that can be local or remote.
I think the first type is an expensive solution to a non-existent problem. Its very expensive to implement and when a component fails you are really screwed. The product lifecycle for this stuff is 10 years or so and then what do you do to get parts. The second will be easy to retrofit indefinitely and will work fine even when the system is down (no timers or automation but the lights work).

slampt

  • Veteran
  • ***
  • Posts: 102
    • View Profile
Re: HA in Australia
« Reply #5 on: January 09, 2008, 09:52:57 am »
Hey RichardP

I am in the same boat.

My plan is to use a security system that I can integrate the lighting with then use LMCE to talk to that.
I am a bit funny about having a PC control * in my house, so using a embedded device to control the "critical" components of the house makes more sense to me. My plan is to stage me HA fit out in the following way.

I am building a house in WA and I am currently drawing up the plans for "smart wiring" (note: I have LMCE running at my current house but only to play with and do my HTPC shiz.)

Anyway after the house is built and all the wiring in place. The first step for me is to install the security stuff (i will be using an elk-m1g.) All my critical stuff will be controlled by this,  security, lighting, etc.
I will then need to integrate this with LMCE (as this is what I will be using to present a shiny control interface to the house :P) and then all the other little bits, climate, reticulation, curtains, voip, etc etc :P
This is a WIP and my plans will need to be expanded on but thats the gist of it. 

So yeah I guess what I am saying is I too am looking for a lighting solution that will work well in AU and not cost my first born. Ohh yeah something that is bi-directional too is a must!! :P





ddamron

  • Alumni
  • wants to work for LinuxMCE
  • *
  • Posts: 962
    • View Profile
    • My LinuxMCE User Page
Re: HA in Australia
« Reply #6 on: January 09, 2008, 09:55:33 am »
FYI... The Elk M1G supports Insteon... ;)
The only intuitive interface is the nipple.  After that it's all learned.
My other computer is your windows box.
I'm out of my mind.  Back in 5 minutes.
Q:  What's Red and smells like blue paint?

A:  Red Paint.

slampt

  • Veteran
  • ***
  • Posts: 102
    • View Profile
Re: HA in Australia
« Reply #7 on: January 09, 2008, 10:42:44 am »
FYI... The Elk M1G supports Insteon... ;)


It sure does :P now to find some reasonably priced shiz for AU....

RichardP

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: HA in Australia
« Reply #8 on: January 09, 2008, 10:55:57 am »
Insteon is soon coming to 50Hz.. and PLCBUS is already there.

(hmm) Yes, I know. I got all excited when I saw one of your posts about it a while ago, then got all dejected when I discovered it was not for us at the moment. But I'll keep checking...
Best Regards,
Richard

RichardP

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: HA in Australia
« Reply #9 on: January 09, 2008, 11:01:33 am »
I am in the process of renovating my house and was preparing to install Clipsal C-Bus.  I do not think it would work with LMCE as is, however I found a Linux driver on the Clipsal web site. 

I am open to suggestions for an alternative system.

Justin


CBus is great. I had my entire house fully automated with CBus - even to the point where the bathroom extractor would come on with the steam from the shower. It's reliable and dependable. But it uses Cat5 cable which must be laid from device to device, so it's only practical when you are building from scratch or if the house is single-level.

Whether it works for you depends on how deep your renovation is going.

As for working with LMCE - just an implementation detail. As they say in the open-source world - have code, will build!

« Last Edit: January 09, 2008, 11:07:48 am by RichardP »
Best Regards,
Richard

RichardP

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: HA in Australia
« Reply #10 on: January 09, 2008, 11:23:05 am »
So yeah I guess what I am saying is I too am looking for a lighting solution that will work well in AU and not cost my first born. Ohh yeah something that is bi-directional too is a must!! :P


Anything decent will be bi-directional, so no problem there. Cost will always be a factor - we are working on the cutting edge, and will have to pay a premium for it until it falls into the mainstream.

I'm curious as to why you are set on a security system as the "focal point" for want of a better word. What's your thinking there? Is it simply that that's what is most important to you, and so will be implemented first, or is there a technical reason that makes it necessary?

With most devices nowdays offering interconnection though RS232 or ethernet, LMCE can talk to any or all of the system components and reduce the potential for a single point of failure.

Would you be able to send me a weblink for the elk-m1g?

Best Regards,
Richard.

Best Regards,
Richard

slampt

  • Veteran
  • ***
  • Posts: 102
    • View Profile
Re: HA in Australia
« Reply #11 on: January 10, 2008, 06:57:47 am »
One of the reasons for me starting with Security, is because I think that is the most important thing in my house :P
Not only does it make me feel "secure" but it also gets me cheaper insurance *grin*

The Elk stuff can be found at http://www.elkproducts.com/ (IIRC Ness are the AU distributors).

Because the elk (for example) supports various other "Home Automation" things. I would much prefer to use that to drive say the lighting also.  This way if my Linux Box dies some functionality remains.  An embedded system has less chance of failure IMO, and a security product configured/installed properly "should" not fail.  So I should still be able to control lighting via LMCE through the elk I just will need to do some work to make the magic happen. etc.

Sorry I don't have time to expand on this (or ramble on) some more, work is actually making me work. :P




jo006

  • Regular Poster
  • **
  • Posts: 20
    • View Profile
Re: HA in Australia
« Reply #12 on: January 10, 2008, 11:17:56 am »
Whether it works for you depends on how deep your renovation is going.

I am building in underneath my house and also replacing the cladding and roof so it should be relatively easy to install the required cabling.  Being an electrician with an IT background will also help with the programming and getting the C-Bus modules at wholesale price.

Justin

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: HA in Australia
« Reply #13 on: January 11, 2008, 02:41:55 am »
RichardP - for what its worth, I'm interested in HA in AU as well. Can't really do much on the coding side. But looking for a reliable, fast (so not X10!), bidirectional system at a reasonable price. Very interested in what Dan is upto at the moment with Hari on PLCBUS...

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: HA in Australia
« Reply #14 on: January 11, 2008, 04:04:23 am »
Dan and Hari have managed to get PLCBUS stuff working in short order. The lighting system became functional, today.

-Thom