2.1.9 • Published 4 years ago
homebridge-rpi-controller v2.1.9
RPi-Controller
This is Raspberry Pi Remote plugin for Homebridge.
Features
- Display Raspberry Pi state.
- Turn off Raspberry Pi.
- Reboot Raspberry Pi.
- Get Raspberry Pi tempature in fahrenheit.
Installation
Install required packages.
npm install -g homebridge-rpi-controller
Check the OS of Raspberry Pi.
Add these values to
config.json
."accessories": [ { "accessory": "RaspberryPi", "name": "Raspberry Pi", "enableReboot": true, } ]
Restart Homebridge, and your Raspberry Pi will be added to Home app.
License
MIT License
Credit
Original By Clauzewitz.
Temperature Unit By YingHangCode.