Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flimam/homebridge-homekit-manager
Plugin responsible to management and controller devices connected from HomeKit protocol. The Homekit-manager possibility the utilization ti devices out HomeKit environment.
https://github.com/flimam/homebridge-homekit-manager
homebridge homebridge-plugin homekit homekit-accessory-protocol
Last synced: 3 days ago
JSON representation
Plugin responsible to management and controller devices connected from HomeKit protocol. The Homekit-manager possibility the utilization ti devices out HomeKit environment.
- Host: GitHub
- URL: https://github.com/flimam/homebridge-homekit-manager
- Owner: flimam
- License: apache-2.0
- Created: 2021-08-02T18:03:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T18:39:37.000Z (over 3 years ago)
- Last Synced: 2024-12-09T13:48:27.637Z (about 2 months ago)
- Topics: homebridge, homebridge-plugin, homekit, homekit-accessory-protocol
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebridge-Homekit-manager
Plugin responsible to management and controller devices connected from HomeKit protocol. The Homekit-manager possibility the utilization ti devices out HomeKit environment.
## Install Dependencies
you need installed in your host:
- python3 (3.6 or later) [`documentation`](https://www.python.org/downloads/)
- homekit (0.9 or later) [`documentation`](https://pypi.org/project/homekit/)
- node.js (10.17.X or later) [`documentation`](https://nodejs.org/en/download/)for install package, you need execute in terminal:
```
npm install -g homebridge-homekit-manager
```