https://github.com/backrunner/homebridge-brpc
Add your PC into the HomeKit as a switch
https://github.com/backrunner/homebridge-brpc
Last synced: 2 months ago
JSON representation
Add your PC into the HomeKit as a switch
- Host: GitHub
- URL: https://github.com/backrunner/homebridge-brpc
- Owner: backrunner
- License: mit
- Created: 2019-09-05T05:31:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T07:29:25.000Z (over 3 years ago)
- Last Synced: 2025-10-22T00:58:30.560Z (8 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-brpc
## Description
This plugin can help you add your PC into the HomeKit as a switch, then you can control your PC through the app.
Tips: Recommend to use Raspberry pi.
## Usage
```bash
npm install homebridge-brpc -g
```
## Config
```json
{
"accessories": [{
"accessory": "PC",
"name": "My Computer",
"model": "Unknown",
"manufacturer": "Unknown",
"software": "Windows",
"pc_mac": "00:00:00:00:00:00",
"service_url": "http://192.168.1.xxx:8300",
"auth_username": "",
"auth_key": "",
"interval": 5000,
"hibernate: false
}]
}
```