This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Hue scene detection
proturbo
Member
Hi, new user here.
Can you please guide me in the right direction. I want to detect a hue scene change. Like, if [specific] scene is enabled, then do something. Is that possible?
I want to use my Logitech Harmony remote to turn on other devices than the hue lights which is already supported by Logitech. The remote can start specific scenes by clicking the home control buttons on the remote.
Maybe be there are other ways to achieve the same?
Can you please guide me in the right direction. I want to detect a hue scene change. Like, if [specific] scene is enabled, then do something. Is that possible?
I want to use my Logitech Harmony remote to turn on other devices than the hue lights which is already supported by Logitech. The remote can start specific scenes by clicking the home control buttons on the remote.
Maybe be there are other ways to achieve the same?
Comments
The Hue API does not support this feature (The active scene is not exposed in the API) because it can give problems, you never know for sure if the last activated scene is also the state of the bulb.
Anyway, Thinking of a way around this myself as well that works 100%
One thing That is stil on my list to try is to have each scene in the bathroom (5 in total) have a different dim-levels (or at least one of the bulbs) and identify the scene with that. So:
dim level 100% is scene 1, 99% is scene 2, 98% is scene 3 etc
If Homey supported the harmony controller, it would be a lot easier
You can read the lightstates from the scenes. Maybe compare them all with the current lightstate(s) in that room and consider it that scene=active if all are a match? (or maybe all but brightness).
Just a thought.