Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-config-ui-x

Package Overview
Dependencies
Maintainers
1
Versions
2064
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-config-ui-x

Configuration UI plugin for Homebridge

  • 1.1.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.1K
increased by11.58%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-config-ui-x

This is a plugin for Homebridge

This plugin allows you to monitor, backup and configure your Homebridge server from a browser.

Status

This is a fork of the work originally done by mkellsy/homebridge-config-ui and provides the following improvements:

  • Plugin discovery is improved with support added multiple plugin locations
  • Log display performance improved, now using web sockets to display logs in real time
  • Refactored code with ES6

Installation Instructions

npm install -g homebridge-config-ui-x

Configuration

Add this to your homebridge config.json file

"platform":[
    {
      "platform": "config",
      "name": "Config",
      "port": 8080
    }
]

Optional Settings

  • log - The path to the homebridge log. Required if you want to see the process logs in the browser. eg. /var/log/daemon.log
  • restart - The command to run when a restart request is sent from the browser. If not populated it will just terminate the homebridge process.
  • temp - The path to the file that can display your current CPU temperature. eg. /sys/class/thermal/thermal_zone0/temp

Initial Run

Once installed you can open the interface at http://localhost:8080. The default username is admin and the default password is admin.

Usage

Login Screen

Most of your platform configs have usernames and passwords in them. To keep these secret, this plugin has basic authentication. The users are stored in the ~/.homebridge/auth.json file.

Login

Status Screen

This shows you that the services are running. It also has your HomeKit pin.

Status

Log Screen

This shows you the rolling log. This is helpful for troubleshooting.

Log

Configuration Screen

And finally the configuration screen allows you to modify your Homebridge settings and your platforms and accessories.

Config

Keywords

FAQs

Package last updated on 25 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc