All Projects → gismo141 → Homebridge Server

gismo141 / Homebridge Server

Server plugin for homebridge

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Homebridge Server

Homebridge Plex Sensors
Homebridge Sensors for Plex - a plugin for Homebridge to adds sensors triggered by Plex playbacks.
Stars: ✭ 95 (-38.31%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Http Switch
Powerful http switch for Homebridge: https://github.com/homebridge/homebridge
Stars: ✭ 111 (-27.92%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Hubitat Tonesto7
Hubitat Homebridge Plugin
Stars: ✭ 45 (-70.78%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Mi Aqara
a homebridge plugin for XiaoMi Aqara plugin.
Stars: ✭ 990 (+542.86%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Edomoticz
Domoticz Homebridge-Plugin
Stars: ✭ 104 (-32.47%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Mi Gateway Fm
XiaoMi Gateway FM plugin for HomeBridge.
Stars: ✭ 43 (-72.08%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Weather
OpenWeatherMap Plugin for Homebridge
Stars: ✭ 78 (-49.35%)
Mutual labels:  homebridge, homebridge-plugin
Ring
Unofficial API for Ring Doorbells, Cameras, Alarm System, and Smart Lighting
Stars: ✭ 437 (+183.77%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Nest Cam
View your Nest cams in HomeKit using Homebridge.
Stars: ✭ 103 (-33.12%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Mi Philips Light
XiaoMi Philips light plugins for HomeBridge.
Stars: ✭ 85 (-44.81%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Mi Airpurifier
XiaoMi air purifier plugins for HomeBridge.
Stars: ✭ 100 (-35.06%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Miio
Xiaomi Mi Home Plugin for Homebridge
Stars: ✭ 104 (-32.47%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Govee
Homebridge plugin to control Govee devices supported by the official Govee API.
Stars: ✭ 33 (-78.57%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Tuya
🏠 Offical Homebridge plugin for TuyAPI
Stars: ✭ 145 (-5.84%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Broadlink Rm
Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Stars: ✭ 524 (+240.26%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Neato
A Neato vacuum robot plugin for homebridge.
Stars: ✭ 54 (-64.94%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Unifi Protect
📹 Complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, and multiple controllers: https://homebridge.io
Stars: ✭ 335 (+117.53%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Samsung Tizen
Homebridge plugin for Samsung TV's with Tizen OS
Stars: ✭ 364 (+136.36%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Pihole
Pihole switch for Homebridge
Stars: ✭ 80 (-48.05%)
Mutual labels:  homebridge, homebridge-plugin
Homebridge Config Ui X
The Homebridge UI. Monitor, configure and backup Homebridge from a browser.
Stars: ✭ 1,967 (+1177.27%)
Mutual labels:  homebridge, homebridge-plugin

Build Status

NPM

Homebridge Server - a plugin to configure your Homebridge-devices in your Browser

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.

Overview

See my blog post Configure your Homebridge with Homebridge-Server on how I implemented this plugin.

What can you do with this plugin?

  1. Change the broadcasted name of your Homebridge
  2. Change the MAC-address used to identify your Homebridge
  3. Change the PIN to verify your Homebridge
  4. Add or Remove platforms
  5. Add or Remove accessories
  6. Change the names of your services
  7. Backup your configuration
  8. Show the Log-file of Homebridge
  9. Reboot your system

How to setup?

Fast way:

npm install [email protected] -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.

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!

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!

Log File

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.

Plugins

At the moment you can receive a 250 results. I'll fix it as soon as I can! ;)

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.

If you want to start homebridge as a service, see Running Homebridge on Bootup.

How could you contribute?

  1. Fork this project to your account.
  2. Create a new branch for the improvements, you intend to make.
  3. Make the changements in your fork.
  4. Send a pull-request from your fork’s branch to my master branch.

You can always use the web-interface to make the changes you want. It helps you automizing the workflow from above.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].