x2c / homebridge-hdmi

HomeBridge plugin to control HDMI devices
17 stars 3 forks source link

Installation #1

Closed armins2k closed 8 years ago

armins2k commented 8 years ago

Hi,

how do I install the plugin if I have homebridge up and running on a Pi already? Can I use 'sudo npm install -g homebridge-hdmi'??

Thanks!

Deanmv commented 8 years ago

I just did and it seems ok. Then just setup the config.js file correctly and it is all ok!

x2c commented 8 years ago

Hi, the only other dependency which is required to be installed is LibCEC https://github.com/Pulse-Eight/libcec

Otherwise yes if you already have Homebridge installed just run "sudo npm install -g homebridge-hdmi" and copy the config example.

Cheers