Hue bridge integration Scene status

My imported smart scene Natural Light is currently updating on the device page if it's switched on or off. But all other regular scenes are not showing any info at all. Only when debug logging was active I got some stuff like this in the logs:
dev:8932025-01-17 11:23:32.518

debug

createEventsFromMapV2([id:65c0bf31-8705-49d2-98a6-e57ee4db1d48, id_v1:/scenes/MmEIoPG9Osh0LoXJ, status:[active:inactive], type:scene])

[dev:893](https://hubitat.*.com/device/list#)2025-01-17 11:22:01.221

debug

fetchRoomOrZoneGroupIdResponseV2 response from Bridge: 200

[dev:893](https://hubitat.*.com/device/list#)2025-01-17 11:22:01.027

debug

fetchSceneDataResponseV2 response from Bridge: 200

[dev:893](https://hubitat.*.com/device/list#)2025-01-17 11:22:00.811

debug

fetchSceneData()

Is it possible to get scene status? I want to set up a rule that's depending on if certain scenes are active or not.

No, Hue scenes do not really report a status. They can be activated, and that's it. With dynamic scenes, you may see some status related to whether they are activated as dynamic or static, but that's it.

Natural Light is a smart scene, which works differently via the Hue API and will show you an on/off status reflecting whether the smart scene is currently "active," but that doesn't mean the lights are on or off, just whether the smart (24-hour) scene itself is still selected, i.e., in effect.

1 Like

Okay, thank you

I guess I can set the hue switch to turn on the natural light scene activator instead of the built in pre defined scenes for specific times.