OpenHAB - Package Updates
-
[1.4.3]
- Update openhab-distro to 4.2.3
- Full Changelog
-
[1.5.0]
- Update openhab-distro to 4.3.0
- Full Changelog
- Notes about new add-ons
- Notes about the core runtime
- Notes about the UIs
- Notes about the add-ons
- Upgrade Process for openHABian, APT, RPM, Manual Installations
- Breaking Changes that require manual interaction after the upgrade.
-
[1.5.1]
- Update openhab-distro to 4.3.1
- Full changelog
-
[1.5.2]
- Update openhab-distro to 4.3.2
- Full Changelog
-
[1.5.3]
- Update openhab-distro to 4.3.3
- Full Changelog
- Fix handling of multiple $DELTA conditions
- Convert to relative unit in State Filter's Delta check
- Fix NullPointerException
- Adjust configuration to new API limits
- Fix setting vacation hold temperatures and ignore unrealistic actual temperature
- Update tariff filter for Netselskabet Elværk
- Update tariff filter for FLOW Elnet
-
[1.5.4]
- Update openhab-distro to 4.3.4
- Full Changelog
- Enhancements 4632 OAuth RFC-8628 Device Code Grant Flow
- Bug Fixes 4686 OAuth prevent concurrent token read / refresh
- basicprofiles Bug Fixes 18089 Fix division-by-zero error in $DELTA_PERCENT state filter
- 18121 Fix regular comparison of Percent Quantity interpreted as $DELTA_PERCENT check
- emotiva Bug Fixes 18437 Tag group handler and bugfixes.
- evcc Bug Fixes 18410 Add support for grid power due to changes in evcc api since 0.133.0
- 18442 Fix handling vehicle names with special chars
- homekit Bug Fixes 18329 Sort optional characteristics before adding them to the service
- insteon Bug Fixes 18464 Fix scene channels not responding after modem db reload
- 18316 Revert specific icon products first record
-
[1.6.0]
- Update base image to 5.0.0
-
[1.6.1]
- Update openhab-distro to 4.3.5
- Full Changelog
- OAuth RFC-8628 various post-fixes
- Fix
NullPointerException
- Fix rollershutter open completely
- Fix HM-IP long press button handling
- Clear internal data when stopping
- Fix visibility channels
- Fix schema validation issues
- Link add/edit: Fix link Dimmer/Switch Items to Color channel
- Sidebar Search: Fix rules/scenes/scripts search result count
-
[1.6.2]
- Update openhab-distro to 4.3.6
- Full Changelog
- Fix persistence threshold filter with UoM
- Fix NPE in FolderObserver
- Fix nem-time channel
- Fix upgrade instructions
- Add support for day-ahead dataset with 15-minute resolution
- Add Thing actions to prevent battery from charging & Refactorings
- Fix battery control not working for firmware >= 1.36.x
- Fix unhandled exception on jsonParse for inverters that don't support version info api
- Improve error message when command sending fails
- Rebuild all channels during thing initialization
-
[1.7.0]
- Update openhab-distro to 5.0.0
- Full Changelog
- Persistence alias functionality has been improved, allowing defining aliases across strategies and filter criteria for a persistence service. Previous persistence configurations using aliases need to be reconfigured.
- Semantic Tags: Some Point tags reclassified as Properties; list of Point / Property / Equipment tags increased (so custom tags may now be semantic); tag validation is stricter. You may see validation warnings in the log, Items moved to another place in the UI, or other unexpected behavior.
- The binding has been removed since the Electrolux Delta API has been discontinued.
- Implementation of complete automower API causes several channels to be removed, changed or added. New channels will need to be linked, existing items need to be adjusted.
- The Binding now uses channel groups and the dynamic status channels now have an index prefix to allow multiple channels with the same description. Existing Items will need to be adjusted.
- The Binding has been removed due to removal of public API. Suggested alternative is to use https://github.com/JuiceRescue/juicepassproxy with the mqtt.homeasssistent binding.
- Transformation service name is renamed from "PY" to "JYTHONPY". "PY" is now used for transformations of the new Python Automation add-on.
- The Linky binding was refactored to add new functionalities. You now need a bridge device for the Linky binding to work. See Readme.md for detailed upgrade instructions.
- Thing types and channel IDs for things created prior to 4.3.0 have been significantly restructured and simplified. Items will need to be re-linked. Delete and re-create your Things to also have a simplified Thing Type ID in your Thing IDs.
- All scene components on a device are now exposed as a single String channel, with the scene name or object ID as its value. Existing Items and rules will need to be re-worked.