-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adapt to latest OpenHab 3.1.0-SNAPSHOT #7
Conversation
The in-lined jmbus version includes a small extension for the access to the RAW frame |
Then it should be possible to only ship that extension with the binding and pull the rest of the binding from maven. |
hey, I took your PR, compiled it and integrated it in OH3.1.0.
With these modifications, the WMBus Binding operates again in my OH3.1.0 installation. Here is the resulting package: |
How did it not work? |
The binding loaded but the Thing didn't went ONLINE. It was not able to open the serial connection and remained OFFLINE. |
If it compiled, than I think the changes you did to |
I guess this is the reason why it also compiles even without |
Did you test it without the changes to Nothing ever really calls the |
I was wondering the same ... I'm using now this PR and only reverted |
I dropped the patch that remove the bundled jmbus and jrxtx libraries. |
Smoke test positive. |
... the latest version seems to operate stable for my use case 🙂 |
Thanks, then let this thing get merged 😃
|
Hey @MikeTheTux @t-8ch thanks for your amazing work! As you probably have noticed, lately this repo and the Thread on the forum has become quite silent, unfortunately. The reason is, that his binding (which had begun as a private project of myself and then became a part of the company I work for, KUGU Home GmbH) is not currently in the focus a lot anymore, as the business changed a bit. However, we're still very interested in it and stabilizing it. So it's fortunate that you as contributors turned up. Would you be interested to have a chat in the coming weeks, to talk about ideas for next steps? I could send you a Microsoft Teams invite? |
@pokerazor Sure, let's have a chat. You can use the email address from my commit on GitHub. |
same for me |
There is also a wish from openhab to contribute this as an official binding. |
This would also have been my proposal to be honest:
I would be willing to help with the contribution. I'm still trying to get hold of a reasonably priced adapter stick, maybe @pokerazor has a spare one? |
For reference, this is my resulting binding from August'21 that I'm still using: |
@pokerazor Any news about the planned talk? |
Only compile-tested, as I don't have the hardware yet.
The eclipse project files should not be needed anymore, but I am not completely sure about that, as I'm not using eclipse.
Is there a reason in-lining the jmbus sources instead of using it from maven central? I have another (compile-only-tested) patch that replaces the bundled source.