-
-
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
[tado] Automatically reconnect offline Things if possible #12868
Conversation
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
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.
Thank you! I have posted some feedback, where half is perhaps only some clarifications for my understanding.
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
...nding.tado/src/main/java/org/openhab/binding/tado/internal/handler/BaseHomeThingHandler.java
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
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!
@andrewfg could you please provide me with a jar file that has the reconnection issue fixed? I see this issues irregularly |
@Freeride79 the PR has been merged so it is included in the OH official Milestone 7 release (and therefore the v3.3 final release next week). CORRECTION: actually it was included in Milestone 6 already :) |
@andrewfg Thank you very much, I'm looking forward for testing the new Milestone |
The Bridge will now automatically try to reconnect Things that went offline due to a communication error.
Fixes #12704 as follows
Signed-off-by: Andrew Fiddian-Green software@whitebear.ch