I’m currently doing my first steps in HA. Managed to get my hue scenes integrated via Scripts into HA.
What I’m trying to do now is, connect the hue scenes with my other devices, so that the activation of the hue scene triggers other lights and entitites.
Might be due to my lack of knowledge but how exactly can I use the change of a hue scene as a trigger in HA?
But how do I get the scene status of the HUE scenes? I manage them currently over the hue App, not via Home Assistant and would love to keep it that way. is that even possible or do I have to trigger them via HA to be able to use them in other context?
Yes, I am triggering my test scene with the following syntax:
porch_on:
sequence:
- service: hue.hue_activate_scene
data:
group_name: “schlafzimmer”
scene_name: “TV”
The thing is, that I currently do not see an option to get the status of the scene (on/off) from hue directly. I use the hue switches to tab through the scene or the hue app.