This is Raspberry Pi Remote plugin for Homebridge.
- Display Raspberry Pi state.
- Turn off Raspberry Pi.
- Reboot Raspberry Pi.
- Get Raspberry Pi tempature in fahrenheit.
-
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.
MIT License
Original By Clauzewitz.
Temperature Unit By YingHangCode.