openhab-core icon indicating copy to clipboard operation
openhab-core copied to clipboard

Core framework of openHAB

Results 394 openhab-core issues
Sort by recently updated
recently updated
newest added

# Add support for concurrent multisink audio Allow playing audio concurrently on multiple sinks. In the context of the Sonos binding, this eliminates the need to group or ungroup Sonos...

enhancement

# fix item state Initialization in case of timeSeriesUpdated and currentState == UnDefType.NULL # description This PR is a Bugfix around item state initialization and persistence. When you send an...

bug

This is building on the excellent work from @jimtng in https://github.com/openhab/openhab-core/pull/4613 This PR refactors the logging to also make the warning messages available through the REST API in a new...

enhancement

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.3.14 to 1.3.15. Commits 81f8c25 remove Stax related code 7cb4834 prepare release 1.3.15 ad9c5e0 StaxEventRecorder was experimental and was never used nor referenced, removing 4cb1053 remove unused...

dependencies
java

A common scenario for a thermostat's is that they have a limited operation range. To support these ranges the xml thing type structure has min, max and step xml attributes....

enhancement

# Rule file provider - Create rule file provider for `JSON` files found in `conf/automation/rules` - Create rule file provider for `YAML` files in accordance with the "new YAML format"...

Bumps [com.github.jaxb-xew-plugin:jaxb-xew-plugin](https://github.com/dmak/jaxb-xew-plugin) from 1.10 to 2.1. Release notes Sourced from com.github.jaxb-xew-plugin:jaxb-xew-plugin's releases. v2.1 Changes: Bugs fixed (dmak/jaxb-xew-plugin#62, dmak/jaxb-xew-plugin#72). v2.0 Changes: Migrated to Jakarta runtime v3.x (#66) v1.11 This is an...

dependencies
java

When we discuss about new format for configuration files, one wish would be to use a common (YAML) syntax in MainUI code tab and in the new file format. To...

enhancement

We should allow for next generation build tools. Maven 4 is in rc phase. `mvnd` allows for shorter build times. This issue does not intend to replace mvn3 (yet). So...

Closes https://github.com/openhab/openhab-core/issues/4470 This is a breaking change. With this PR, the default persistence strategy is not applied automatically anymore when no other strategy is defined. ~~The PersistenceService interface still keeps...