-
-
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
[huesync] Fix lost api-token when device goes offline #18100
Conversation
f1dfb75
to
48daebe
Compare
Hi @lsiepel - I've added you as reviewer already, but the fix is far from ready to be merged. But maybe it is easier for you to follow how the fix evolves rather than to review all at once. That way you can also comment at any time if you have concerns. hope you are fine and as always - thanks for your work for the community and especially for your support to me 🙂 |
c4c5cf6
to
552b178
Compare
bd7e07a
to
116e8ce
Compare
09d10ea
to
47fd98f
Compare
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/huesync-patched-version-for-4-3-2-to-address-issue-18062/162197/1 |
7223041
to
238a57b
Compare
…ffline Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
238a57b
to
e4c1906
Compare
…ffline Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
...uesync/src/main/java/org/openhab/binding/huesync/internal/types/HueSyncExceptionHandler.java
Outdated
Show resolved
Hide resolved
…binding/huesync/internal/types/HueSyncExceptionHandler.java Signed-off-by: lsiepel <leosiepel@gmail.com>
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.
Thanks, LGTM
* fix(18062): [huesync] Configuration (API Token) lost if device goes offline Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
* fix(18062): [huesync] Configuration (API Token) lost if device goes offline Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
➡️ Refactoring of connection handling
Refactored exception connection exception handling to provide more information and improve code structure/maintainability. Connection settings are no longer deleted if the device disconnects.