openhab-core
openhab-core copied to clipboard
Core framework of openHAB
The persistence REST response, when no persistence configuration is available, is a 404 at the moment. This PR changes that and will serve a persistence configuration matching the default persistence...
Add a REST call to expose broken links, similar to openhab-cli orphan links. MainUI user interface in a separate PR
Upgrade Karaf from 4.4.4 to 4.4.5: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353604&projectId=12311140 * Sync runtime dependencies with Karaf 4.4.5, most notably: * Jetty 9.4.53.v20231009 * JNA 5.14.0 * Pax Logging 2.2.6 * Pax Web 8.0.24...
I have received a [bug report in the PJLinkDevice binding](https://github.com/openhab/openhab-addons/issues/16266), and I'm sure that the bug was not there in 2.5.x when the binding was introduced. I suspect the way...
Before starting OpenHAB for the first time after the installation, I create this file /var/lib/openhab/config/org/openhab/i18n.config: ``` :org.apache.felix.configadmin.revision:=L"1" language="de" region="DE" service.pid="org.openhab.i18n" timezone="Europe/Berlin" ``` During the start, OpenHAB logs ``` 2024-02-18 09:48:53.435...
Solves https://github.com/openhab/openhab-core/issues/3854 To help the user in configuring the right unit when creating items from thing channels, one of the suggestions was to use a unitHint that could be provided...
Several add-onsand services use different ways to limit the part of the network being scanned for discovery. This concerns binding discovery, but also add-on discovery and more general services like...
Bumps org.eclipse.jetty.http2:http2-server from 9.4.52.v20230823 to 9.4.54.v20240208. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.eclipse.jetty.http2:http2-server from 9.4.52.v20230823 to 9.4.54.v20240208. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This is a feature request to add a REST endpoint, where Jetty‘s TLS certificate can be retrieved. This would allow the UI to provide the user a simple and convenient...