-
Notifications
You must be signed in to change notification settings - Fork 20
Configuration
gismo141 edited this page Dec 23, 2016
·
4 revisions
Add the following platform to your Homebridge config.json
.
{
"platform": "Server",
"port" : 8765,
"name" : "Homebridge Server",
"log" : "<PATH_TO_YOUR_LOG_FILE>",
"restart" : "<COMMAND_TO_EXECUTE>"
}
Depending on the way you're executing homebridge, you can adapt the configuration.
See Usage on how to use the Log-file.
If you want to start homebridge as a service, for example on every boot, see Running Homebridge on Bootup.
home | Installation | Configuration | Usage