I’m a bit stuck getting Yeelight 1S (Color) added to HASS.
I’m following the Example configuration (Automatic) but the lights aren’t detected in home assistant and I’m not sure what to replace light.yeelight_color1_XXXXXXXXXXXX: with in the config.
The bulbs are model YLDP13YL.
They are on firmware 2.0.24 with no fw update available in the Yeelight app.
The bulbs have LAN control enabled.
I’m running HASS 0.114.4 as a virtual appliance.
HASS has been able to detect a couple of other devices eg. my router and printer, which appeared automatically in Integrations.
The example config is for automatic discovery. If HA isn’t discovering, then you can manually set them based on IP from your router. You will need to give them a static/reserved IP in your router first.
Also, please adjust your category, Yeelight is not a 3rd party integration.
I think I read in the beta notes for 0.115.0 that Yeelight will become configurable via the integrations tab, so there may be a breaking change, make sure to read the release notes of 0.115.0 before you update in case something changes.
I have the same issue. I tried adding the bulbs using the Integrations UI, but it fails to find the bulb even when I put in the IP address.
My bulbs are in a separate VLAN, so I’m not sure if that’s why it can’t find them.
Either way it was working fine in v0.114
Thanks,
I’m able to automatically add the yeelights via the UI with 0.115.0, but only as entities. I’m not able to do a lot with the yeelights when added as only an entity. Do you know if there’s a UI method of adding them to a device, or as devices in version 115? If this isn’t possible would your configuration example work with automatically added devices?
Thanks for the feedback about the category. If you’d like to suggest a more appropriate category for this post I’d appreciate it.
After following the instructions I do not have any entries in Developer Tools --> States, or Configuration --> Devices for the bulb.
I can see the friendly name for the one bulb which was added to the configuration the Yeelight panel in Configuration --> Integrations, additional to the two entries which were added via discovery in the UI.
I can turn the bulb off & on via telnet control, the LAN Control switch is enabled in the Yeelight app.
HA & the bulbs are all on the 192.168.1.0 /24 subnet
telnet 192.168.1.200 55443
Trying 192.168.1.200...
Connected to 192.168.1.200.
Escape character is '^]'.
{"id":1,"method":"set_power","params":["off","smooth",500]}
{"method":"props","params":{"power":"off"}}
{"id":1,"result":["ok"]}
{"id":1,"method":"set_power","params":["on","smooth",500]}
{"method":"props","params":{"power":"on"}}
{"id":1,"result":["ok"]}