This repository contains the add-ons that are implemented on top of openHAB Core APIs. Some parts of this repository are forked from openHAB Addons.
The easiest way to use the bindings in this repository is to install the SmartHome/J repository manager. The documentation can be found here.
Due to a breaking change in openHAB 3.1, older and newer versions of bundles are no longer compatible. We'll continue to support 3.0 compatible addons until further notice and provide the same set of addons for newer versions. Please check the table to see which versions of SmartHome/J are compatible with which openHAB version:
openHAB 3.0.x (snapshots, milestones, releases) | openHAB 3.1.0 (snapshots <= #2305, milestones <= M3) | openHAB 3.1.0 (snapshots > #2305 and <= #2373, milestone M4) | openHAB 3.1.0 (snapshots > #2373) | |
---|---|---|---|---|
SmartHome/J 3.1.x (snapshots, releases) | yes | yes | no | no |
SmartHome/J 3.2.0 (snapshots, releases) | no | no | no | yes |
compatible RepoManager | latest 3.1.x | latest 3.1.x | - | latest 3.2.x |
SmartHome/J add-ons are Java .jar
files.
Regarding development, code-style and alike the same rules and tooling that apply (or are used) within openHAB are also used.
The following differences apply:
- null checks: some warnings have been increased to error level
- null checks: annotations are required
Happy coding! Pull requests always welcome and we'll try to review as soon as possible. In case you need assistance, feel free to ask.