I am hoping you can help me understand some weird behaviour I'm seeing on some of my hue lights. As you know the logging is generous for hue lights, so I decided to zero in on one in particular.
This is a light that was at 52% (BRI:133). I tried to set it to 39% @ 11:29:19 as you can see near the top of the trace. It seems to have reported that brightness back several times. Then at about 11:30:07 it reports in at 52% again. I can't figure out why. FWIW the hue app showed it at 52% as well.
The other three bulbs in this room, they all are the same model, got sent the same instruction, settled in at 39% as expected. But this particular bulb, when it showed up in deviceUpdate() at an unexpected brightness, in my plugin that *looks like* some person or process stepped in and set that light at 52% intentionally.
I am hoping you see something in this log file that I didn't that might explain why this light apparently reverted back to its 52% brightness? Or any intuition about why the 39% maybe didn't stick?
Your persepcive on this is most appreciated!
-Daniel
oops - here's the log file trace:
Code: Select all
Ok …office nw just disrupted. Here’s the trace. Try to ignore anything that doesn’t explicitly mention office.
Roomify @11:29:19: 'Office phase change invoked: initial -> delayed
Roomify @11:29:19: Roomify -> Office/True/On
Hue Lights Command is SetBrightness, Bulb is 8
Hue Lights device set brightness:
actionValue : 39
configured : True
delayAmount : 900
description : brighten device to 39%
deviceAction : SetBrightness
deviceId : 1943124704
replaceExisting : True
textToSpeak :
Hue Lights Sent Hue Lights "Office Northwest" to 39, at ramp rate:0.5 sec
Hue Lights parseOneHueLightDataV1 hubNumber0 -> {'0': '1', '1': '1', '2': '1', '3': '1', '4': '1'}, False
Hue Lights dev :Office Northwest bulb:{'state': {'on': True, 'bri': 99, 'hue': 10306, 'sat': 16, 'effect': 'none', 'xy': [0.3867, 0.3824], 'ct': 258, 'alert': 'select', 'colormode': 'ct', 'mode': 'homeautomation', 'reachable': True}, 'swupdate': {'state': 'noupdates', 'lastinstall': '2026-04-24T22:37:59'}, 'type': 'Extended color light', 'name': 'Office Northwest', 'modelid': 'LCA009', 'manufacturername': 'Signify Netherlands B.V.', 'productname': 'Hue color lamp', 'capabilities': {'certified': True, 'control': {'mindimlevel': 200, 'maxlumen': 1680, 'colorgamuttype': 'C', 'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], 'ct': {'min': 153, 'max': 500}}, 'streaming': {'renderer': True, 'proxy': True}}, 'config': {'archetype': 'sultanbulb', 'function': 'mixed', 'direction': 'omnidirectional', 'startup': {'mode': 'safety', 'configured': True}}, 'uniqueid': '00:17:88:01:0d:95:a1:23-0b', 'swversion': '1.145.1', 'swconfigid': '5A997151', 'productid': 'Philips-LCA009-1-A21ECLv1'}
Hue Lights into Extended color light
Hue Lights parseOneHueLightDataV1 hubNumber0 -> {'0': '1', '1': '1', '2': '1', '3': '1', '4': '1'}, False
Hue Lights dev :Office Northwest bulb:{'state': {'on': True, 'bri': 99, 'hue': 10306, 'sat': 16, 'effect': 'none', 'xy': [0.3867, 0.3824], 'ct': 258, 'alert': 'select', 'colormode': 'ct', 'mode': 'homeautomation', 'reachable': True}, 'swupdate': {'state': 'noupdates', 'lastinstall': '2026-04-24T22:37:59'}, 'type': 'Extended color light', 'name': 'Office Northwest', 'modelid': 'LCA009', 'manufacturername': 'Signify Netherlands B.V.', 'productname': 'Hue color lamp', 'capabilities': {'certified': True, 'control': {'mindimlevel': 200, 'maxlumen': 1680, 'colorgamuttype': 'C', 'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], 'ct': {'min': 153, 'max': 500}}, 'streaming': {'renderer': True, 'proxy': True}}, 'config': {'archetype': 'sultanbulb', 'function': 'mixed', 'direction': 'omnidirectional', 'startup': {'mode': 'safety', 'configured': True}}, 'uniqueid': '00:17:88:01:0d:95:a1:23-0b', 'swversion': '1.145.1', 'swconfigid': '5A997151', 'productid': 'Philips-LCA009-1-A21ECLv1'}
Hue Lights into Extended color light
Hue Lights parseOneHueLightDataV1 hubNumber0 -> {'0': '1', '1': '1', '2': '1', '3': '1', '4': '1'}, False
Hue Lights dev :Office Northwest bulb:{'state': {'on': True, 'bri': 99, 'hue': 10306, 'sat': 16, 'effect': 'none', 'xy': [0.3867, 0.3824], 'ct': 258, 'alert': 'select', 'colormode': 'ct', 'mode': 'homeautomation', 'reachable': True}, 'swupdate': {'state': 'noupdates', 'lastinstall': '2026-04-24T22:37:59'}, 'type': 'Extended color light', 'name': 'Office Northwest', 'modelid': 'LCA009', 'manufacturername': 'Signify Netherlands B.V.', 'productname': 'Hue color lamp', 'capabilities': {'certified': True, 'control': {'mindimlevel': 200, 'maxlumen': 1680, 'colorgamuttype': 'C', 'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], 'ct': {'min': 153, 'max': 500}}, 'streaming': {'renderer': True, 'proxy': True}}, 'config': {'archetype': 'sultanbulb', 'function': 'mixed', 'direction': 'omnidirectional', 'startup': {'mode': 'safety', 'configured': True}}, 'uniqueid': '00:17:88:01:0d:95:a1:23-0b', 'swversion': '1.145.1', 'swconfigid': '5A997151', 'productid': 'Philips-LCA009-1-A21ECLv1'}
Hue Lights into Extended color light
Hue Lights parseOneHueLightDataV1 hubNumber0 -> {'0': '1', '1': '1', '2': '1', '3': '1', '4': '1'}, False
Hue Lights dev :Office Northwest bulb:{'state': {'on': True, 'bri': 99, 'hue': 10306, 'sat': 16, 'effect': 'none', 'xy': [0.3867, 0.3824], 'ct': 258, 'alert': 'select', 'colormode': 'ct', 'mode': 'homeautomation', 'reachable': True}, 'swupdate': {'state': 'noupdates', 'lastinstall': '2026-04-24T22:37:59'}, 'type': 'Extended color light', 'name': 'Office Northwest', 'modelid': 'LCA009', 'manufacturername': 'Signify Netherlands B.V.', 'productname': 'Hue color lamp', 'capabilities': {'certified': True, 'control': {'mindimlevel': 200, 'maxlumen': 1680, 'colorgamuttype': 'C', 'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], 'ct': {'min': 153, 'max': 500}}, 'streaming': {'renderer': True, 'proxy': True}}, 'config': {'archetype': 'sultanbulb', 'function': 'mixed', 'direction': 'omnidirectional', 'startup': {'mode': 'safety', 'configured': True}}, 'uniqueid': '00:17:88:01:0d:95:a1:23-0b', 'swversion': '1.145.1', 'swconfigid': '5A997151', 'productid': 'Philips-LCA009-1-A21ECLv1'}
Hue Lights into Extended color light
Hue Lights parseOneHueLightDataV1 hubNumber0 -> {'0': '1', '1': '1', '2': '1', '3': '1', '4': '1'}, False
Hue Lights dev :Office Northwest bulb:{'state': {'on': True, 'bri': 99, 'hue': 10306, 'sat': 16, 'effect': 'none', 'xy': [0.3867, 0.3824], 'ct': 258, 'alert': 'select', 'colormode': 'ct', 'mode': 'homeautomation', 'reachable': True}, 'swupdate': {'state': 'noupdates', 'lastinstall': '2026-04-24T22:37:59'}, 'type': 'Extended color light', 'name': 'Office Northwest', 'modelid': 'LCA009', 'manufacturername': 'Signify Netherlands B.V.', 'productname': 'Hue color lamp', 'capabilities': {'certified': True, 'control': {'mindimlevel': 200, 'maxlumen': 1680, 'colorgamuttype': 'C', 'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], 'ct': {'min': 153, 'max': 500}}, 'streaming': {'renderer': True, 'proxy': True}}, 'config': {'archetype': 'sultanbulb', 'function': 'mixed', 'direction': 'omnidirectional', 'startup': {'mode': 'safety', 'configured': True}}, 'uniqueid': '00:17:88:01:0d:95:a1:23-0b', 'swversion': '1.145.1', 'swconfigid': '5A997151', 'productid': 'Philips-LCA009-1-A21ECLv1'}
Hue Lights into Extended color light
Hue Lights parseOneHueLightDataV1 hubNumber0 -> {'0': '1', '1': '1', '2': '1', '3': '1', '4': '1'}, False
Hue Lights dev :Office Northwest bulb:{'state': {'on': True, 'bri': 133, 'hue': 10306, 'sat': 16, 'effect': 'none', 'xy': [0.3867, 0.3824], 'ct': 258, 'alert': 'select', 'colormode': 'ct', 'mode': 'homeautomation', 'reachable': True}, 'swupdate': {'state': 'noupdates', 'lastinstall': '2026-04-24T22:37:59'}, 'type': 'Extended color light', 'name': 'Office Northwest', 'modelid': 'LCA009', 'manufacturername': 'Signify Netherlands B.V.', 'productname': 'Hue color lamp', 'capabilities': {'certified': True, 'control': {'mindimlevel': 200, 'maxlumen': 1680, 'colorgamuttype': 'C', 'colorgamut': [[0.6915, 0.3083], [0.17, 0.7], [0.1532, 0.0475]], 'ct': {'min': 153, 'max': 500}}, 'streaming': {'renderer': True, 'proxy': True}}, 'config': {'archetype': 'sultanbulb', 'function': 'mixed', 'direction': 'omnidirectional', 'startup': {'mode': 'safety', 'configured': True}}, 'uniqueid': '00:17:88:01:0d:95:a1:23-0b', 'swversion': '1.145.1', 'swconfigid': '5A997151', 'productid': 'Philips-LCA009-1-A21ECLv1'}
Hue Lights into Extended color light
Hue Lights Updated: Office Northwest to 52
Roomify AUTHORITY DECISION @11:30:07: DISRUPTION: Device Office Northwest [1943124704] in an apparent disruptinve state
Roomify @11:30:07: Unexpected device update detected in room Office
Roomify @11:30:07: Office Northwest (id: 1943124704) / Change in brightness from 39 to 52
Roomify @11:30:07: AUTHORITY DECISION@11:30:07: Office: surrendering automation authority per 'Office Northwest changed'