libcec plugin for homebridge: https://github.com/nfarina/homebridge
- Install homebridge using: npm install -g homebridge
- Install libcec https://github.com/Pulse-Eight/libcec.git (lookup how to install this for your platform)
- Install node-cec https://github.com/adammw/node-cec.git (transmit branch)
- Install this plugin using: npm install -g homebridge-cec
- Update your configuration file. See the sample below.
Configuration sample:
"accessories": [
{
"accessory": "CEC",
"name": "Television"
}
]