Skip to content

A Debian-based image wrapping the Telldus libraries and binaries

Notifications You must be signed in to change notification settings

stoffus/docker-telldus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published