1.5.5 • Published 2 years ago
homebridge-pccontrol v1.5.5
Homebridge PcControl
A Homebridge plugin for PC control, enabling you to perform various actions on your computer through HomeKit.
Install my Python program
Features
- Monitor Control: Turn your monitor on or off.
- Lock Control:Locks your pc.
- System Sleep: Coming soon.
- (Coming soon...)
Installation
Install the plugin via npm (or manually):
npm install -g homebridge-pccontrol
Configuration Add the following configuration to your Homebridge config.json file:
"accessories": [
{
"accessory": "PcControl",
"name": "PcControl",
"ip": "192.168.1.117",
"port": 90,
"displayCheckbox": true,
"lockCheckbox": true,
"logLevel": 1
},
// Add other accessories or configurations...
]
Replace YOUR_PC_IP_ADDRESS and YOUR_PC_PORT with the appropriate values for your setup.
Usage After configuring the plugin, you can control your PC through your HomeKit app. The available actions are dependent on the features you have enabled and configured.
Contributing If you have ideas for new features or improvements, feel free to contribute to the repository:
License This project is licensed under the MIT License.
Author: TaDejKas Version: 1.5