-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[pjlinkdevice] Fix authentication #11472
Conversation
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
6ef53df
to
ceaebbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@nils : do you prefer waiting for a user feedback or are you enough confident and I merge your change now? |
@lolodomo I have confirmed and subsequently fixed the issue using the official PJLink test tool, so it seems to be fine to be merged right away. By the way, do you know what's going on with the PR build artifacts? In the PR description template, there's a path on jfrog mentioned, but that pattern does not seem to work. |
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de> Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
Signed-off-by: Nils Schnabel <github@to.nilsschnabel.de>
Fixes authentication problems that have been reported by itseogo on the OpenHAB Community.
The problem was caused by an earlier compatibility fix that generally uppercased responses from the projector. This should not be done for the authentication nonce (which contains lowercase characters that have to be preserved).
The JAR should be available soon.
Here I guess (needs to be validated after the build).