LinuxMCE Forums
May 20, 2013, 11:15:11 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
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
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Home.js? Node.js & Home Automation  (Read 723 times)
tvongaza
First post!

Posts: 1


View Profile
« on: May 27, 2010, 09:52:33 pm »

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
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!