News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Home.js? Node.js & Home Automation

Started by tvongaza, May 27, 2010, 10:52:33 PM

Previous topic - Next topic

tvongaza

Starting a new project to merge together Node.js and Home Automation most likely using LinuxMCE as the driver behind it all like RHouse has done.  If anyone is interested in helping out, feel free to join the discussion.

The eventual goal it to control your house with DOM using regular CSS and JS.

Imagine the following with jQuery:
// When motion is detected in the living room, turn all lights to 75% intensity
$(".living-room").delegate(".motion-sensor", "activate", function(){
  $(".living-room .lights").css("intensity", 0.75);
});

http://groups.google.com/group/nodejs/browse_thread/thread/ee11c077e5f89f7a
http://groups.google.com/group/homejs

Cheers,
Tys