Sign inSign up

henfri/knxd

By henfri

•Updated over 5 years ago

KNX Daemon

Image
4

10K+

henfri/knxd repository overview

⁠Setup the container

docker-compose.yaml

version: "2"
services:
    knxd:
      image: henfri/knxd:v0.12.6
      network_mode: "host"
      command: knxd -e 1.0.200 -E 1.0.201:8 -DTRS -c -i --send-delay=120 -B single -b ipt:192.168.177.8
      restart: always

Adopt the ip to your ip interface, or if using a router or usb interface change the command according to the knxd manual.

⁠Start the container

Run

docker-compose up

⁠Test the container

To switch on the GA 1/1/180 run:

docker exec -it [ContainerID] knxtool groupswrite ip:localhost 1/1/180 1

Your light (or whatever) should now turn on.

Tag summary

Content type

Image

Digest

Size

186.3 MB

Last updated

over 9 years ago

docker pull henfri/knxd