homebridge-raspberrypi-remote

1.0.2 • Public • Published

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).

Package Sidebar

Install

npm i homebridge-raspberrypi-remote

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

12 kB

Total Files

6

Last publish

Collaborators

  • clauzewitz