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

I considered putting this under addons but it looks like it's impacting multiple addons and restarting jupnp seems to fix this. This has happened a few times now for reasons...

bug

I'd like to use the trigger "at the time specified in an item's state" for a rule, but be able to configure an offset. Then I can define "trigger one...

enhancement

I randomly noticed that there is a list of dimensions in [thing-description-1.0.0.xsd](https://www.openhab.org/schemas/thing-description-1.0.0.xsd): https://github.com/openhab/openhab-core/blob/c9ee9920478c783ea4f40dacab79ea41569ef505/bundles/org.openhab.core.thing/schema/thing/thing-description-1.0.0.xsd#L201-L250 This list hasn't been updated for a while, for example the following are missing: - **DataAmount** introduced...

bug

Startup times have been an annoyance ever ... less to people to run on PC or Mac but the most popular platform are the Raspberries, and there's two nuisances in...

Jetty 9.x, 10.x, and 11.x are now at End of Community Support. You should be using Jetty 12.x (or newer) at this point. * https://github.com/jetty/jetty.project/issues/7958 * https://github.com/jetty/jetty.project/issues/10485

awaiting external dependency

Periodically I'll see on the forum someone asking if there is a way to configure something like. "every Item except these" in their persistence config. For example, a user may...

enhancement

Currently `QuantityType` is hardcoded to format the held `Quantity` as a UTC `ZonedDateTime` when not provided a format string. ## Expected Behavior Format as a `Duration` when the scale is...

bug

An `Number` item with a unit set in metadata to something different from the default of `one` will not update correctly in a `postUpdate` with a `QuantityType` and unit `one`....

bug

Many OH bindings relate to interior HVAC and/or outside climate and thus have humidity channels. Humidity is measured in several ways.. 1. current amount of water in the air as...

enhancement

The `offset` profile addresses addition and subtraction, but there are use cases for division and multiplication that should be addressed by a complementary system profile. Some use cases can be...