All notable changes to this project will be documented in this file.
- Update binding feature to openHAB 4.0.2
- Remove version dependency in feature.xml
- Compile for openHAB 4.0 and Java 17 only
- Fix Binding configuration for custom JSON files
- Update dependencies to openHab 3.4.0 release
- Add openHAB 4.0 compatibility
- Update eBUS core to version 1.1.10
- Update eBUS configuration to version 1.1.8
- Fix some SonarCloud issues
- Update dependencies to openHab 3.2.0 release
- Update dependencies to openHab 3.1.0 release
- Fix polling isue
- Move to commons lang3 lib
- Smaller changes
- Removed repository entry in feature.xml to prevent compile time openhab version dependencies
- Removed repository entry in feature.xml to prevent compile time openhab version dependencies
- Apply all code changes to support openHAB 3.0
- Cherry-picked all changes from v2.50.10
- Bumped
ebus core
andebus configuration
lib to version 1.1.4 - Adjusted some methods to catch new exceptions from ebus core lib
- Bumped to new ebus libraries to fix a not changing connection status
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
Warning: This version should be more robust due to many fixes, but it is possible that this version is not working well. Don't worry, be helpful and report a bug 😉
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
This is the first release from the single bindig repository that is not a fork of the official openHAB Addons2 repository anymore. It is now much easier to only update the binding without any impact of other official bindings. The Maven files are copied from the openHAB repo the keep the binding aligned with the official developments.
- Added support for build-in
SerialPortManager
from openhab as new default serail driver - Builds are now directly build on GitHub with Actions
- Bumped
ebus core
andebus configuration
lib to version 1.1.3 - Added
Nullable
support to the project
- Fixed wrong
ebusd
driver instance check - Fixed several issues based on the
Nullable
checks - Fixed several compiler and test warnings