-
-
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
[resol] Fix handling of WeekTime fields on vbus #13753
Conversation
openhab#13447 Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
This looks like a breaking change to be mentioned in the release notes. |
In a sense I agree, but as it breaks only for devices using the WeekTime type before it doesn't matter, as those did not work at all 😄 |
But users will have to change their item type to make it work. So it is better to inform them. |
yea why not. Where do I need to put it to make it occur in the release notes? The Readme in the binding doesn't seem to be the best place - on https://www.openhab.org/docs/developer/bindings/ I did not find anything and I am simply not contributing often enough to know it... |
...openhab.binding.resol/src/main/java/org/openhab/binding/resol/handler/ResolThingHandler.java
Outdated
Show resolved
Hide resolved
...openhab.binding.resol/src/main/java/org/openhab/binding/resol/handler/ResolThingHandler.java
Show resolved
Hide resolved
No problem, I will guide you once the PR is merged. This will be added in a second step, outside the current PR. |
Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
...openhab.binding.resol/src/main/java/org/openhab/binding/resol/handler/ResolThingHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Raphael Mack <ramack@raphael-mack.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.
LGTM, thank you.
@ramack : please create a PR to explain the breaking change. |
like this? openhab/openhab-distro#1427 |
* correct handling of WeekTime fields from and update vbus library, fixes openhab#13447 Signed-off-by: Raphael Mack <ramack@raphael-mack.de> Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
* correct handling of WeekTime fields from and update vbus library, fixes openhab#13447 Signed-off-by: Raphael Mack <ramack@raphael-mack.de> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
* correct handling of WeekTime fields from and update vbus library, fixes openhab#13447 Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
* correct handling of WeekTime fields from and update vbus library, fixes openhab#13447 Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
* correct handling of WeekTime fields from and update vbus library, fixes openhab#13447 Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
Controllers (for example the SKSR 1/2/3) on the VBUS transmitting fields of type WeekTime did not work as decribed in #13447 which is fixed by this PR.
The resol-vbus-java library used by this binding was also improved for this controller in the meantime, that's why this PR integrates an upgrade to the latest version of this lib.
A compiled version of this code change can be found here and @paicl01 tested it successfully.