Sign inSign up

virtualzone/homegear

By virtualzone

•Updated about 10 years ago

Docker Image for the Homegear, including the recommended modules.

Image
1

10K+

virtualzone/homegear repository overview

Homegear⁠ is a free and open source program to interface your HomeMatic BidCoS, HomeMatic Wired, MAX!, INSTEON, KNX, Sonos, Philips hue and Beckhoff devices with your home automation software (like IP-Symcon, openHAB, etc.) or your own control scripts.

This Docker Image is based on Debian 8 (Jessie) and runs Homegear 0.6.7.

It has the following modules pre-installed:

  • homegear-homematicbidcos
  • homegear-homematicwired
  • homegear-insteon
  • homegear-max
  • homegear-philipshue
  • homegear-sonos
  • homegear-kodi
  • homegear-ipcam
  • homegear-beckhoff
  • homegear-knx

⁠How to use

To run it as a daemon in background, use:

docker run \
        --name homegear \
        -v /etc/localtime:/etc/localtime:ro \
        -v /etc/timezone:/etc/timezone:ro \
        -v /docker/storage/homegear/homematicbidcos.conf:/etc/homegear/families/homematicbidcos.conf \
        -v /docker/storage/homegear/sql.db:/var/lib/homegear/db.sql \
        -p 2001:2001 -p 2002:2002 -p 2003:2003 \
        -d \
        --restart=always \
        virtualzone/homegear

Notes:

  • /etc/homegear/families/homematicbidcos.conf is the configuration file for HomeMatic BidCoS devices. If you're using another interface, you may have to use another config file. Please refer to the Homegear documentation.
  • /var/lib/homegear/db.sql is the location of the SQL database file.
  • The -d option launches the container into the background. Use -it if you want to use the container interactively.

⁠GitHub

https://github.com/virtualzone/docker-homegear⁠

Tag summary

Content type

Image

Digest

Size

161.9 MB

Last updated

about 10 years ago

docker pull virtualzone/homegear