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

homebridge-ailight

Homebridge plugin for the AiLight firmware
授权协议 MIT License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 慕容康安
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

homebridge-ailight is archived, as is the associated AiLight firmware. Go forth and fork homebridge-ailight if you like to improve it.

Homebridge AiLight Plugin

Homebridge plugin for the AiLight firmware

This is an accessory plugin for Homebridge allowing to manage and controllight bulbs that use the AiLight firmware.

The plugin makes itself available to Homekit as a Lightbulb Accessory with the following characteristics:

  • Characteristic.On
  • Characteristic.Brightness
  • Characteristic.Hue
  • Characteristic.Saturation

Current Stable Release: v0.1.3 (Please read the changelog for detailed information).

Requirements

This plugin communicates to your device via the REST API exposed by AiLight itself. As such you need to have v0.5.0 or higher of AiLight uploaded to your device. Furthermore, the REST API needs to be enabled. Please refer to REST API instructions of AiLight how to set this up.

Installation

Assuming you have already Homebridge installed, install this plugin as follows:

npm install -g homebridge-ailight

Configuration

The Homebridge AiLight Plugin registers itself as AiLight, with the following configuration options:

Option Description
name A friendly description of your device (e.g. "Bedroom Light")
hostname The hostname or IP address of your device
apikey The API Key defined in your AiLight settings of your device

Example config.json

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "description": "This is an example configuration file with the AiLight plugin added.",
  "accessories": [
    {
      "accessory": "AiLight",
      "name": "Bedroom Light",
      "hostname": "<YOUR_AILIGHT_IP_ADDRESS_OR_HOSTNAME_HERE>",
      "apikey": "<YOUR_AILIGHT_API_KEY_HERE>"
    }
  ],
  "platforms": [
  ]
}

Bugs and Feedback

For bugs, questions and discussions, please use the Github Issues.

Contributing

Contributions are encouraged and welcome; I am always happy to get feedback or pull requests on Github :) Create Github Issues for bugs and new features and comment on the ones you are interested in.

Credits and License

The Homebridge-AiLight plugin is open-sourced software licensed under the MIT license. For the full copyright and license information, please see the file that was distributed with this source code.

 相关资料
  • 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