Skip to content

rooi/homebridge-cec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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)
  4. Install this plugin using: npm install -g homebridge-cec
  5. Update your configuration file. See the sample below.

Configuration

Configuration sample:

"accessories": [
   {
       "accessory": "CEC",
       "name": "Television"
   }
]

About

libcec plugin for HomeBridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published