home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.53k stars 30.71k forks source link

Yeelight Bedside Lights now Unavailable #36127

Closed davidpadbury closed 4 years ago

davidpadbury commented 4 years ago

The problem

I have two yeelight bedside lights (model bslamp2). They were previously working with home assistant but now are shown as being in state unavailable and are no longer controllable.

I also have a yeelight bulb that continues to work fine so the problem seems specific to the bedside lamps.

The lamps remain controllable in the yeelight application and I've verified that the IP addresses are correct.

Environment

Problem-relevant configuration.yaml

Configured using the manual configuration (have tried with and without the model specification):

yeelight:
  devices:
    192.168.3.32:
      name: Porch
    192.168.3.193:
      name: Bedside Lamp 1
      model: bslamp2
    192.168.3.167:
      name: Bedside Lamp 2
      model: bslamp2

I have configured discovery to ignore yeelight.

Traceback/Error logs

Additional information

probot-home-assistant[bot] commented 4 years ago

yeelight documentation yeelight source (message by IssueLinks)

probot-home-assistant[bot] commented 4 years ago

Hey there @rytilahti, @zewelor, mind taking a look at this issue as its been labeled with a integration (yeelight) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

abelmatser commented 4 years ago

I have the feeling my Yeelights became more stable after assigning a static IP to them, maybe worth a try. Before, when this happened (every month or so) a quick power unplug (or ultimately, a reset) made them available to me again

davidpadbury commented 4 years ago

@abelmatser yep, your "quick power unplug" suggestion did the trick immediately. I didn't think to do before as they were responding to pings and the yeelight app so assumed the device was fine and was a problem with the integration :facepalm:

turn it off and on again

Thanks!