-
Notifications
You must be signed in to change notification settings - Fork 58
Description
How to start twcmanager without a usb dongle when one is having a EW11 RS485 to socket
First attempt is to remove devices from the docker compose.yaml (comment out) and hope that twcmanager gets so far as to create /etc/twcmanage/config.json (Could be that one should put this file there manually then and edit)
It did not create this file because it barks that /dev/ttyUSB0 is not found, I tried to have it pass that by listing my /dev/ttyACM0 in the docker-compose.yml but it would still barf on missing /dev/ttyUSB0
Luckily I had one RS485 USB dongle but otherwise I see no way to fake it to get it to work
With that it started and /etc/twcmanage/config.json could be edited to for socket: ip:port and restart.
Is there or should there be a syntax to have a socket line in docker-compose.yml?