iomax / homebridge-mqttgaragedoor

Homebridge accessory plugin that create an HomeKit Garage Door Opener mapped on MQTT topics
Apache License 2.0
8 stars 9 forks source link

Can't install.. #16

Closed manimac79 closed 5 years ago

manimac79 commented 5 years ago

Hello, maybe i'm a total newbie on homebridge but... I'm not able to install this plugin on my homebridge setup. I've done this steps:

  1. git clone https://github.com/iomax/homebridge-mqttgaragedoor.git
  2. npm install -g ./homebridge-mqttgaragedoor (or sudo npm install -g ./homebridge-mqttgaragedoor)

and I get:

2019-05-28T10_57_28_506Z-debug.log Schermata 2019-05-28 alle 12 57 56

Please help me! thanks

iomax commented 5 years ago

Sorry, I can help here.

sudo npm install -g homebridge-mqttgaragedoor

Should do the work without issues. I'd remove the homebridge-mqttgaragedoor dir and restart from git clone.

manimac79 commented 5 years ago

Cool, thanks