Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rooi/homebridge-cec
libcec plugin for HomeBridge
https://github.com/rooi/homebridge-cec
Last synced: 2 months ago
JSON representation
libcec plugin for HomeBridge
- Host: GitHub
- URL: https://github.com/rooi/homebridge-cec
- Owner: rooi
- Created: 2016-01-26T18:07:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T10:24:42.000Z (about 8 years ago)
- Last Synced: 2024-11-14T09:37:50.437Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-cec
libcec plugin for homebridge: https://github.com/nfarina/homebridge# Installation
1. Install homebridge using: npm install -g homebridge
2. Install libcec https://github.com/Pulse-Eight/libcec.git (lookup how to install this for your platform)
3. Install node-cec https://github.com/adammw/node-cec.git (transmit branch)
3. Install this plugin using: npm install -g homebridge-cec
4. Update your configuration file. See the sample below.# Configuration
Configuration sample:
```
"accessories": [
{
"accessory": "CEC",
"name": "Television"
}
]
```