#Assist sends color_brightness 50% only for Green color
1 messages · Page 1 of 1 (latest)
I just tried and it worked just fine for me.
For reference what I asked was "Set name_of_lamp to green.", and it was a Hue lightbulb.
Do you have any lights running esphome or wled to test? Maybe your Hue lightbulb is like my thirdreality zigbee bulbs
stdout: |-
26:# This lets "dark seagreen" and "dark sea green" both match the same
27:# color "darkseagreen".
54: "darkgreen": RGBColor(0, 100, 0),
58: "darkolivegreen": RGBColor(85, 107, 47),
63: "darkseagreen": RGBColor(143, 188, 143),
76: "forestgreen": RGBColor(34, 139, 34),
83: "green": RGBColor(0, 128, 0),
....
it looks like green for whatever reason in color.py it is set to only half the total value of green (128 instead of 255)
gonna try and change the value
SUCCESS!
now the real question is will the next update break this fix
All thanks to Claude
For anyone with this issue
No sorry, I don't have any running esphome. But glad you found the problem!
Assist sends color_brightness 50% only for Green color