Hi:
Some of my automations rely on brightness of rooms/lights and works randomly, so I digged into it and found that some of my rooms/lights have brightness values, others don’t. All my lights are Philips Hue and I can’t figure out any pattern why some lights have lots of null values like below:
min_color_temp_kelvin: 2000
max_color_temp_kelvin: 6535
min_mireds: 153
max_mireds: 500
effect_list: off, candle, fire, prism, sparkle, opal, glisten, underwater, cosmos, sunbeam, enchant, sunrise, sunset
supported_color_modes: color_temp, xy
effect: null
color_mode: null
brightness: null
color_temp_kelvin: null
color_temp: null
hs_color: null
rgb_color: null
xy_color: null
mode: normal
dynamics: none
friendly_name: Ceiling Lamp
supported_features: 44
And a similar color bulb in another room does get brightness and other values:
min_color_temp_kelvin: 2000
max_color_temp_kelvin: 6535
min_mireds: 153
max_mireds: 500
effect_list: off, candle, fire, prism, sparkle, opal, glisten, underwater, cosmos, sunbeam, enchant, sunrise, sunset
supported_color_modes: color_temp, xy
effect: off
color_mode: xy
brightness: 255
color_temp_kelvin: null
color_temp: null
hs_color: 38.88, 49.02
rgb_color: 255, 211, 130
xy_color: 0.445, 0.4067
mode: normal
dynamics: none
friendly_name: XX Ceiling Lamp
supported_features: 44
Does anybody know if it’s a bug with integration or something I’m doing wrong here? Many thanks!