openhab-core
openhab-core copied to clipboard
Core framework of openHAB
Community [topic](https://community.openhab.org/t/javascript-rules-compilation-at-openhab-startup-fails-with-error/164054) OH: 4.3.0-4.3.5 JAVA: Zulu v17.58.21 CA-JDK v17.0.15 x64 OS: Windows Server 2022 Std Latest HW: ASUSPN41/IntelPentiumSilverN6000@2100/8GB_DDR4-2666/256GB_SSD-WD-GREEN JS: application/javascript ECMAScript 262 Edition 11 I encountered a problem with compiling...
This thread lists POINT tags that should potentially be deleted; either because they are duplicates, or because they don't comply with the OH tagging rules. See https://next.openhab.org/docs/developer/bindings/semantic-tags.html
This thread lists POINT tags that should potentially be added See https://next.openhab.org/docs/developer/bindings/semantic-tags.html
The vulnerability in the CorsFilter allows any arbitrary origin to access REST API resources by blindly reflecting the Origin header without validation. The fix adds proper origin validation against a...
The Yaml Thing provider doesn't check if a Thing with the same ID already exists in the Thing Registry (i.e. registered by another provider) before adding one to its "provider"....
This test failed in a GHA build: https://github.com/openhab/openhab-core/actions/runs/4501198318 ``` TEST org.openhab.core.voice.internal.VoiceManagerImplTest#registerDialog()
I have described the problem in detail already in the forum, see: https://community.openhab.org/t/cannot-migrate-to-new-rule-template-version-after-publishing/161348/1 ## Expected Behavior 1. When clicking on "Add" on my published rule template in the add-on store,...
I have several SVG icons, OH 4.3.4 and I use BasicUI in dark mode or OH-Android also in dark mode with sitemaps. For this icon and only for it the...
`ChronoUnit` is one of the enums imported by default in rules DSL. Expected usage (and it used to work like that) is something like: ``` var today = now.truncatedTo(ChronoUnit.DAYS) ```...
In persistence extensions, the `RiemannSum` methods have a `RiemannType` enum parameter. In my testing, this paramater works well in javascript and Blockly. It also works when the DSL is defined...