KraigM / HomeBridgeController

Provides a simplified UI for controlling your HomeBridge
88 stars 7 forks source link

How to use when installed new plugin manually #23

Closed tvillingett closed 8 years ago

tvillingett commented 8 years ago

Hi, right now my setup on RPi need to be "sudo npm install ....", but it can run homebridge as the "pi" user. This means that it fails to install plugins from inside the interface. So now I install the plugins by hand from ssh to the RPi, is there a way I reload the homebridge setup without restarting the HomeBridgeController?

KraigM commented 8 years ago

Does running homebridge with sudo fix the issue?

tvillingett commented 8 years ago

Yes, it did! I copied the settings from the home/pi/.homebridge to root/.homebridge