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 want to improve the "device control" menu on Android 11. [Google uses](https://developer.android.com/guide/topics/ui/device-control#user-interface) the location of an item as subtitle, but I don't know how to get the location of...

enhancement
PR pending

Often times one may have two or more rules that work together to implement a behavior. For example, I've an implementation for an MQTT Event Bus that consists of three...

enhancement

Depends on https://github.com/openhab/openhab-distro/pull/1383 This adds a REST resource to add/change the Jetty server certificate. An empty DTO resets the certificate to a self-signed certificate. Originally I thought about a `WatchService`...

enhancement
REST/SSE

I am referring to the closed issue in JSR223/Jython: [Class Decoration - CronTrigger - inputs map is empty](https://github.com/openhab-scripters/openhab-helper-libraries/issues/304#issuecomment-597796005) I am not familiar with the code, but it would be enough...

enhancement
PR pending

Closes #1391 This creates event information for time-based triggers (DateTimeTrigger, GenericCronTrigger, TimeOfDayTrigger). The topic contains the trigger type, the trigger id (or label) is passed as source and the trigger...

enhancement

I am now trying to migrate from openHAB 2 to openHAB 3 since almost one week, but my serial devices prevent me from doing that. During my investigations I found...

Posting metadata ``config`` without a ``value`` entry always results in a 404 response. The data model however defines ``value`` as optional. ![grafik](https://user-images.githubusercontent.com/10754716/86316366-e54f8c00-bc2c-11ea-9dcb-b4e786d0615e.png) Example Body: ```json { "config": { "test": 1...

Currently an ```ItemAddedEvent``` event looks like that ```json { "type": "ItemAddedEvent", "topic": "openhab/items/TestString/added", "payload": "{\"type\":\"String\",\"name\":\"TestString\",\"label\":\"Label\",\"category\":\"text\",\"tags\":[\"Tag1\"],\"groupNames\":[]}" } ``` The payload contains only a subset of the available item data. Payload ```json...

- Added feature to sort group members with metadata configuration See https://github.com/openhab/openhab-core/pull/2123#issuecomment-765904668 This is an initial draft on sorting group members with metadata configuration. Items in groups can be sorted...

enhancement
awaiting feedback

Specific use case that triggered this is that I have a wall switch that controls two lights over RF (no openhab involvement). I'd like to link the switch to the...

enhancement
stale