-
-
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
[boschshc] Add support for Door/Window Contact II Plus #18201
Conversation
f30a5fa
to
79ddadd
Compare
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! I have added a few very minor comments, otherwise LGTM.
...hshc/src/main/java/org/openhab/binding/boschshc/internal/devices/BoschSHCHandlerFactory.java
Outdated
Show resolved
Hide resolved
...a/org/openhab/binding/boschshc/internal/devices/windowcontact/WindowContact2PlusHandler.java
Outdated
Show resolved
Hide resolved
* add thing type definition and channel type definitions * re-generate i18n properties * add constants for thing type and channel types * implement new vibration sensor service * add handler for Door/Window Contact II Plus * register handler in factory * add unit tests * add documentation * use opportunity to add documentation for developers regarding typical steps to support new things/channels Signed-off-by: David Pace <dev@davidpace.de>
79ddadd
to
603e27a
Compare
Signed-off-by: David Pace <dev@davidpace.de>
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: David Pace <dev@davidpace.de>
@GerdZanker do you have a Door/Window Contact II Plus by any chance so that you could test this with the actual hardware? |
I'm sorry, I have only "old" hardware and no devices of the second generation. Therefor I can only test if the new code is still working as before. |
Also update/enhance developer documentation Signed-off-by: David Pace <dev@davidpace.de>
Signed-off-by: David Pace <dev@davidpace.de>
This PR was tested successfully with the actual hardware, see #18162 (comment) The PR is now open for a final review and can be merged from my side 🚀 |
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
Signed-off-by: David Pace <dev@davidpace.de>
closes #18162