Skip to content

subcritical71/rpi-controler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

RPi-Controller

This is Raspberry Pi Remote plugin for Homebridge.

Features

  • Display Raspberry Pi state.
  • Turn off Raspberry Pi.
  • Reboot Raspberry Pi.
  • Get Raspberry Pi tempature in fahrenheit.

Installation

  1. Install required packages.

    npm install -g homebridge-rpi-controller
    
  2. Check the OS of Raspberry Pi.

  3. Add these values to config.json.

      "accessories": [
        {
          "accessory": "RaspberryPi",
          "name": "Raspberry Pi",
          "enableReboot": true,
    
        }
      ]
    
  4. Restart Homebridge, and your Raspberry Pi will be added to Home app.

License

MIT License

Credit

Original By Clauzewitz.

Temperature Unit By YingHangCode.

About

RaspberryPi plugin for Homebridge.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%