homebridge-raspberrypi-remote
v1.0.2
Published
Raspberry Pi Remote plugin for Homebridge.
Downloads
14
Maintainers
Readme
homebridge-raspberrypi-remote
This is Raspberry Pi Remote plugin for Homebridge.
Features
- Display Raspberry Pi state.
Installation
Install required packages.
npm install -g homebridge-raspberrypi-remote
Check the OS of Raspberry Pi.
Add these values to
config.json
."accessories": [ { "accessory": "RaspberryPi", "name": "Raspberry Pi", "os": "linux", "interval": 5000, "showCpuUsage": false, "showMemoryUsage": false, "showTemperature": true, "enableReboot": true } ]
Restart Homebridge, and your Raspberry Pi will be added to Home app.
License
See the LICENSE file for license rights and limitations (MIT).