ni-c / heimcontrol.js

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

Exclude plugins through config #113

Open Sitebase opened 9 years ago

Sitebase commented 9 years ago

When I tried to run the heimcontrol app on my computer it would not start because of a dependency in piswitch called "wiring-pi", which seems to only build on pi I think.

So using this new configuration option you can just disable plugins you don't need or disable the plugins that don't work on your platform. The advantage of this is that you can now also run Heimcontrol on other platforms like a regular *nix server.

How do you guys test your new code? Do you always test you code on the pi itself?