Skip to content

guywithaview/rcswitch-pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Fork of the rcswitch-pi library. Use for controlling rc remote controlled power sockets with the raspberry pi. This fork has been slightly changed to work specificially with the 'Watts Clever' outlets as sold by Jaycar Electroncis in Australia. Kudos to the original projects: rcswitch-pi, rc-switch and wiringpi.

Usage

First you have to install the wiringpi library. After that you can compile the example program send by executing make. You can then send a command using: sudo ./send <pin> <unitNumber> <command>

For example, to turn unit 4 on when the transmitter is connected to wiring pi pin 9: sudo ./send 9 4 1

About

RCSwitch implementation for the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.6%
  • PHP 3.9%
  • Makefile 0.5%