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.45k stars 30.69k forks source link

Limitless LED component not working #3514

Closed jonah1122 closed 8 years ago

jonah1122 commented 8 years ago

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.28.2

Python release (python3 --version): Python 3.5.2

Component/platform: limitlessled

Description of problem: The component doesn't work with the new update. The error log says "cannot identify 'Bridge'". I reverted back to 0.27.2 and it functions perfectly again.

happyleavesaoc commented 8 years ago

Please share your limitlessled config.

jonah1122 commented 8 years ago
light:
  platform: limitlessled
  bridges:
    - host: 192.168.0.101
      version: 5
      port: 8899
      groups:
      - number: 1
        type: rgbw
        name: Jonah's Bedroom
happyleavesaoc commented 8 years ago

Can you copy-and-paste the complete error line please?

jonah1122 commented 8 years ago

looks like it was an installation error, I just reinstalled 0.28.2 and it's working!