homebridge-yeelight-screen-light-bar
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

homebridge-yeelight-screen-light-bar

Homebridge plugin for YeeLight Screen Light Bar.


Supported device

Only the following devices have been tested, but if the model is "lamp15", it should work.


You can check the model information in the Yeelight app.
Yeelight app > Your device > Setting > Device Info > Model

Setup Yeelight device

1. Enabled the LAN Control option in the Yeelight app

2. Check your device's IP address


Configuration

Add an accessory configuration into your Homebridge config.json:

{
    "accessories": [
        {
            "accessory": "YeelightScreenLightBar",
            "name": "モニターライト",
            "ip": "xxx.xxx.xxx.xxx"
        }
    ]
}

Field Required Description
name Yes Accessory name displayed in the home app.
ip Yes IP address of your device.

Package Sidebar

Install

npm i homebridge-yeelight-screen-light-bar

Weekly Downloads

9

Version

1.0.3

License

MIT

Unpacked Size

80.7 kB

Total Files

32

Last publish

Collaborators

  • kyuuri10010