Velbus USB to TCP/IP. In my case i use it for the velbuslink and my Home Assistant (give it a few minutes ;) ).
- Download the repository
- run the following commands
- Have Fun
https://hub.docker.com/r/cowarol/velserv
#curl https://github.com/jeroends/velserv/blob/master/velserv.c > velserv.c # Curl only if the file is not working.
docker build -t velserv .
docker run -d --restart=always --device="/dev/ttyACM0:/dev/ttyACM0" -p 3788:3788 -t velserv