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

Changes in this PR: - Exclude *.inc.yaml from being processed by the YamlModelRepositoryImpl. These are meant to be used as files `!include`d as packages. - Add a preprocessor for the...

enhancement

Currently it seems that only `.yaml` configuration files are loaded. However `.yml` is also often used as a shorter file extension and should be loaded, too.

enhancement

Hello, The idea behing this is to try to unify and simplify media handling in Openhab between differents addons. We already have in openhab today: - A PlayerItem that enable...

enhancement

Follow-up for #4513. This moves the newly added provider script extension to a new package and etxends it with support for providing item metadata & ItemChannelLinks.

Continuation of #4026, this time finishing the job by changing the API. Methods related to discovery now use `Instant` rather than `long` for timestamps. This provides type safety, clarity and...

This is more a philosophical question than an actual hard bug or feature request. Currently the OH Point, Property, and Equipment tags are formally documented in the [Thing description schema](...

enhancement

Related to #4585 This PR supports conversion of things and items. It supports DSL and YAML file formats. A first new API (POST /file-format/create) allows to create a file format...

I UI PR to be able to show the semantic tree of an item in the item detail screen. For this, the item semantic model needs to be requested from...