Close
0%
0%

OctoPrint mod to remotly trigger plug sockets

Modify OctoPrint to remotly trigger plug sockets out of the Webinterface
Wire 433Mhz Sender to the Raspberry
Install wiringPi

Similar projects worth following
Modify OctoPrint to remotly trigger plug sockets out of the Webinterface
Wire 433Mhz Sender to the Raspberry
Install wiringPi

Short example Video how to Power On and Off your printer


  • 1
    Step 1

    wire the 433Mhz module like shown

  • 2
    Step 2

    Install OctoPrint like normal to your SD Card

    https://octopi.octoprint.org/

    configure WIFI using the octopi-network.txt file or plug in a LAN cable

    Login to your Pi using pi/raspberry

    do update everything and install git-core

    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install git-core
    
  • 3
    Step 3

    install wiringPi and Raspberry-Remote

    cd
    git clone git://git.drogon.net/wiringPi
    cd wiringPi
    ./build
    cd
    git clone git://github.com/xkonni/raspberry-remote.git
    cd raspberry-remote
    make send
    cd

View all 6 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates