homebridge-sengled-smart-home

0.0.3 • Public • Published

This plugin adds support for Sengled Smart Home devices to Homebridge.

npm npm

Funding Donate Donate Donate

If you like what I have done here and want to help I would recommend that you firstly look into supporting Homebridge. None of this could happen without them.

After you have done that if you feel like my work has been valuable to you I welcome your support through Paypal, Venmo or Cash App.

homebridge-sengled-smart-home: Sengled Connected Home plugin for Homebridge

This plugin adds support for Sengled Smart Home devices to Homebridge.

This plugin uses the existing Sengled Element Home app infrastructure to allow you to control your Sengled accessories that uses zigbee. It'll let you turn on/off the lights and control brightness and color temperature using the Home app.

Provide your username and password and register as a platform, and it will auto-detect the light bulb you have registered.

Note that I only have Element Classic A19 Kit (Light bulbs + Hub) to test
https://us.sengled.com/products/element-classic-kit

This plugin is still in beta.
If you encounter anything out of this product. Issue and Pull Request is welcome 🙂.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-sengled-smart-home
  3. Update your configuration file. See below for a sample.

Configuration

Configuration sample:

"platforms": [
  {
    "platform": "Sengled",
    "name": "SengledSmartHome",
    "username": "***",
    "password": "***"
  }
]

Package Sidebar

Install

npm i homebridge-sengled-smart-home

Weekly Downloads

6

Version

0.0.3

License

MIT

Unpacked Size

1.16 MB

Total Files

19

Last publish

Collaborators

  • jfarmer08