-
-
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
[haassohnpelletstove] Improve connection handling #18212
Conversation
… of weak wifi signal and automatically reconnect the thing. Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
Signed-off-by: chingon007 <tron81@gmx.de>
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 for the contribution. Left some comments to fix.
...c/main/java/org/openhab/binding/haassohnpelletstove/internal/HaasSohnpelletstoveHandler.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/binding/haassohnpelletstove/internal/HaasSohnpelletstoveHandler.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/binding/haassohnpelletstove/internal/HaasSohnpelletstoveHandler.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/binding/haassohnpelletstove/internal/HaasSohnpelletstoveHandler.java
Outdated
Show resolved
Hide resolved
...es/org.openhab.binding.haassohnpelletstove/src/main/resources/OH-INF/update/instructions.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: chingon007 <tron81@gmx.de>
When the last two comments are addressed we can merge this. As the first 5.0 milestone is close, we might already get this in. |
Signed-off-by: chingon007 <tron81@gmx.de>
Done |
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 for quickly addresssing the comments.
LGTM
edit: for future PR’s please change your sign off message as we have a real name requirement
https://www.openhab.org/docs/developer/contributing.html#sign-your-work
Signed-off-by: chingon007 tron81@gmx.de
* Adding a Reconnect Rate to improve connectivity for the thing in case of weak wifi signal and automatically reconnect the thing. Signed-off-by: chingon007 <tron81@gmx.de>
Enhancement:
Refactored binding for easier maintenance. Delted obsolete code and made thing more robust to automatically reconnect in case of network problems.