KNX log for OpenHAB2 on Synology NAS

I just got OpenHAB2 installed and running with KNX on a Synology NAS. So my next step is to configure some sort of logging for KNX so I can use that in my programming. I can´t find any good info on what I need to do to have a log for KNX in OpenHAB2 when it´s running on a Synology NAS. I want to see everything that is happening on the KNX bus if possible, and also everything that OpenHAB does on the KNX bus. Can someone point me in the right direction or help me with an instruction?

Thanks in advance!

I am running openhabian and you have the option to install the KNXD via their post install config menu. You then can use vbusmonitor to monitor KNX chatter.

You may also want to look into the free Weinzierl KNX tool for Windows.

You can change the openHAB logging to DEBUG for knx.

log in to the karaf console:

ssh openhab@localhost -p8101 (password is habopen)

log:set DEBUG org.openhab.knx 

logging will apear in openhab.log.

3 Likes