jfdoube / homebridge-sinope

7 stars 5 forks source link

Can this be installed as a Homebridge plugin? #2

Open jaggles opened 7 years ago

jaggles commented 7 years ago

Can this be installed as a plugin for Homebridge using "npm install -g homebridge-sinope"? I get an error when I try that.

jfdoube commented 7 years ago

it's not in the npm repo yet. Just trying to find a bit of time to fix some logged bugs and create an npm package.

jaggles commented 7 years ago

Is there a way for me to manually install it now, to test it out?

rjawl commented 7 years ago

@jaggles @jfdoube Yeah I'd love to give this a try myself.

jfdoube commented 7 years ago

Haven't had the time to look into it. I should have some spare time soon.

yungeconomist commented 7 years ago

Would be very interested to help and test this integration as it develops!

jfdoube commented 7 years ago

Absolutely, feel free to fork the repo and send PR, as i don't currently have much time to evolve the plugin.

radavidescu commented 7 years ago

A friendly user on reddit provided instructions on installing this plugin manually. here are the instructions in case it helps anyone like it helped me:

basically, you just need to clone the repo on your computer/server, and then specify where the local file is on your machine while using the npm command. Clone the repo git clone https://github.com/jfdoube/homebridge-sinope.git and install via npm sudo npm install -g ./homebridge-sinope http://stackoverflow.com/questions/5786433/how-to-install-a-node-js-module-without-using-npm