-
-
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
[openwebnet] OpenWebNet Binding initial contribution, migration from OH1 #6213
Conversation
07258f7
to
d22c584
Compare
Travis tests were successfulHey @mvalla, |
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 your contribution. I started a review. However when I looked into the library used I have some questions about the library used. I could not find the source code of the library? Also the original library has some other dependencies and I could not find those here. Are they removed? So to continue I think some questions related to the library should be first cleared.
...in/java/org/openhab/binding/openwebnet/internal/discovery/ZigBeeGatewayDiscoveryService.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/openhab/binding/openwebnet/internal/discovery/BusGatewayUpnpDiscovery.java
Outdated
Show resolved
Hide resolved
...enwebnet/src/main/java/org/openhab/binding/openwebnet/internal/OpenWebNetHandlerFactory.java
Outdated
Show resolved
Hide resolved
...webnet/src/main/java/org/openhab/binding/openwebnet/handler/OpenWebNetAutomationHandler.java
Outdated
Show resolved
Hide resolved
...webnet/src/main/java/org/openhab/binding/openwebnet/handler/OpenWebNetAutomationHandler.java
Outdated
Show resolved
Hide resolved
...webnet/src/main/java/org/openhab/binding/openwebnet/handler/OpenWebNetAutomationHandler.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/openhab/binding/openwebnet/internal/discovery/BusGatewayUpnpDiscovery.java
Outdated
Show resolved
Hide resolved
63d7d30
to
ebdf928
Compare
Travis tests were successfulHey @mvalla, |
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Checkstyle improvements. Updated to 2.5.7-SNAPSHOT Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
…5.8-SNAPSHOT Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Travis tests were successfulHey @mvalla, |
I completed all changes requested by @Hilbrand in his 2nd review and updated the openwebnet4j lib to 0.2.0 to include OPEN/HMAC password support. This PR is again ready from my side. All checks have passed. |
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
@Hilbrand if you did a complete review, I would say this has two reviewers. If you feel it needs another round let us know otherwise feel free to merge. |
Thanks for merging this pull request. I will advertise it in the relevant thread. |
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com> Signed-off-by: Clayton Tabone <taboneclayton@gmail.com>
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com>
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com>
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com>
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com>
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com> Signed-off-by: Daan Meijer <daan@studioseptember.nl>
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com>
…OH1 (openhab#6213) Closes openhab#5195 Signed-off-by: Massimo Valla <mvcode00@gmail.com>
OpenWebNet (BTicino/Legrand) Binding
This binding integrates BTicino/Legrand MyHOME home automation systems into openHAB (see #5195).
The binding has to be considered as an enhancement and replacement of the BTicino v1 binding.
WHOs (devices) supported in this first PR:
Community thread:
https://community.openhab.org/t/bticino-openwebnet-new-openhab2-binding-ready-for-testing/43377/
This contribution is ready for review.
Closes #5195