clauzewitz / homebridge-raspberrypi-remote

RaspberryPi plugin for Homebridge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MIT License

About

RaspberryPi plugin for Homebridge.

License:MIT License


Languages

Language:JavaScript 96.2%Language:Shell 3.8%