bokub / rgb-light-card

💡 A Lovelace custom card for RGB lights
MIT License
412 stars 24 forks source link

Color Temperature/CCT support? #39

Closed Adrian-at-CrimsonAzure closed 3 years ago

Adrian-at-CrimsonAzure commented 3 years ago

I've got a bunch of adjustable color temperature bulbs and would love to be able to adjust their values with a card like this.

Jan-Ka commented 3 years ago

Hi, not the maintainer but just stumbled over your comment. You can adjust your bulbs color temperature with something like this:

entity: light.my_light
type: 'custom:rgb-light-card'
colors:
  - kelvin: 3500
  - kelvin: 5000
  - kelvin: 2700

Tested this with Athom (Tasmota) Bulbs but as long as you can change the color temp in hassio, you should be able to do it with this card.

atrv7 commented 3 years ago

This works to change the rgb values to match those color temperatures but I just tested with RGBW led strips and it doesnt seem to control the White channel at all. Any ideas?

bokub commented 3 years ago

Looks like a duplicate of #25..

bokub commented 3 years ago

I'm closing this issue