-
-
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
[nuvo] Fixes protocol errors when connecting via an MPS4 #11511
Conversation
...penhab.binding.nuvo/src/main/java/org/openhab/binding/nuvo/internal/handler/NuvoHandler.java
Outdated
Show resolved
Hide resolved
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.
looks good!
...inding.nuvo/src/main/java/org/openhab/binding/nuvo/internal/communication/NuvoConnector.java
Show resolved
Hide resolved
...penhab.binding.nuvo/src/main/java/org/openhab/binding/nuvo/internal/handler/NuvoHandler.java
Outdated
Show resolved
Hide resolved
...penhab.binding.nuvo/src/main/java/org/openhab/binding/nuvo/internal/handler/NuvoHandler.java
Outdated
Show resolved
Hide resolved
...penhab.binding.nuvo/src/main/java/org/openhab/binding/nuvo/internal/handler/NuvoHandler.java
Outdated
Show resolved
Hide resolved
2ecec6c
to
650beee
Compare
@mlobstein I believe I have resolved all your comments. Thanks for the review. |
650beee
to
b3103d7
Compare
@mlobstein it may be worth you trying this build against your system? I don't know if you are serial or IP over serial but I am not able to test that. |
I will test it out later tonight and report back if there are any issues. |
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.
One small issue found. Otherwise serial and MPS4 connections are working as expected.
...penhab.binding.nuvo/src/main/java/org/openhab/binding/nuvo/internal/handler/NuvoHandler.java
Outdated
Show resolved
Hide resolved
Merged your change in. |
Signed-off-by: Brian O'Connell <[email protected]>
1943d06
to
201f6b3
Compare
@mlobstein the PR still says that a review is needed. Can you approve it if you are ok with it being merged? |
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.
@boc-tothefuture I can't merge the PR, only one of the maintainers can. I will mark the changes as approved FWIW.
@fwolter can you take a look when you have time?
Signed-off-by: Brian O'Connell <[email protected]> Co-authored-by: Brian O'Connell <[email protected]>
Signed-off-by: Brian O'Connell <[email protected]> Co-authored-by: Brian O'Connell <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
Signed-off-by: Brian O'Connell <[email protected]> Co-authored-by: Brian O'Connell <[email protected]> Signed-off-by: Michael Schmidt <[email protected]>
Signed-off-by: Brian O'Connell <[email protected]> Co-authored-by: Brian O'Connell <[email protected]>
Signed-off-by: Brian O'Connell <[email protected]> Co-authored-by: Brian O'Connell <[email protected]>
Signed-off-by: Brian O'Connell <[email protected]> Co-authored-by: Brian O'Connell <[email protected]>
Signed-off-by: Brian O'Connell [email protected]
fix[nuvo] fixes protocol errors when connecting via an MPS4
This fixes the error when using the Nuvo binding over IP through an MPS4 the binding would be disconnected over and over again. The MPS4 will disconnect connections when requests are sent and no zones are on. The MPS4 sends a PING command every 10 seconds, this update listens for that ping and if a ping is not received in minute initiates a reconnection if the user has indicated they are using the MPS4.
This issue is noted by another user in the forum here