Skip to content

hemstreet/X10-CM15A-RaspberryPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Home Automation w/ X10 Controller ( CM15A )

Setup

$ apt-get install update
$ sudo apt-get upgrade
$ sudo apt-get install libusb-1.0-0-dev
$ wget -O mochad.tgz http://sourceforge.net/projects/mochad/files/latest/download
$ tar xf mochad.tgz
$ cd mochad-* // This will be whatever version you have
$ ./configure
$ make
$ sudo make install
$ npm install
$ cd ..
$ npm install

Run node main.js, navigate to the url http://localhost:3000/{{channel}}/{{status}}, e.x. http://localhost:3000/a1/on

Possible combinations are:

  • Channel = ( A - P )( 1 - 16 )
  • Status = ( on, off )

About

X10 control system built in node for the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published