Signum / homecenter v2 hardware snap tcp

Hi,

I have a homecenter v2, it’s the same hardware as the signum. I replaced the compute module from homecenter with a module with openhab 3.0.1., also installed the snap tcp. But the openhab doesn’t connect to the bus. Do i need to install something else? Is the connection made over USB or Serial?
Also the led’s RUN and ACT doesn’t light up. Which GPIO needs to be configured for this?
Openhab is already running on my server and my Bose soundtouch is also connected.
I think this was interesting because you must only connect the Bus and the network to the module.

Regards
David

Did you add te Velbus binding to OH3

check OpenHab / Velbus-TCP (wordpress.com) where I made a post on how to install it, configure it and connect it to OpenHab

note that for VelbusLink, you will need the auth key: tcp.authkey=62fa0c49-b0ba-486a-abcd-blablablablabla which you can set to anything you want…

You may find that this script makes the installation of Velbus-TCP much easier.

http://www.mdar.co.uk/dl/velbus/velbus-tcp.sh

Just run

wget http://www.mdar.co.uk/dl/velbus/velbus-tcp.sh

sudo sh velbus-tcp.sh

FYI
This script will disable Velserv if you have it running, I’ve also updated my velserv install script to disable the velbus-tcp snap package.
To avoid any clash

My velbus-tcp script also opens an unsecured loopback port @ 6000 so that openHAB Velbus network binding won’t need any adjustments. (When running on the same machine)

openHAB Velbus network binding doesn’t support the TLS / SSL security.