1.0.2 • Published 6 years ago

homebridge-raspberrypi-remote v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

npm version

homebridge-raspberrypi-remote

This is Raspberry Pi Remote plugin for Homebridge.

Features

  • Display Raspberry Pi state.

Installation

  1. Install required packages.

    npm install -g homebridge-raspberrypi-remote
  2. Check the OS of Raspberry Pi.

  3. Add these values to config.json.

      "accessories": [
        {
          "accessory": "RaspberryPi",
          "name": "Raspberry Pi",
          "os": "linux",
          "interval": 5000,
          "showCpuUsage": false,
          "showMemoryUsage": false,
          "showTemperature": true,
          "enableReboot": true
        }
      ]
  4. Restart Homebridge, and your Raspberry Pi will be added to Home app.

License

See the LICENSE file for license rights and limitations (MIT).