Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mentalfl0w/homebridge-raspberrypi-switch
This is Raspberry Pi Remote plugin for Homebridge which can shutdown or reboot your Pi through HomeKit.
https://github.com/mentalfl0w/homebridge-raspberrypi-switch
homebridge homebridge-plugin raspberry-pi raspberrypi
Last synced: about 1 month ago
JSON representation
This is Raspberry Pi Remote plugin for Homebridge which can shutdown or reboot your Pi through HomeKit.
- Host: GitHub
- URL: https://github.com/mentalfl0w/homebridge-raspberrypi-switch
- Owner: mentalfl0w
- License: mit
- Created: 2020-09-01T16:03:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T16:03:49.000Z (over 4 years ago)
- Last Synced: 2024-11-05T18:40:50.759Z (3 months ago)
- Topics: homebridge, homebridge-plugin, raspberry-pi, raspberrypi
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-raspberrypi-switch
This is Raspberry Pi Remote plugin for [Homebridge](https://github.com/nfarina/homebridge).### Features
* Shutdown or reboot Raspberry Pi through homekit button.### Installation
1. Install required packages.```
cd project-dir | npm install -g
```2. Check the OS of Raspberry Pi.
3. Add these values to `config.json`.
```
"accessories": [
{
"accessory": "pi_switch",
"name": "Raspberry Pi",
"os": "linux",
"serial": "123-456-789"
}
]
```4. Restart Homebridge, and your Raspberry Pi will be added to Home app.
# Credits
+ [clauzewitz](https://github.com/clauzewitz/homebridge-raspberrypi-remote) for main body.
+ [bachandi](https://github.com/bachandi/homebridge-raspberrypi-info/tree/fixes) for get_Model() function.# License
MIT License