Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LimitlessLED, bridge_led not showing up #6382

Closed
JohanLeirnes opened this issue Mar 3, 2017 · 5 comments · Fixed by #6776
Closed

LimitlessLED, bridge_led not showing up #6382

JohanLeirnes opened this issue Mar 3, 2017 · 5 comments · Fixed by #6776

Comments

@JohanLeirnes
Copy link

Make sure you are running the latest version of Home Assistant before reporting an issue.

You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:

Home Assistant release (hass --version):
0.39.2

Python release (python3 --version):
Python 3.4.3+

Component/platform:
light/limitlessled

Description of problem:
Bridge_led not showing up. All other groups show up and are controllable

Expected:
Bridge_led showing up when "bridge_led: true"

Problem-relevant configuration.yaml entries and steps to reproduce:

light:
- platform: limitlessled
  bridges:
    - host: 192.168.1.**
      bridge_led: true
      groups:
      - number: 1
        name: ***
      - number: 2
        name: ***
      - number: 3
        name: ***
      - number: 4
        name: ***
@janLo
Copy link
Contributor

janLo commented Mar 6, 2017

If it worked in 0.38.x you need to specify port and version. See #6286 and home-assistant/home-assistant.io#2171.

The version should be 5 and the port 8899.

@JohanLeirnes
Copy link
Author

It did not. Its a v6 wifi ibox with a light inside it.

@quadportnick
Copy link
Contributor

@bhaap I've derived a fix for this, please let me know if this helps and if so we'll get it committed. I don't know if bridge_led: true is actually necessary, will have to play with that next.

https://community.home-assistant.io/t/limitlessled-v6-bridge-led-control/12831/9?u=quadportnick

@javydekoning
Copy link

@quadportnick thanks, that seems to work.

@quadportnick
Copy link
Contributor

Ok, I found that removing bridge_led has no impact on the light working with this method. Going to make the change.

quadportnick added a commit to quadportnick/home-assistant that referenced this issue Mar 25, 2017
Addressing home-assistant#6382 . Feedback from github & forums is the bridge_led feature never worked and defining the bridge LED as another group+bulb type is the right way to do this in the limitlessled component.
quadportnick added a commit to quadportnick/home-assistant.github.io that referenced this issue Mar 25, 2017
pvizeli pushed a commit that referenced this issue Mar 25, 2017
Addressing #6382 . Feedback from github & forums is the bridge_led feature never worked and defining the bridge LED as another group+bulb type is the right way to do this in the limitlessled component.
fabaff pushed a commit to home-assistant/home-assistant.io that referenced this issue Mar 31, 2017
@home-assistant home-assistant locked and limited conversation to collaborators Jul 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants