Package Details: openhab2 2.5.12-1

Git Clone URL: https://aur.archlinux.org/openhab2.git (read-only, click to copy)
Package Base: openhab2
Description: openHAB2 open source home automation software
Upstream URL: http://www.openhab.org/
Licenses: EPL
Conflicts: openhab-addons, openhab-beta, openhab-runtime
Submitter: ChaosKid42
Maintainer: None
Last Packager: ChaosKid42
Votes: 20
Popularity: 0.000000
First Submitted: 2017-05-03 13:24 (UTC)
Last Updated: 2021-05-23 11:17 (UTC)

Dependencies (2)

Required by (0)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4

blahbla77 commented on 2018-01-02 18:14 (UTC)

journalctl -u openhab2 :Started The openHAB 2 Home Automation Bus Solution. :Launching the openHAB runtime...

all log files below /var/log/openhab2/ are empty

archlinux-java status java-8-jdk (default)

ChaosKid42 commented on 2018-01-01 17:29 (UTC)

@blabla77: what's in the journal? What's in /var/log/openhab2/openhab.log ?

Please note that openhab2 currently does not work with java 9.

blahbla77 commented on 2018-01-01 11:27 (UTC)

Everything seems to be installed ok and no errors when running, but I'm only getting connection refused from port 8080 or https 8443. Do I need to install jetty as well? if so, shouldn't it be a dependency?

emkay commented on 2017-12-18 18:35 (UTC) (edited on 2017-12-18 18:36 (UTC) by emkay)

The following openhab.service should be used, as the previous one did'nt start openhab anymore with version 2.2.0:

[Unit]

Description=openHAB 2 - empowering the smart home

Documentation=http://docs.openhab.org

Documentation=https://community.openhab.org

Wants=network-online.target

After=network-online.target

[Service]

Environment=OPENHAB_HOME=/opt/openhab

Environment=OPENHAB_CONF=/etc/openhab/conf

Environment=OPENHAB_RUNTIME=/opt/openhab/runtime

Environment=OPENHAB_USERDATA=/opt/openhab/userdata

Environment=OPENHAB_LOGDIR=/opt/openhab/userdata/logs

Environment=OPENHAB_STARTMODE=daemon

User=root

Group=root

WorkingDirectory=/opt/openhab

ExecStart=/opt/openhab/runtime/bin/karaf $OPENHAB_STARTMODE

ExecStop=/opt/openhab/runtime/bin/stop

TimeoutStopSec=120

[Install]

WantedBy=multi-user.target