Skip to content

cowarol/velserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

velserv

Velbus USB to TCP/IP. In my case i use it for the velbuslink and my Home Assistant (give it a few minutes ;) ).

Installation

  1. Download the repository
  2. run the following commands
  3. Have Fun

Docker HUB

https://hub.docker.com/r/cowarol/velserv

Build & run

#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

About

Velbus USB to TCP/IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published