Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 936 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 936 Bytes

#elastic-beam

###Software controller for Energenie powerstrip

With this project, you can control this powerstrip with, for example : your RaspberryPi (command line tool + cron) and / or Node.Js (npm package).

Energenie Powerstrip powerstrip


A Node.JS package is also available this project, making it easy to control your powerstrip using a nice Webapp npm package.

Just npm install it.

#####Thanks To :

  • SiSpmCTL guys for the work on your project, that helped me to prototype this quickly. Now, this project uses a more recent version of libusb.
  • nonolith / node-usb for the bindings.gyp build file.