openhab-core
openhab-core copied to clipboard
Core framework of openHAB
Invalid entries in the database (e.g. duplicate channels) can throw an uncatched exception which prevents adding things from storage to the `ThingRegistry`. This PR adds a try-catch-block around the thing...
Would like to resume the interest in #1961 as I think there are cases when it could be useful. @kaikreuzer regarding your questions on #1961, I think that the "rule...
Dynamic icons are at the moment only available for number values between 0 and 100. For several QuantityTypes there are higher values possible, for example: pressure, CO2 (ppm), distance in...
It would be nice if the sitemaps could be sorted, e.g. using a order value This is already discussed for Android and Ios apps (https://community.openhab.org/t/order-of-sitemaps/23693/10, https://github.com/openhab/openhab-ios/issues/166) (The advantage of an...
Originally submited by @kaikreuzer in https://github.com/openhab/openhab-core/pull/1857 Reverted in https://github.com/openhab/openhab-core/pull/1890 because of https://github.com/openhab/openhab-core/issues/1889. Users with lower memory available (Pi2/Pi3/etc) seem to be having OutOfMemory issues because of the rules engine. See:...
Noticed first on S2046 but could have been present before. When I update a things file my rules seem to lose access to items that are totally unrelated. I started...
Currently there is one shortcoming that bundle information seems to be completely static. The documentation for a bundle can be for example looked up in PaperUI. However, sometimes the bundle...
please refer to #844 this adds a method `BaseThingHandler.updateHistoricState (ChannelUID channelUID, State state, ZonedDateTime dateTime)` and all logic to route the corresponding `ItemHistoricStateEvent` through the core to the persistence layer...
OH3 rules are not firing when you have a group member change and you've edited one of the items in the group. Topic https://community.openhab.org/t/oh3-possible-dsl-rules-received-update-not-firing-from-different-files/112737/8 Working example: ``` Group g_test1 Number...
Hi This issue I have seen in all the realeases & snapshots and I couldn't find out how to solve. I have configured group items "All Doors" & "All Windows"....