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

If you change filtering criteria for add-ons (show incompatible, unpublished etc.), the changes aren't reflected until after the 7.5 minute cache in the REST API expires since #4107. ## Expected...

bug

* Platform information: * Hardware: Opi5 Ultra * OS: dietPI * Java Runtime Environment: openjdk 17.0.15 * openHAB version: 4.3.5 * Issue of the topic: openhab floods network with mdns...

bug

In https://github.com/openhab/openhab-addons/pull/18585 @pgfeller suggested that Channel-Groups could be candidates to have sub-Equipment tags on them. And I would like to ask our tagging expert group @jimtng / @mherwege / @lsiepel...

Core has a lot of dependencies which are not up to date. Basically we have a set of dependencies which get upgraded in a regular frequency: e.g. Karaf, Jetty, PaxWeb,...

## Expected Behavior Rule runs to completion as it does with OH4.3.5 ## Current Behavior After updating to OH5 M2 or latest snapshots, I get the following: `2025-05-15 18:53:44.111 [ERROR]...

bug

OH: 4.3.0-4.3.5 JAVA: Zulu v17.58.21 CA-JDK v17.0.15 x64 OS: Windows Server 2022 Std Latest HW: ASUSPN41/IntelPentiumSilverN6000@2100/8GB_DDR4-2666/256GB_SSD-WD-GREEN I noticed that my rules are executed several times when the system starts!!! It...

bug

## Current Behavior Is this the following an expected behavior? If I run a managed rule by a MainUI widget without context like this: ``` action: rule actionRule: test ```...

bug

The `/rest/persistence/items/` endpoint provides a list of data points, where each data point consists of a timestamp and state. The timestamp is provided as `long` without time zone information. This...

This is a "branch off" of #3666 for discussing the subtopic of rules and rule templates in the context of the new YAML based format.

There are some challenges with the current implementation, and the need for a redesign has been discussed in #4797. The situation is the following: Scripting engines have to implement [ScriptEngineFactory](https://github.com/openhab/openhab-core/blob/main/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineFactory.java)....