RCZ
(Roelf Zomerman)
1
Hi everyone,
One of my integrations (Velbus) searches automatically for a specific serial port - which is already in use by another service running on my computer.
Is it possible to disable a specific device (/dev/serial/by-id/blabla) to the HA service?
nickrout
(Nick Rout)
2
If you set the device port when you set up velbus, does it still look for other devices?
RCZ
(Roelf Zomerman)
3
yeah… i configured it for TCP… but another entity for Velbus USB still pops-up…
RCZ
(Roelf Zomerman)
4
seems configuring it… then disabling it (and restarting the Velbus-TCP server) did the trick…
MDAR
(Stuart)
5
I’m curious
Did you set Velbus-tcp
to use a ttyACMx
port or at the /dev/serial/by-id/....
device?
I notice that Linux assigns ttyxxx ports differently on each boot.
(Which is why I changed to using the by-id
option)