Hello,
Could this be updated to at least 4.3.10? It contains a fix for the broken community marketplace parsing, preventing anything from being found in the marketplace. https://github.com/openhab/openhab-distro/releases/tag/4.3.10
Thanks
| Git Clone URL: | https://aur.archlinux.org/openhab4.git (read-only, click to copy) |
|---|---|
| Package Base: | openhab4 |
| Description: | openhab4 open source home automation software |
| Upstream URL: | http://www.openhab.org/ |
| Licenses: | EPL |
| Conflicts: | openhab4-snapshot |
| Submitter: | bpa |
| Maintainer: | doits |
| Last Packager: | doits |
| Votes: | 5 |
| Popularity: | 0.000002 |
| First Submitted: | 2023-08-03 02:51 (UTC) |
| Last Updated: | 2026-06-27 08:38 (UTC) |
Hello,
Could this be updated to at least 4.3.10? It contains a fix for the broken community marketplace parsing, preventing anything from being found in the marketplace. https://github.com/openhab/openhab-distro/releases/tag/4.3.10
Thanks
@asbachb I implemented this by adding the variables to /etc/default/openhab4. This reflects the external environment variable sourcing included in the upstream backup and restore scripts, although they were using the version agnostic filename (ie no major version suffix) and the revised patch file corrects this.
To use the change, remove /etc/default/openhab4 and install release 4.0.3-2. It should work out of the box, but please let me know if there are issues.
Maybe it would make sense to patch backup/restore scripts as well to point to the correct locations.
Command to restore backup:
OPENHAB_CONF=/etc/openhab4 OPENHAB_USERDATA=/var/lib/openhab4 /usr/share/openhab4/runtime/bin/restore LOCATION_OF_BACKUP_FILE.zip
Arch Linux AUR openhab3 to openhab4 major upgrade instructions are available in this GitHub Gist.
Thanks for this. Any suggestions for migrating from the openhab3 package?
Pinned Comments
bpa commented on 2023-08-14 04:33 (UTC)
Arch Linux AUR
openhab3toopenhab4major upgrade instructions are available in this GitHub Gist.