当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-config-ui-x

授权协议 MIT License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 汝天宇
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Supported Languages: ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ���� ����

Homebridge Config UI X

Homebridge Config UI X is a web based management tool for Homebridge that allows you to manage all aspects of your Homebridge setup.

  • Install and configure Homebridge plugins
  • Edit the Homebridge config.json with advanced JSON syntax checking and structure validation
  • Visual configuration for over 450 plugins (no manual config.json editing required)
  • Monitor your Homebridge server via a fully customisable widget-based dashboard
  • View the Homebridge logs
  • View and control Homebridge accessories
  • Restart Homebridge
  • Backup and Restore your Homebridge instance
  • and more...

Homebridge Config UI X also provides a tool called hb-service which makes it easy to setup Homebridge as a service on Linux/Raspbian, macOS and Windows 10.

Installation Instructions

For detailed instructions on how to setup Node.js and Homebridge with Homebridge Config UI X as a service see the guides on the wiki:

If your platform is not listed above, or you want to use your own service manager, see the Manual Configuration wiki article for instructions on setting up the Homebridge UI to run as a Homebridge plugin instead of a service.

The default username is admin and the default password is admin.

Usage

Status Screen

This shows an overview of your Homebridge system. The dashboard is widget based and completely customisable with a number of themes available.

Plugin Screen

This shows you the currently installed plugins and allows you to install, remove and upgrade plugins.

You can configure supported plugins using the graphical settings editor, removing the need to manually edit the config.json. Over 165 popular plugins have implemented support for this feature.

Configuration Screen

The configuration screen allows you to modify your Homebridge config.json. The built in editor automatically syntax-checks your JSON and makes a backup of your config every time you make a change.

Log Screen

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

Accessories Screen

This shows you the Homebridge accessories for all the Homebridge instances on your network. You can use this to control accessories from a web browser and works well on mobile devices which allows users to control Homebridge from non-Apple devices.

Supported Browsers

The following browsers are supported by this plugin:

  • Chrome - latest
  • Edge - latest
  • Firefox - latest
  • Safari - 2 most recent major versions
  • iOS - 2 most recent major versions

MS Internet Explorer (any version) is not supported!

Supported Node.js and Npm Versions

While this plugin should work on Node.js 8+, only the following versions of Node.js are officially supported:

  • node v10.17.0 or higher
  • npm v6.4.1 or higher

You can check your current versions using these commands:

# check node version
node -v

# check npm version
npm -v

Contributing

Please see CONTRIBUTING.md.

Troubleshooting

1. Errors during installation

Make sure you installed the package with sudo and used the --unsafe-perm flag. Most installation errors can be fixed by removing the plugin and reinstalling:

# cleanup
sudo npm uninstall -g homebridge-config-ui-x

# reinstall
sudo npm install -g --unsafe-perm homebridge-config-ui-x

Make sure you are running supported versions of node and npm.

2. Accessories tab missing

If the Accessories tab is not shown then you are not running Homebridge in insecure mode. See the Enabling Accessory Control wiki for details. If you have just enabled insecure mode make sure you have restarted Homebridge and refreshed the page in your browser.

3. Running in Docker

This plugin supports the oznu/homebridge Docker image. You must enable the UI using the method described in the wiki.

4. Ask on Discord

Join the Official Homebridge Discord community and ask in the #ui channel.

 相关资料
  • camera.ui camera.ui is a homebridge user interface to control your RTSP capable cameras. It supports almost everything you need for a camera user interface. Live streams on Web Web App with push notif

  • 静态方法,全局配置QueryList,返回值为QL\Config对象. QL\Config 对象 方法列表: use() 全局安装插件 bind() 全局功能扩展 Config use($plugins,...$opt) 用法同QueryList的use方法,全局安装插件后,所有QueryList对象均可使用这些插件。 QueryList::config()->use(My\MyPlugin::c

  • 用来配置整个应用程序。 属性 名称 IOS默认 MD默认 activator highlight ripple actionSheetEnter action-sheet-slide-in action-sheet-md-slide-in actionSheetLeave action-sheet-slide-out action-sheet-md-slide-out alertEnter|ale

  • fis.config. Config new Config(initialOpitionsopt) 配置类。 Parameters: Name Type Attributes Description initialOpitions Object <optional> 初始配置。 Source: config.js, line 77 Example var Config = fis.confilg.

  • fis. config config 配置对象,该对象为 fis.config.Config 实例,详情请查看 Config 类说明。 Source: config.js, line 405 Classes Config

  • config 主要包括 config.go。 config 包和 comm 包其实可以合并。