Unmaintained project
Because I haven't any Sengled devices now (has sold.)
Also I'm not the employee of Sengled. I can't support newer Sengled's devices.
Thanks for everybody 🙇♂️
An unoffical Homebridge platform plugin for Sengled accessories.
This plugin uses the existing Sengled Element Home app infrastructure to allow you to control your Sengled accessories.
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 🙂.
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-sengled
- Update your configuration file. See below for a sample.
Configuration sample:
"platforms": [
{
"platform": "SengledHub",
"name": "SengledHub",
"username": "***",
"password": "***"
}
]
- debug, this will enable more logging information from the plugin
"platforms": [
{
"platform": "SengledHub",
"name": "SengledHub",
"username": "***",
"password": "***",
"debug": true
}
]
- Inspired by homebridge-vesync project