question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue to go back to a RGB color when an effect is enabled

See original GitHub issue

Hi, First of all, sorry for my english, it’s not my native language. I have a problem with the card. Maybe a configuration error, or a bug, I don’t know. I have a light, with color / brightness presets configured in the card (ie: yellow 100%, yellow 75%, yellow 50% …) and the last button is to launch a color loop effect. When I switch from RGB preset to another RGB preset, it works very well. When I switch from RGB preset to effect, it works very well too. But the other way (effect to RGB preset) doesn’t do anything. Effect still continue to work. I have to switch off the light to disengage the effect.

Here is my configuration :

type: entities
show_header_toggle: false
entities:
  - entity: light.veilleuse_room1
  - type: 'custom:rgb-light-card'
    justify: around
    entity: light.veilleuse_room1
    colors:
      - rgb_color:
          - 205
          - 159
          - 6
        brightness_pct: 100
        label: 100%
        transition: 2
        icon_color: 'rgba(205, 159, 6, 1)'
      - rgb_color:
          - 205
          - 159
          - 6
        brightness_pct: 80
        label: 80%
        transition: 2
        icon_color: 'rgba(205, 159, 6, 0.8)'
      - rgb_color:
          - 205
          - 159
          - 6
        brightness_pct: 60
        label: 60%
        transition: 2
        icon_color: 'rgba(205, 159, 6, 0.6)'
      - rgb_color:
          - 205
          - 159
          - 6
        brightness_pct: 40
        label: 40%
        transition: 2
        icon_color: 'rgba(205, 159, 6, 0.4)'
      - rgb_color:
          - 205
          - 159
          - 6
        brightness_pct: 20
        label: 20%
        transition: 2
        icon_color: 'rgba(205, 159, 6, 0.2)'
      - effect: colorloop
        brightness_pct: 100
        label: Loop
        transition: 2
        icon_color: linear-gradient(75deg, #990000, #cccc00, #00ff00, #33ffff, #6666ff, #ff99ff)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
slywalker01commented, Mar 2, 2021

Thanks for your help, and by the way, excellent job with this card 👍

0reactions
bokubcommented, Mar 2, 2021

the colorloop still works, the chosen color is not displayed, it seems that nothing change

Then that’s what I though, your problem is about your lights, not the card…

Maybe you can try posting your problem on https://community.home-assistant.io/ ! Don’t forget to include the model of your light

Have a good day

Read more comments on GitHub >

github_iconTop Results From Across the Web

RGB Colour Problem in After Effects - 11820111
I'm having some trouble with colour management in AE. My RGB values are all in decimal form and I'm not sure how to...
Read more >
How to fix unwanted RGB lighting changes in iCUE - Corsair
Follow the steps below to fix this issue. Step 1: Uninstall conflicting programs; Step 2: Repair iCUE; What to do next if the...
Read more >
8 common mistakes when working with color and how to fix ...
Designing content in RGB mode (at least in Illustrator) is NOT advisable. Many effects are possible only in RGB that cannot be properly...
Read more >
After Effects: RGB View + Color Channels Undo - YouTube
After Effects CC 2021: RGB View + Color Channels UndoThis tutorial will show you undo or fix your Composition View if you accidentally...
Read more >
How to Optimize PS Color Settings - YouTube
Color management is intimidating, but if you want your images to look ... 1:50 Comparing different ICC profiles 8:52 Impact of working RGB...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found