Sign inSign up

sdhibit/rpi-openhab

By sdhibit

Updated over 11 years ago

openHAB image using Oracle Java 8 for Raspberry Pi.

Image
0

10K+

sdhibit/rpi-openhab repository overview

See Github repository to learn more, including usage information.

openHAB image on Raspberry Pi

Docker image of openHAB 1.6.2 using the rpi-java base image.

Features

  • Raspbian Jessie based
  • Runit process management
  • Touch UI and HABmin pre-installed
  • All official addons pre-provided. Selective enabling of addons on boot
  • Demo Configuration starts when no configuration is found

Building Image

$ git clone https://github.com/sdhibit/docker-rpi-openhab.git
$ cd docker-rpi-openhab
$ sudo docker build -t docker-rpi-openhab .

Running Container

By default, this image will run the demo configuration if the openhab.cfg file is not found in /etc/openhab. The demo sitemap can be viewed at the following url: http://{host-ip}:8080/openhab.app?sitemap=demo

$ sudo docker run \
    --publish=8080:8080 \
    --publish=8443:8443 \
    --publish=5555:5555 \
    --detach=true \
    sdhibit/rpi-openhab

Tag summary

Content type

Image

Digest

sha256:d283ca92b

Size

-

Last updated

over 11 years ago

docker pull sdhibit/rpi-openhab