Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 961 Bytes

File metadata and controls

35 lines (28 loc) · 961 Bytes

Raspberry Pi Remote

This fork...

allows sending of binary commands like ./send FFFF0FFFF00F for turning on unit 5 with dip position: 0000100001

About

Control your remote power sockets with a raspberry pi. This project includes a web interface.

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 sockets

Setup

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