openhab-core
openhab-core copied to clipboard
Core framework of openHAB
Closes #3017 See discussion in attached issue
Draft proposal for switching `DateTimeType` to use `Instant` internally rather than `ZonedDateTime`. This will effectively strip time-zone information from the _source_ of the `DateTimeType` and leave it to consumers to...
With support for future states in persistence added in #3597, we need to provide access to future states stored on persistence from scripts. I therefore propose to extend [`org.openhab.core.persistence.extensions.PersistenceExtensions`](https://www.openhab.org/javadoc/latest/org/openhab/core/persistence/extensions/persistenceextensions) with...
OpenHAB 4.1.0. When accidentally creating a loop in the semantic model for a Group Item (made it member of itself while mass-editing) with an `.items` file, no error/warning is logged....
If a channel is dynamically added to a thing, on restart of openHAB the `channelLinked `method doesn't get called after initial linking of the item to the channel. If items...
Using 4.2 snapshot (3808), I encounter a strange behaviour: if I update one bundle (bundle:update) then after a short time (max few minutes), my bundle is automatically restored to its...
I noticed that at about the same time I updated from the latest 4.0.X version to 4.1.0 that sliders cannot control switch items anymore. In one room I have a...
Localization for holiday description translation should be supported according to documentation https://www.openhab.org/docs/configuration/actions.html#configuration. After some testing by me (on 2.5.11) and others (on 3.0.0) it seems like adding holiday_descriptions_XX.properties (and modify...
Ephemeris localization for Sweden should be available according to the Documentation https://www.openhab.org/docs/configuration/actions.html#ephemeris. This seems however not to be supported although the following parameters where added to runtime.cfg in openHAB 2.5.11:...
We try to get rid of dependencies to apache libs per https://github.com/openhab/openhab-addons/issues/7722 we made great progress with https://github.com/openhab/openhab-core/pull/3738 Now there are 5 bindings that make use of subnetutils. I suggest...