KNX device is offline but router is online

Hi.

I`m new to OH and RPI.

I have a RPI3B setup with a USB inter-phase to KNX bus. Running KNXD setup according to Micheals tech blog.

I have connected and gotten online the gateway via a tunnel setup.
But can not get the device online.



image

The funny thing is that I got the device online for a few minutes, but lost it again. I dont know why ??
After a reboot, now i can not seem to get it online.

I have to start the knxd manualy for every time I reboot

**
root@raspberrypi:/home/pi# ps ax|grep knxd
1050 ? Ssl 0:00 /usr/local/bin/knxd -p /run/knxd/knxd.pid --eibaddr=1.1.128 --client-addrs=1.1.129:8 -d -D -T -R -S -i --listen-local=/tmp/knx -b usb:
1535 pts/0 S+ 0:00 grep knxd
root@raspberrypi:/home/pi# knxtool vbusmonitor1 ip:localhost
LPDU: BC 11 04 06 03 E1 00 80 32 :L_Data low from 1.1.4 to 0/6/3 hops: 06 T_DATA_XXX_REQ A_GroupValue_Write (small) 00
LPDU: BC 11 0E 06 03 E1 00 80 38 :L_Data low from 1.1.14 to 0/6/3 hops: 06 T_DATA_XXX_REQ A_GroupValue_Write (small) 00
LPDU: BC 11 04 06 03 E1 00 81 33 :L_Data low from 1.1.4 to 0/6/3 hops: 06 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
LPDU: BC 11 0E 06 03 E1 00 81 39 :L_Data low from 1.1.14 to 0/6/3 hops: 06 T_DATA_XXX_REQ A_GroupValue_Write (small) 01
**

Anyone have an idea on how to get online on the devices, to get me further in my project ?

/Øystein