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
70.97k stars 29.62k forks source link

LimitlessLED not dimming or temp change #15223

Closed Bergasha closed 6 years ago

Bergasha commented 6 years ago

Home Assistant release with the issue: Home Assistant 0.72.1

Last working Home Assistant release (if known): Unknown

Operating environment (Hass.io/Docker/Windows/etc.): Hass.io

Component/platform: https://www.home-assistant.io/components/light.limitlessled/

Description of problem: Using the V6 hub White bulbs are no longer able to adjust brightness or colour temp, It was working in a previous version and RGB bulbs are still working fine and White on off state is still working fine.

Config:

platform: limitlessled
bridges:
- host: 192.168.0.31
  groups:
  - number: 2 
    name: Kitchen
    type: white
  - number: 3 
    name: Hallway
    type: white
  - number: 1
    name: Lounge Room
    type: white
  - number: 4
    name: Dinner table
    type: white

- host: 192.168.0.15
  groups:
  - number: 1 
    name: Bedroom Lamps
  - number: 4
    name: TV Blue
  - number: 1
    name: Front Door
    type: white

- host: 192.168.0.16
  version: 5
  port: 8899
  groups:
  - number: 1
    name: Roof
  - number: 2
    name: Wall
  - number: 3
    name: stage strip
  - number: 4
    name: Screen strip
amelchio commented 6 years ago

Right, white support is currently broken. This is being fixed upstream in happyleavesaoc/python-limitlessled#36.

As a workaround, some white bulbs will pair to (virtual) color remotes and you can then use type: rgbw or type: rgbww. In fact, if it worked before you may already be paired for one of those types.