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

Accessorie not loadable #15

Closed Stephan811D closed 5 years ago

Stephan811D commented 5 years ago

Hi,

i have a problem with the mqttgaragedoor accessorie.

After starting homebridge i get the following log: image

plus the this error-message: image

my config.json-file looks like that:

image

as the log says homebridge exited with a failure.

Any ideas?

iomax commented 5 years ago

In my setup I get Registering accessory 'homebridge-mqttgaragedoor.mqttgaragedoor I can not help on this side but I'd try "accessory": "MqttGarage" in your config.

Stephan811D commented 5 years ago

the problem was i installed it with sudo npm install -g homebridge-mqttgaragedoor which installed the following https://github.com/tvillingett/homebridge-mqttgaragedoor

iomax commented 5 years ago

Without cloning it locally I'd try npm install -g iomax/homebridge-mqttgaragedoor. Please let me know if it works. Thanks