stoffus / docker-telldus

A Debian-based image wrapping the Telldus libraries and binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telldus

A Debian-based wrapper for the the telldus libraries and binaries. It exposes two ports, one for events and one for client interaction. Works like a charm if you run Home Assistant from another Docker container.

Sample docker-compose.yml

version: '2.2'

services:
  telldus:
    image: stoffus/telldus
    volumes:
      - ./tellstick.conf:/etc/tellstick.conf
    network_mode: host
    devices:
      - /dev/bus/usb

About

A Debian-based image wrapping the Telldus libraries and binaries


Languages

Language:Dockerfile 63.6%Language:Shell 36.4%