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
71.16k stars 29.83k forks source link

Limitless led broken in 0.64 #12741

Closed Marcelhoog closed 6 years ago

Marcelhoog commented 6 years ago

Hi all,

When updating from 0.62.1 to 0.63 my lights disappeared from Home assistant. This problem was solved in this issue : Limitless led broken in 0.63 #12285 0.63.2 and 0.63.3 worked fine. Now i updated from 0.63.3 to 0.64, and my lights were gone again. I can not provide the log files, because i switched back to 0.63.3 again. I guess it is the same cause as in issue #12285

I saw also in 0.64 that the thumbnail of the "last played" on Sonos speaker was not showing. but that is an other issue i guess. Hope you can fix the lights.

amelchio commented 6 years ago

Hope you can fix the lights.

Probably not without logs but as a start you can share your light configuration as requested in the template that you deleted.

Edit: found it in your linked issue,

light:
platform: limitlessled
bridges:
- host: 192........
groups:
- number: 1
type: rgbw
name: Livingroom
- number: 2
type: rgbw
name: Kitchen
- number: 3
type: rgbw
name: Outside
- number: 4
type: rgbw
name: Garage
Marcelhoog commented 6 years ago

Sorry Anders, I am reasonably new in this matter. Tonight i can update again and sent you the logs if you still need them...

Marcelhoog commented 6 years ago

I went home early. I updated again. Here is the log of the missing lights.

Error while setting up platform limitlessled
‎13‎:‎02 components/light/limitlessled.py (ERROR)
amelchio commented 6 years ago

Eh, nothing before that saying why it failed?

What is your environment like, can you try installing with pip by hand?

Marcelhoog commented 6 years ago

I dont know what what you want me to do...i am just a user and try my best... I applied your solution from issue #12285

Everyone, you can downgrade just LimitlessLED by putting this file in config/custom_components/light/limitlessled.py and restarting. Delete the file again when this issue is fixed.

Now the light switches reappeared, and work ok again....

Marcelhoog commented 6 years ago

Should i delete
config/custom_components/light/limitlessled.py After upgrading to the next version again? or is it not a problem to leave the file after updating to 0.64.1? Thank you for helping

balloob commented 6 years ago

If you have anything inside custom_components, your issue report is useless. You are not using our code.

amelchio commented 6 years ago

@Marcelhoog if it works for you, I suggest you just leave it in for the time being. That's okay.

Marcelhoog commented 6 years ago

Hi Gentlemen, I appreciate your help very much, but I am not a programmer, and I just need some extra explanation, because I do not understand some terms. I am already very happy that I have come this far ... it works for me now, and as @amelchio suggests I will leave it until the next update. If it does not work then, I will create a new issue. Thanks again for the reactions.

amelchio commented 6 years ago

Hi @Marcelhoog, don't worry. It's fine that you report your issues, I just need a lot of information to fix a problem if I do not have the problem myself.

Since nobody else has mentioned that limitlessled is broken in 0.64 I will assume that your environment has gotten slightly polluted during the up/down-grades that you have been through. So I will close this ticket for now.

If you want to chase this further, you could ask in the forum. It has a lot more people available to help.