The purpose of this plugin is to change your homebridge configuration via the webbrowser.The plugin handles the JSON-part and you - as a user - can add your devices to the bridge.
See my blog post Configure your Homebridge with Homebridge-Server on how I implemented this plugin.
Fast way:
npm install homebridge-server@latest -g
Add this snippet to your config.json
:
{
"platform": "Server",
"port" : 8765,
"name" : "Homebridge Server",
"log" : "<PATH_TO_YOUR_LOG_FILE>",
"restart" : "<COMMAND_TO_EXECUTE>"
}
The parameter "log"
defines where the plugin can find your log.If you're using systemd
to execute homebridge
then <PATH_TO_YOUR_LOG_FILE>
should be "systemd"
.If you're executing homebridge
from a script, then you should pipe its output to a file.In this case <PATH_TO_YOUR_LOG_FILE>
should be the path to the piped output.
and launch or restart your homebridge, e.g.:
homebridge
See the Wiki on how to configure, install and use the plugin for more complex scenarios.
If you want to backup your configuration, hit the Backup-button in the menubar of the webpage.The plugin saves the configuration at the same location of your original configuration but appends an .bak
-extension.Whenever you crash your config you should have a valid backup!
You can directly see what's happening on your Homebridge - hit the button in the menubar and the webserver shows you the log in your browser!
From this version you are now able to browser, remove, and install all Homebridge-plugins that are available on https://npmjs.com!Thanks to the great API of https://npms.io you can filter the plugins by name and description.
At the moment you can receive a 250 results. I'll fix it as soon as I can! ;)
To make the changes in your configuration permanent, you need to restart the Homebridge-service.If you want, you can restart your Homebridge-running system directly via the webpages Reboot
-button.Hit the button in the menubar and wait, until your system has rebooted and your services are back online.
Disclaimer
The reboot is immediate!If your Homebridge is not running as a service but as a standalone program you launch manually, the Homebridge won't restart automatically.You must setup Homebridge as a service on boot - This is necessary for the plugin to work!
Please make sure to restart Homebridge manually if you haven't set it up as a service.
If you want to start homebridge as a service, see Running Homebridge on Bootup.
master
branch.You can always use the web-interface to make the changes you want. It helps you automizing the workflow from above.
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg
Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r
This Plugin is no longer being maintained. The ST platform removed all of the greatness that made it fun to develop for and I will not rewrite my years of code to adapt. I have moved to Hubitat and al
Homebridge myQ myQ garage door and other myQ-enabled device support for Homebridge. homebridge-myq is a Homebridge plugin that makes myQ-enabled devices available to Apple's HomeKit smart home platfor