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.
Run
docker-compose up
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.
Content type
Image
Digest
Size
186.3 MB
Last updated
over 9 years ago
docker pull henfri/knxd