HomeBridge – Homebridge Server

As I where searching for new plugin’s for my Homebridge I stumbled upon Homebridge Server. 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. It takes the Hombridge to a next level! The developer is still working on this project, but I would not want to keep this from you. The plugin Homebridge-Server provides a simple webinterface to work with your Hombridge-Configuration. You can add, edit or remove platforms as well as accessories and adapt the basic settings as username, pin and name of your Homebridge.

What can you do with Homebridge Server

– Change the broadcasted name of your Homebridge
– Change the MAC-address used to identify your Homebridge
– Change the PIN to verify your Homebridge
– Add or Remove platforms
– Add or Remove accessories
– Change the names of your services
– Backup your configuration
– Show the Log-file of Homebridge
– Reboot your system

 

How to set up Homebridge Server

Before you install this plugin you must of course install HomeBridge, if you have not already done so. Here you can read how to install homebridge on a Raspberry Pi.



Backup of your Configuration

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!

Log-File

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!

Manage your Homebridge-plugins

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. This will be fix it as soon as possible.

Rebooting your System

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.

 

 

 

 

 

Reference

Nick Farina (Nov 14 2017), Homebridge, Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API., https://github.com/nfarina/homebridge Michael Riedel (Dec 03 2017), Homebridge Server ,Change your homebridge configuration via the webbrowser., https://github.com/gismo141/homebridge-server

Scroll to Top