-
-
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
[linky] Correcting authentication bug #11406
Conversation
Signed-off-by: clinique <gael@lhopital.org>
...penhab.binding.linky/src/main/java/org/openhab/binding/linky/internal/api/EnedisHttpApi.java
Outdated
Show resolved
Hide resolved
After fixing the problem with feature.xml, build succeeded. jar deployed and the thing is now ONLINE and channels have data. |
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
One point remaining before I approve: the if condition related to username. Sorry for confusion I probably introduced. |
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
...enhab.binding.linky/src/main/java/org/openhab/binding/linky/internal/LinkyConfiguration.java
Outdated
Show resolved
Hide resolved
...penhab.binding.linky/src/main/java/org/openhab/binding/linky/internal/api/EnedisHttpApi.java
Outdated
Show resolved
Hide resolved
...hab.binding.linky/src/main/java/org/openhab/binding/linky/internal/handler/LinkyHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
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
@clinique : you should check that username, password and authId are not blank too. Because if they are, this will not work. |
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
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
Thank you
Build succeeded |
* Correcting authentication bug (issue openhab#10360) Signed-off-by: clinique <gael@lhopital.org> * Reverting PR openhab#11233 & PR openhab#11266 Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Addressing @lolodomo feed-back Signed-off-by: Gaël L'hopital <gael@lhopital.org> * One pointless comment left Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Adding missing test on username Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Reviewing configuration elements nullness and empty checks. Signed-off-by: Gaël L'hopital <gael@lhopital.org> Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
* Correcting authentication bug (issue openhab#10360) Signed-off-by: clinique <gael@lhopital.org> * Reverting PR openhab#11233 & PR openhab#11266 Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Addressing @lolodomo feed-back Signed-off-by: Gaël L'hopital <gael@lhopital.org> * One pointless comment left Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Adding missing test on username Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Reviewing configuration elements nullness and empty checks. Signed-off-by: Gaël L'hopital <gael@lhopital.org> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
* Correcting authentication bug (issue openhab#10360) Signed-off-by: clinique <gael@lhopital.org> * Reverting PR openhab#11233 & PR openhab#11266 Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Addressing @lolodomo feed-back Signed-off-by: Gaël L'hopital <gael@lhopital.org> * One pointless comment left Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Adding missing test on username Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Reviewing configuration elements nullness and empty checks. Signed-off-by: Gaël L'hopital <gael@lhopital.org>
* Correcting authentication bug (issue openhab#10360) Signed-off-by: clinique <gael@lhopital.org> * Reverting PR openhab#11233 & PR openhab#11266 Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Addressing @lolodomo feed-back Signed-off-by: Gaël L'hopital <gael@lhopital.org> * One pointless comment left Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Adding missing test on username Signed-off-by: Gaël L'hopital <gael@lhopital.org> * Reviewing configuration elements nullness and empty checks. Signed-off-by: Gaël L'hopital <gael@lhopital.org>
issue #10360
Signed-off-by: clinique gael@lhopital.org