seydx / homebridge-instances-platform

Dynamic platform plugin for homebridge instances
9 stars 0 forks source link

Other services do not appear #6

Closed Hussamfhaily closed 5 years ago

Hussamfhaily commented 5 years ago

Hi, Only homebridge service shows up without the other services. The plugins are installed globally in /usr/local/lib/node_modules.

seydx commented 5 years ago

The plugin greps all services that match your ‚startParam‘

So if your startParam is ‚homebridge‘ only all services that match this will appear

Hussamfhaily commented 5 years ago

Sure. But other services also with homebridge as startParam, for example homebridge-devolo or homebridge-ewelink don’t appear. I have installed them globally. IMG_1603 IMG_1604

seydx commented 5 years ago

@Hussamfhaily

The plugin DONT show plugins, it only show service units

I think you have only one service, what you mean are plugins and not services

Hussamfhaily commented 5 years ago

does this plugin, for example, show Alexa service installed by installing homebridge-alexa?

seydx commented 5 years ago

@Hussamfhaily

This Plugin show not the plugins! It show the Service Units that are running eg homebridge

To show a plugin, you need to create its own service unit with running only the plugin

https://github.com/nfarina/homebridge/issues/1246