Sign inSign up

slarkin/telldusd

By slarkin

Updated almost 3 years ago

telldus daemon

Image
0

333

slarkin/telldusd repository overview

A containerised telldus daemon suitable for running on a Raspberry Pi.

Includes a work-around for the libconfuse dependency based on this blog post. https://antonneld.wordpress.com/2018/04/21/setting-up-a-tellstick-duo-on-linux-in-2018/

Run the container as follows:

docker run -d --name telldusd --privileged \
  -v /dev/bus/usb:/dev/bus/usb \
  -v $PWD/tellstick.conf:/etc/tellstick.conf:ro \
  slarkin/telldusd:20181118-1602

The tellstick.conf is custom to your setup and a default version can be found in the source, see https://github.com/sel/telldusd-docker.

Refer to telldus regarding the telldus daemon itself. https://github.com/telldus/telldus

Tag summary

Content type

Image

Digest

Size

37 MB

Last updated

almost 8 years ago

docker pull slarkin/telldusd