openhab2
The open Home Automation Bus (openHAB, pronounced ˈəʊpənˈhæb) is an open source, technology agnostic home automation platform which runs as the center of your smart home!
Howtos and infos in german: http://onesmarthome.de/
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ecsos:server/openhab2 && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| openhab-2.5.12.tar.gz | 0083107984 79.3 MB | |
| openhab-linuxpkg-master.tar.gz | 0000520024 508 KB | |
| openhab2-README.SUSE | 0000001485 1.45 KB | |
| openhab2-cli | 0000008033 7.84 KB | |
| openhab2-path.patch | 0000001050 1.03 KB | |
| openhab2-rpmlintrc | 0000000105 105 Bytes | |
| openhab2-setenv.patch | 0000000333 333 Bytes | |
| openhab2.changes | 0000001295 1.26 KB | |
| openhab2.default | 0000002333 2.28 KB | |
| openhab2.firewall | 0000000349 349 Bytes | |
| openhab2.firewalld | 0000000211 211 Bytes | |
| openhab2.permissions | 0000000326 326 Bytes | |
| openhab2.service | 0000000841 841 Bytes | |
| openhab2.sh.profile | 0000001331 1.3 KB | |
| openhab2.spec | 0000007883 7.7 KB | |
| openhab2.sysconfig | 0000000476 476 Bytes |
Comments 2
Hello,
I have tried to install openHAB from this rpm package and have bumped into errors while trying to start the service:
linux-uqom:/home/joffroy # systemctl status openhab2.service ● openhab2.service - The openHAB 2 Home Automation Bus Solution Loaded: loaded (/usr/lib/systemd/system/openhab2.service; disabled; vendor preset: disabled) Active: active (running) since Sun 2018-10-14 11:44:39 BST; 1s ago Docs: http://docs.openhab.org Main PID: 2669 (karaf) Tasks: 8 (limit: 4698) CGroup: /system.slice/openhab2.service ├─2669 /bin/sh /usr/share/openhab2/runtime/bin/karaf server └─2880 /usr/bin/java -Dopenhab.home= -Dopenhab.conf= -Dopenhab.runtime= -Dopenhab.userdata= -Dopenhab.logdir= -Dfelix.cm.dir=/config -Djetty.host=0.0.0.0 -Djetty.http.compliance=RFC2616 -Dorg.ops4j.pax.web.listening.addresses=0.0.0.0 -Dorg.osgi.service.http.p>
oct. 14 11:44:39 linux-uqom systemd[1]: openhab2.service: Service RestartSec=100ms expired, scheduling restart. oct. 14 11:44:39 linux-uqom systemd[1]: openhab2.service: Scheduled restart job, restart counter is at 46. oct. 14 11:44:39 linux-uqom systemd[1]: Stopped The openHAB 2 Home Automation Bus Solution. oct. 14 11:44:39 linux-uqom systemd[1]: Started The openHAB 2 Home Automation Bus Solution. oct. 14 11:44:39 linux-uqom start.sh[2669]: Launching the openHAB runtime... oct. 14 11:44:41 linux-uqom start.sh[2669]: mkdir: impossible de créer le répertoire « »: Aucun fichier ou dossier de ce type
After a few times, the service stops:
linux-uqom:/home/joffroy # systemctl status openhab2.service ● openhab2.service - The openHAB 2 Home Automation Bus Solution Loaded: loaded (/usr/lib/systemd/system/openhab2.service; disabled; vendor preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Sun 2018-10-14 11:50:23 BST; 110ms ago Docs: http://docs.openhab.org Process: 2799 ExecStart=/usr/share/openhab2/start.sh server (code=exited, status=1/FAILURE) Main PID: 2799 (code=exited, status=1/FAILURE)
Have you managed to have this working?
Thanks a lot,
Joffroy
Hello Joffroy,
i have made this package for some time. And it runs without problems in those days. But now i use it no longer. I use now iobroker. In my humble opinion iobroker is better, faster and more flexible then openhab. And the community is much better. http://iobroker.net/
But i will test openhab at home in next days for you.