ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

passing numbers/bidirectional control #29

Open njewettlx opened 10 years ago

njewettlx commented 10 years ago

I'm looking for a way to have button presses on the arduino be recognized as such in heimcontrol, and be able to have actions associated with them(ex. a pushbutton to turn on a light, instead of having to use the web interface), as well as a way to have if... then logic within the interface(ex. temperature sensor on arduino reports to heimcontrol, which then turns the heat on or off).

Thoughts/suggestions?

guerini commented 10 years ago

I'm also very interested in this feature...

lforteaga commented 10 years ago

I'm trying to do it. If I found the way I will share it...