ens
February 2, 2021, 8:59am
1
I’m trying to use an IKEA button to cycle trough IKEA lightbulb colors.
This condition meant to recognize IKEA Lightbulb RGB doesnt work:
I got the RGB from reading lightbulbs current RGB attribute state entity.
Is this a bug or am I wrong?
Best regards,
Kuba
RGB is a list of three values, in your example [184, 183, 255]
I don’t know if this can be done with the UI editor.
ens
February 2, 2021, 9:02am
3
I got the RGB state from lovelace:
How should I do this then?
Go to Developer Tools -> States and lool at the attributes of this light. Does it also show 9 numbers and not a list of 3 numbers? I guess the lovelace card is not able to display the list correctly.
ens
February 2, 2021, 9:26am
5
going to try that now
edit:
doesn’t work:
this doesn’t work either:
Try [184, 183, 255]
, but as I said maybe it doesn’t work with the UI editor.