-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[harmonyhub] Fixes #2497 #2634
[harmonyhub] Fixes #2497 #2634
Conversation
Additionally fixed what static code analyzer complained about: no EOF in about.html and redundant import. Signed-off-by: Pawel Pieczul <pieczul@gmail.com> (github: ppieczul)
@ppieczul, thanks for your PR! By analyzing the history of the files in this pull request, we identified @digitaldan, @wborn and @kaikreuzer to be potential reviewers. |
@wborn can you review these changes? |
Maybe it would be better to create a PR to fix this issue in the underlying harmony-java-client library? This fix will be of use to non-openHAB library users and it would also close:
The |
Right and I have one more request to the whistlingfish library but it seems
it has not been taken care of for some months now. I don't know if this is
abandoned yet - do you have any contact with the author?
…On Thu, 31 Aug 2017 at 14:36, Wouter Born ***@***.***> wrote:
Maybe it would be better to create a PR to fix this issue in the
underlying harmony-java-client library?
This fix will be of use to non-openHAB library users and it would also
close:
- tuck182/harmony-java-client#13
<tuck182/harmony-java-client#13>
- tuck182/harmony-java-client#19
<tuck182/harmony-java-client#19> (by
@ppieczul <https://github.com/ppieczul>)
The net.whistlingfish.harmony.HarmonyClient is also keeping track of the
currentActivity
<https://github.com/tuck182/harmony-java-client/blob/master/src/main/java/net/whistlingfish/harmony/HarmonyClient.java#L88>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/openhab/openhab2-addons/pull/2634#issuecomment-326282092>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJx5fmjzo-eH2sxa51DBHflSL4EkWWcpks5sdqi9gaJpZM4PG9mG>
.
|
I've put in a few harmony-java-client PRs earlier this year and these were promptly merged. :-) |
Ok, we'll go this way, I got in touch with the author after some initial silence. Thanks. |
* Bump netty to 4.1.72.Final for log4j2 2.15.0 fix Signed-off-by: Matthew Skinner <matt@pcmus.com>
…" (openhab#2646) This reverts commit 2f1ae2c.
Fixes issue #2497.
This issue currently forces me to add checks against current activity in habpanel and rules.
I extended the fix to not sending activity set command to the hub library if the current activity is already that activity. This is exactly how Harmony remote controller works - you can't press a button to start an activity if this is the current activity.
Additionally fixed what static code analyzer complained about: no EOF in about.html and redundant import.
Signed-off-by: Pawel Pieczul pieczul@gmail.com (github: ppieczul)