Node.js port?

9 views
Skip to first unread message

Tys von Gaza

unread,
May 27, 2010, 3:40:18 PM5/27/10
to rhouse
Been thinking about home automation, nodejs and rhouse lately. Are
you still working on this project? I've been thinking about starting
something similar, but with node.js.

The eventual goal is to build a model of a house in some sort of DOM
and be able to interact with it like a webpage using standard CSS and
JS libraries.

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);
});

Any interest? :)

DeRailed

unread,
Jun 9, 2010, 8:55:17 AM6/9/10
to rhouse
Hi Tys,

Yes it totally make sense. I have been pulled in many directions
of recent and haven't spent a lot of time on rhouse. I'll see if I
can get free up in the next
few weeks, but I definitely think that would be a great area to
explore.

Thanks,
Fernand
Reply all
Reply to author
Forward
0 new messages