First KNX Connection

Hello guys!

I am trying to connect to the KNX bus using OH2 and an IPR / S 2.1 ABB ip router.
My problem is that after configuring the knx.cfg and writing the .items and .sitemap files I get no response in either the log file or the installation.

Here I leave the content of my files for you to help me.

.items file

Dimmer TestDimmer “TestDimmer [%s]” (Lights) {knx=“1/3/20,1/3/21,1/3/22”}

knx.cfg file

ip=224.0.23.12

busaddr=0.0.0

ignorelocalevents=true

type=ROUTER

port=3671

localIp=192.168.0.101

autoReconnectPeriod=10

.sitemap file

Switch item=TestDimmer label=“Luz Salón” mappings=[1=“ON”, 0=“OFF”]

log file

2017-07-18 13:29:47.821 [INFO ] [nx.internal.connection.KNXConnection] - Established connection to KNX bus on 224.0.23.12:3671 in mode ROUTER.

(This is only one message I get)

Thank you very much!

enable TRACE log level for the 2 bundles that do all the work:

Enter in the openHAB2 console ssh openhab@localhost -p 8101 with password: habopen

log:set TRACE org.openhab.binding.knx
log:set TRACE tuwien.auto.calimero

(switch them back to DEFAULT or INFO level afterwards)

monitor openhab.log for messages

You may have to configure your system with a dummy app using ETS for the filter table on the router to allow the telegrams to pass through.

Problem solved! I have already set up the filter table correctly and everything is ok.

Thank you very much for your help! @Dim

Here’s how to do it:
http://knxtoday.com/2015/01/5286/how-to-solve-it-manually-adding-group-addresses-to-the-filter-table.html

1 Like