-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I am experimenting with a split Velbus network. The 2nd parts is in the garage and has its own raspberry pi.
When I connect velserv in client mode:
sudo ./velserv -f -v -c -a 192.168.3.130 -p 3788 it does work great. I can scan the whole network from velbuslink as if it was 1 network.
However, it does not disconnect when the connection to instance of velserv in server mode is lost. It also therefore does not re-connect.
When I stop the velserver "in server mode", the velserv in client mode stays connected.
And it does not really re-connect when the server is back and running again, because there is no data exchanged between them anymore. A scan in Velbuslink shows that the "remote" modules are not responding indeed.
Hope this makes sense, I can explain in more detail when needed.
What I need would be that the velserv in client mode, stops working. Then it is easy to check and restart (if neede) on a regular time interval.
Grt Matthijs