-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,30 @@ | ||
RCSwitch for Raspberry Pi | ||
========================= | ||
# Raspberry Pi Remote | ||
|
||
This is just an early version of http://code.google.com/p/rc-switch/ | ||
that is working on the Raspberry Pi. | ||
## About | ||
Control your remote power sockets with a raspberry pi. | ||
This project includes a web interface. | ||
|
||
What you need: | ||
## Credits | ||
* sui li for creating RCSwitch for the arduino | ||
* r10r for porting RCSwitch to the raspberry | ||
* x3 for creating homecontrol4me | ||
|
||
## Required Hardware | ||
* Raspberry Pi | ||
* 434 Mhz transmitter | ||
* Some radio controlled power outlets | ||
* A Raspberry Pi | ||
* wiringPi setup and installed. See https://projects.drogon.net/raspberry-pi/wiringpi/ | ||
* Some radio controlled power sockets | ||
|
||
## Setup | ||
* Install wiringPi. See https://projects.drogon.net/raspberry-pi/wiringpi/ | ||
* Checkout this project | ||
* Compile it | ||
* Connect pin11 of the raspberry to the transmitter | ||
|
||
## Usage | ||
Try if all is working with the send program | ||
* Switch on single socket: ./send.cpp 00001 1 1 | ||
|
||
Use the daemon in combination with the webinterface | ||
* Copy the files in webinterface in your http directory | ||
* Edit ip address in config.php | ||
* Edit the predefined setup of sockets in config.php |