This is Raspberry Pi Remote plugin for Homebridge which can shutdown or reboot your Pi through HomeKit.
Go to file
Mentalflow 17a4ae68d1
Fixed README.
2020-09-02 00:02:03 +08:00
LICENSE Initial project. 2020-09-02 00:00:50 +08:00
README.md Fixed README. 2020-09-02 00:02:03 +08:00
example.config.json Initial project. 2020-09-02 00:00:50 +08:00
index.js Initial project. 2020-09-02 00:00:50 +08:00
package.json Initial project. 2020-09-02 00:00:50 +08:00

README.md

homebridge-raspberrypi-switch

This is Raspberry Pi Remote plugin for Homebridge.

Features

  • Shutdown or reboot Raspberry Pi through homekit button.

Installation

  1. Install required packages.

    cd project-dir | npm install -g
    
  2. Check the OS of Raspberry Pi.

  3. Add these values to config.json.

      "accessories": [
        {
          "accessory": "pi_switch",
          "name": "Raspberry Pi",
          "os": "linux",
          "serial": "123-456-789"
        }
      ]
    
  4. Restart Homebridge, and your Raspberry Pi will be added to Home app.

Credits

License

MIT License