#Assist sends color_brightness 50% only for Green color

1 messages · Page 1 of 1 (latest)

viral swift
#

Hi, I have a weird bug and am wondering if anyone else has it. When I ask Assist to change my lights to green, it sends a color brightness of 50%. It doesnt do it for Red or Blue. its only happening on my ESPHome and WLED Devices, and not my thirdreality zigbee bulbs.

wide nymph
viral swift
#

Do you have any lights running esphome or wled to test? Maybe your Hue lightbulb is like my thirdreality zigbee bulbs

viral swift
#

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

viral swift
#

All thanks to Claude

viral swift
wide nymph
viral swift
#

Assist sends color_brightness 50% only for Green color