My VMB1USB is connected to an Raspberry PI4 with HomeAssisant software on.
Now, I would like to connect Velbuslink wireless with the homeassisant-server.
Connecting with server seems to be ok.
All devices are marked in red.
How can i find this?
For the moment is Velbus not running on a server, only on HomeAssistant.
Before I used Velbuslink with the USB-port to my VMB1USB.
If HomeAssistant is talking directly to the USB device, then you can’t tap into that connection for anything else.
An option is to remove / disable HomeAssistant from locking onto the /dev/ttyNNNN port and to load a TCP Server application on your PI
(Like VelServ Topic or Velbus-TCP Topic)
And get home assistant to make an internal / loopback connection to that Server app.
When you have that running, talking to the TCP server from anything else (at the same time) is very easy.
I’m not a homeAssistant user, but what I can read is that your YAML file needs to be edited so that the Velbus connection becomes something like
velbus:
port: 127.0.0.1:6000
(Depending on which TCP server you use and how you set it up)
I have some installation scripts for VelServ and Velbus-TCP you can download and use if you want.
be aware that with Home Assistant and VelServ on the same box - you will need to first disable the USB Velbus integration - then install VelServ, then configure the 127.0.0.1 connection matrix… (do not add the Velbus modules in the USB configuration… just disable it as soon as it finds the USB)
else Home Assistant will start earlier and take the USB - and snap cant find it anymore…
you will need to clear the cache also (but that is a function in the velbus integration)