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
trafficstars

Hi, when working with complex rules on the raspberry, rule files get compiled two times resulting in noticable performance issues: ``` 2019-03-17 09:38:48.006 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model '99_complex.rules'...

bug
automation
DSL rules

Closes #926 May I ask for guidance for the correct endpoint? Originally I thought that `/things/{thingUid}/action` would be a good idea but it turned out that having two classes providing...

enhancement
REST/SSE

Fixes #1904 The reason is that GSON de-serializes numeric metadata configuration values from JSON storage to `Double`, while textual defined values are `BigDecimal`. This PR adds normalization of the entries...

bug

With the implementation of https://github.com/eclipse/smarthome/pull/1872 there is now some basic infrastructure for handling historic state. However there still seems to be no API for historic state updates from bindings. Ofcourse...

bounty
PR pending

During the setup process of OH3 you can set up the location coordinates. It would be very nice to use this exact location as global attribute in rules and functions...

Closes #2201 Depends on #2852 This introduces a profile that can be used on all channel types and all item types with all available script languages. Input/Output values can either...

enhancement

This initial proposal & RfC is related to #2058 and also to https://github.com/openhab/openhab-addons/issues/8448 to expand the add-ons API to handle multiple sources and versions better. With these changes I believe...

This is a follow-up on https://github.com/eclipse-archived/smarthome/issues/4503 suggesting to define a `OH-INF/addon.xml` file that could include different metadata about the add-on. In the case of bindings, this should be a replacement...

enhancement
PR pending

The `thingAdded` method of the thing manager implementation if called by the `ThingRegistryImpl` instance's method `notifyTrackers` if a provider notifies its listener about an added thing. https://github.com/openhab/openhab-core/blob/master/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerImpl.java#L454 This method calls...

Closes #2977 The approach here is a little bit broader than what was originally requested. The new endpoint delivers the item matching the provided semantic tag for a given item....

enhancement