1.5.5 • Published 2 years ago

homebridge-pccontrol v1.5.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Homebridge PcControl

A Homebridge plugin for PC control, enabling you to perform various actions on your computer through HomeKit.

Install my Python program

PcControl-Windows-Server

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

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago