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

This pull request moves getSupportedChannelTypeUIDs and getSupportedItemTypesOfChannel to the ProfileType interface so that StateProfileType and TriggerProfileType can both take the three filter lists given by ProfileTypeBuilder It fixes #4293 and...

# Title Updates mockito # Description See https://github.com/openhab/openhab-addons/pull/17400#issuecomment-2361659831

### Is your feature request related to a problem? Please describe. Sometimes I want a Sitemap page to contain all members of a group and an additional widget. Example: One...

sitemap

Hey, Writing DSL functions I found out that it would be really nice to be able to toggle types to opposite, i.e. You got command `ON` from item x and...

When writing rules in JSR 223, one ultimately has to access `automationManager` to do something useful. The presets - Default, RuleSimple, RuleSupport, RuleFactories, ScriptAction and cache - provide some implicit...

enhancement

See discussion https://github.com/openhab/openhab-core/issues/4359 At its current state, defining and using aliases for persistence is largely broken. 1. At the point of definining aliases, one can define an alias in the...

Can you please add system channel for [Radiant Exposure](https://en.wikipedia.org/wiki/Radiant_exposure)? The default unit can be $\frac{J}{\text{m}^2} or \frac{W \cdot s}{\text{m}^2} or \frac{kWh}{\text{m}^2}$ The main difference from intensity ($\frac{W}{\text{m}^2}$) is that radiant...

enhancement

## Expected Behavior `PersistenceExtensions.lastUpdate(item)` should work for any supplied item, even if aliased ## Current Behavior As code directly reaches into persistence services using a query filter, it bypasses any...

bug

It would be nice if the i18n-maven-plugin can also generate the default translations for profiles. Profile config-descriptions are typically part of transformation add-ons (see [regexProfile.xml](https://github.com/openhab/openhab-addons/blob/84bcb6a4b6f7859fc6cdc091e5908f765c08dae7/bundles/org.openhab.transform.regex/src/main/resources/OH-INF/config/regexProfile.xml#L7-L18) and [regex.properties](https://github.com/openhab/openhab-addons/blob/84bcb6a4b6f7859fc6cdc091e5908f765c08dae7/bundles/org.openhab.transform.regex/src/main/resources/OH-INF/i18n/regex.properties)) but they can...

enhancement
i18n/l10n

### Actual behaviour I have a group Item with the following config: ![grafik](https://github.com/user-attachments/assets/3c2590d3-0286-496d-acd4-fb8dd2fca501) And a Sitemap widget configured as `Switch item=MyGroup` When the average is let's say 50, I expect...

bug