For documentation on knxd see the original repository https://github.com/knxd/knxd
The container has to be run with --net=host, alternativly u can use the macvlan driver.
Running knxd
docker run -d --name knxd \
--host net
welteki/knxd:latest \
knxd -e 1.1.128 -E 0.0.0:8 -D -T -R -S -f 9 -t 1023 -b tpuarts:/dev/ttyAMA0
Creating a knxd config file with knxd_args
docker run -rm \
welteki/knxd:latest \
/usr/bin/knxd_args -e 1.1.128 -E 0.0.0:8 -D -T -R -S -f 9 -t 1023 -b tpuarts:/dev/ttyAMA0 \
> /knxd/knxd.conf
MIT (c) 2018 Han Verstraete https://github.com/welteki
Content type
Image
Digest
sha256:6319e60e7…
Size
31 MB
Last updated
almost 4 years ago
docker pull welteki/knxd