openhab-distro icon indicating copy to clipboard operation
openhab-distro copied to clipboard

The binary distribution of openHAB

Results 93 openhab-distro issues
Sort by recently updated
recently updated
newest added

I'm seeing the following when upgrading from 3.0.0-SNAPSHOT to the lastest 3.0.0-SNAPSHOT: ``` Performing post-update tasks for version 3.0.0: Moving: From /opt/openhab/userdata/config/org/eclipse/smarthome/i18n.config to /opt/openhab/userdata/config/org/openhab/i18n.config mv: cannot stat '/opt/openhab/userdata/config/org/eclipse/smarthome/i18n.config': No such...

Not sure if this is something that should be in distro - so please let me know if there's a better place for this. I'd like to create an actual...

As discussed in [Installing and testing OH3](https://community.openhab.org/t/guide-installing-and-testing-oh3-snapshots-milestones-using-apt-and-yum/104572/73) some ui configurations are obsolet with OH3. At least the entry "paper" in the configuration file /var/lib/openhab/config/org/openhab/addons.config needs to be deleted from every...

With https://github.com/eclipse/smarthome/pull/6034, we now have some initial framework feature in place to do authentication and authorisation on HTTP requests. With https://github.com/openhab/openhab-core/pull/412 and https://github.com/openhab/openhab-distro/pull/782, I enabled those in openHAB without giving...

enhancement
bounty

The runtime creates a few files that have hardcoded paths in $OPENHAB_USERDATA. If these are backed up on one machine and restored on another then these paths may be incorrect....

In the example rule with timer I suggest to remove the "nulling" of the timer. That way, just a single timer would be created and reused (rescheduled) throughout the lifetime...

If the JVM encounters an OOMError it should not be further used. So the best thing would be to kill the container and let the Docker daemon spin up a...

For scripted automation, the scripts are loaded from $OPENHAB_CONF/automation/jsr223/... https://github.com/openhab/openhab-core/blob/master/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java#L62 Currently, users are required to manually create these directories. To make scripted automation more accessible, this directory should be included...

When trying to install openHAB as a service on Windows "openHAB-service.bat install" fails due to the following error (2.0.0 snapshot, downloaded on Feb 7th --> tested again with latest version...

Openhab2 does not create a log directory, and logs are missing because of the missing log directory. During installation Openhab2 does not create a log directory ("/var/log/openhab2"). As a one-time...