ha-sengledapi
ha-sengledapi copied to clipboard
Home Assistant Integration for Sengled Bulbs. 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 an...
Home Assistant - Sengled Bulb Integration
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.
Supported Bulbs from Sengled
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.
Highlights of what SengledApi can do
- Control Sengled Bulbs as lights through HA
- Control Sengled Light Switch through HA
Potential Downsides
-
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.
Installation (HACS) - Highly Recommended
- 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
Installation (Manual)
**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
SengledApi NOTE: Configuration Changed Please update.
Country Code example:
- country: us
- country: au
- country: it
- country: eu
Configuration
Add the following to your configuration file configuration.yaml
. Update with your own information.
sengledapi:
username: [email protected]
password: sengledPassword
country: us
wifi: true
Usage
-
Restart HA
-
Entities will show up as
light.<friendly name>
,switch.<friendly name>
for example (light.livingroom_lamp
).
Reporting an Issue
- 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