This is a custom component to allow control of Sengled Bulbs in Homeassistant using the unofficial Sengled API. Please note this mimics the Sengled app and therefore Sengled may cut off access at anytime.
You can find Supported Products here. If you have other bulbs that are not on this list and they do work, you can create a pull request to have the wiki updated.
**The goal is to support all Sengled Bulbs so feel free to buy me coffee.
- Control Sengled Bulbs as lights through HA
- Control Sengled Light Switch through HA
-
This is an unofficial implementation of the api and therefore may be disabled or broken at anytime by Sengled
-
I only have Element Classic A19 Kit (Light bulbs + Hub) https://us.sengled.com/products/element-classic-kit and the Wifi LED Multicolor A19 Bulb https://us.sengled.com/products/sengled-smart-wi-fi-led-multicolor-a19-bulb to test.
-
An update from Sengled may break this integration without my knowledge. Please use the betas as they become avaliable
** Wifi bulbs are supported by adding wifi: true
to your configuration. All functions should be supported.
- Have HACS installed, this will allow you to easily update
- Add https://github.com/jfarmer08/ha-sengledapi as a custom repository as Type: Integration
- Click install under "Sengled Bulb Integration" in the Integration tab
- Restart HA
**Note: "requirements": ["paho-mqtt==1.5.0"]
- Download this repository as a ZIP (green button, top right) and unzip the archive
- Copy
/custom_components/sengledapi
to your<config_dir>/
directory- On Hassio the final location will be
/config/custom_components/sengledapi
- On Hassbian the final location will be
/home/homeassistant/.homeassistant/custom_components/sengledapi
- On Hassio the final location will be
- Restart HA
Country Code example:
- country: us
- country: au
- country: it
- country: eu
Add the following to your configuration file configuration.yaml
. Update with your own information.
sengledapi:
username: sengledusername@gmail.com
password: sengledPassword
country: us
wifi: true
-
Restart HA
-
Entities will show up as
light.<friendly name>
,switch.<friendly name>
for example (light.livingroom_lamp
).
- Setup your logger to print debug messages for this component by adding this to your
configuration.yaml
:logger: default: warning logs: custom_components.sengledapi: debug
- Restart HA
- Verify you're still having the issue
- File an issue in this Github Repository