-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Transition Between Activities #131
Comments
huebs
added a commit
to huebs/homebridge-harmonyhub
that referenced
this issue
Apr 7, 2018
huebs
added a commit
to huebs/homebridge-harmonyhub
that referenced
this issue
Apr 7, 2018
I've done further testing and the fix works even better than expected. Not only do they transition correctly when switching using Home/Siri, they also work properly when activated by the Harmony Remote itself or when triggered by the official Harmony Alexa Skill! |
👍
…Sent from my iPhone
On 7 Apr 2018, at 21:58, Ben Huebscher ***@***.***> wrote:
I've done further testing and the fix works even better than expected. Not only do they transitions correctly when switching using Home/Siri, they also work properly when activated by the Harmony Remote itself or when triggered by the official Harmony Alexa Skill!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
huebs
changed the title
Improve Transition Between Switches
Improve Transition Between Activities
Apr 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just learned about this project after reading about it in the recent AppleInsider tutorial.
I was particularly excited to see if this could provide a solution to a bug I reported to @Logitech nearly 6 months ago that they don't appear to be even attempting to fix. It has to do with the Hue integration they provide. When transitioning between activities, it first sets the new activity's start configuration then sets the previous activity's end configuration.
I was disappointed to find that controlling the Hue scenes through HomeKit Automations tied to the state changes of the Harmony Activities led to the same behavior described above. I then went looking into the source here and I think I found a way to fix this. You'd change the code here from:
To:
This would ensure that the previous activity will be turned off before the next activity is started.
Would you consider this a bug fix? Would you be interested in a PR if it works?
The text was updated successfully, but these errors were encountered: