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

Scene Editor and RGB WW CW switching #6091

Closed
brinzlee opened this issue Jun 2, 2020 · 2 comments
Closed

Scene Editor and RGB WW CW switching #6091

brinzlee opened this issue Jun 2, 2020 · 2 comments
Labels
Bug Current Bug in UI - Extra Attention

Comments

@brinzlee
Copy link

brinzlee commented Jun 2, 2020

Checklist

  • [yes ] I have updated to the latest available Home Assistant version.
  • [ yes] I have cleared the cache of my browser.
  • [ yes] I have tried a different browser to see if it is related to my browser.

The problem

I have an RGB WW CW floodlight made by Novostella. This has then had tasmota firmware v7.0. When I set a scene to make the lights cool white or warm white in the scenes editor and then save it. If I recall the scene the RGB takes priority and and makes the RGB 100% to make white instead of using the WW or CW leds.

Expected behavior

I would expect it to remember the last recalled value of the LED staus correctly. Its fine with RGB just the CW and WW it can't recall

Steps to reproduce

Get a RGB WW CW light and try and save warm white or cool white in the scenes editor. I have seen other people have the issue with some philips hue devices

Environment

  • Home Assistant release with the issue: Home Assistant 0.110.4
  • Last working Home Assistant release (if known):
  • Browser and browser version: Chrome Version 83.0.4103.61 (Official Build) (64-bit)
  • Operating system: Windows 10 Pro 1909

State of relevant entities

Problem-relevant configuration

- id: '1574512957647'
  name: Lounge TV
  entities:
    light.novostella_flood_1:
      brightness: 255
      color_temp: 438
      effect: '0'
      effect_list:
      - '0'
      - '1'
      - '2'
      - '3'
      - '4'
      friendly_name: Novostella Flood 1
      hs_color:
      - 0
      - 0
      max_mireds: 500
      min_mireds: 153
      rgb_color:
      - 255
      - 255
      - 255
      state: 'on'
      supported_features: 23
      xy_color:
      - 0.323
      - 0.329
    light.novostella_flood_2:
      brightness: 209
      color_temp: 435
      effect: '0'
      effect_list:
      - '0'
      - '1'
      - '2'
      - '3'
      - '4'
      friendly_name: Novostella Flood 2
      hs_color:
      - 0
      - 0
      max_mireds: 500
      min_mireds: 153
      rgb_color:
      - 255
      - 255
      - 255
      state: 'on'
      supported_features: 23
      xy_color:
      - 0.323
      - 0.329`

Javascript errors shown in your browser console/inspector

Additional information

@brinzlee brinzlee added the Bug Current Bug in UI - Extra Attention label Jun 2, 2020
@bramkragten
Copy link
Member

You should not place your text inside the comment tags, edited it for you

@bramkragten
Copy link
Member

The problem lies with the integration, it should not report attributes that are not currently active. If it is set to an RGB color it should just report that and not the color temperature.

Otherwise, we can not determine from the state what the actual state of the entity is.

Please create an issue for the Novostella integration in home-assistant/core.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Current Bug in UI - Extra Attention
Projects
None yet
Development

No branches or pull requests

2 participants