homebridge-controllerlink
Provides a link for the HomeBridge Controller app to HomeBridge
This repository contains the HomeBridge Controller Link plugin for homebridge, which allows the HomeBridge Controller app a way to interact with your homebridge, no matter where on the local network it is installed. For more information, please see the main GitHub repo.
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-controllerlink
- Update your configuration file. See sample-config.json snippet below.
Configuration
Configuration sample:
"platforms": [
{
"platform": "HomeBridgeControllerLink",
"disableAutoRestart": false,
"disableLogger": false
}
],
"disableAutoRestart" - Optional config that can disable auto restarting homebridge when an unhandled error occurs (which will cause homebridge to crash)
"disableLogger" - Optional config that can disable the automatic file logging as well as the streaming of the logs