-
-
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
Building with my binding #18
Comments
You need to put your binding in the addons folder of the runtime. You can find the jar in the target folder of your project. There is not yet any "addons" zip file being created by the build as there are not yet any addons in the official repo. So this will come soon :-) |
I just tried this and it still can't register the handler... |
Are you sure that your jar file contains all relevant files? Maybe something is missing in the build.properties of your binding? Can you confirm that your bundle is available and active? Do you see any log messages from it? |
I believe so. We just compared with the Hue binding .jar and build.properties and it is similar... but our bundle doesn't show up when listing the bundles in the runtime, the hue does... |
Ok, thank you. This is working fine now. We had a problem in the meta. |
Glad to hear that it is now working for you! |
Fixed mistake in documentation
…ding-thing-types Alarm modes now report delayed states
… and turn off RGB lights
timestamp (like for sensors) Signed-off-by: Markus Michels <[email protected]>
Ran mvn spotless:apply to apply correct code formatting
Update Readme Channel types with UoM.
added location item support in config reader delegate
Ignore monitoring status when handling camera events
I am trying to build openhab2 using mvn clean package command, but i can't make the runtime load my binding handler and so on. i.e., If i declare a Thing in the .Things it says:
Cannot register handler. No handler factory for thing...
Am i missing something? I had the binding to the launch on eclipse.
Do I need to add to the pom.xml of distribution?
I can run my binding fine on eclipse...
Can anyone help.
Thank you.
The text was updated successfully, but these errors were encountered: