Skip to content

docker-home-automation-stack/fhem-collectord

Repository files navigation

Docker container for FHEM PRESENCE/collectord

A supportative containerto run FHEM's collectord (part of the PRECENSE module).

Image flavors

This image provides 2 different variants:

  • latest (default)
  • dev

You can use one of those variants by adding them to the docker image name like this:

docker pull homeautomationstack/fhem-collectord:latest

If you do not specify any variant, latest will always be the default.

latest will give you the current stable version. dev will give you the latest development version.

Supported platforms

This is a multi-platform image, providing support for the following platforms:

Linux:

Windows:

  • currently not supported

The main repository will allow you to install on any of these platforms. In case you would like to specifically choose your platform, go to the platform.related repositories by clicking on the respective link above.

The platform repositories will also allow you to choose more specific build tags beside the rolling tags latest, current and dev.

Usage

collectord.conf

The collectord daemon uses a configuration file from the attached Docker volume /data.

  1. Create data folder on your host together with a file named collectord.conf.
  2. Put your configuration into the collectord.conf file. See instructions on the FHEM wiki pages.
  3. Start your container with a specific volume -v /my/data/path/:/data/ to make that data available to the container.

Production Build Status

Development Build Status