Wireless Power Outlets RF from Raspberry Pi

Thanks LifeHacker and HackADay for featuring my post. If anyone has questions please leave a comment below and I’ll be happy to help!

Have you ever wanted to wirelessly control power outlets from your phone? You could buy a Belkin WeMo Switch for over $40 for 1 outlet or build your own with 5 outlets for under $35 if you already own a Raspberry Pi. Hopefully this post will guide you in the right direction.

Wireless Power Outlets RF from Raspberry Pi

Steps:

  1. Connect wires to Rf transmitter and receiver chips. If you use different gpio pins the programs CodeSend and RFSniffer will not work. If you would like to use different pins check out Ninjablocks 433Utils
    1. Run: git clone https://github.com/Timl88/rfoutlet.git /var/www/rfoutlet
  1. Use RFSniffer to find RF codes for your devices
    1. Run: sudo /var/www/rfoutlet/RFSniffer
    2. Record all 6 digit codes for on/off for each outlet
    3. Update toggle.php file with your codes
      1. Run: sudo nano /var/www/rfoutlet/toggle.php
  2. Change permission of codesend program so sudo isn’t required:
    1. Run: sudo chown root.root /var/www/rfoutlet/codesend
    2. Run: sudo chmod 4755 /var/www/rfoutlet/codesend

For more detail: Wireless Power Outlets RF from Raspberry Pi 

 

 


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top