KNX Licht schalten DPT1.001 GATEWAY-UND-WEITER-Problem

Sehr geehrte Damen und Herren, liebes Forum,

ich bitte um Hilfe bei meinem Vorhaben ein Licht unter Verwendung von Openhab einzuschalten.

KNX Telegramm Typ: DPT1.001

KNX Telegramm: 1.1.10

KNX Telegramm-Status: 1.0.10

Ein KNX Ip Gateway habe ich „Online“, siehe Bild im Anhang.

Wie geht es weiter?
Ich hänge seit 4Wochen und endlosen Versuchen fest, mir fehlt hier der nächste Schritt, den übernächsten werde ich wieder hinbekommen.
MQTT funktioniert tadellos :grinning:.

Der Reiter „Channels“ ist leer (“This thing has no channels. Either the thing type doesn’t define channels, or they may be detected and appear later.”)
Im Reiter „Code“ komme ich nicht weiter, da jeder Code mit Klammern usw. als Fehler markiert und nicht gespeichert wird.

Tutorials scheinen für andere Versionen zu gelten, wahrscheinlich liegt die Nichtfunktion daran, dass ich schon sehr Alt bin, bitte helfen Sie mir über die Straße.

Vielen Dank!

Vom Alten Mann :older_man:

Hi Old Man and welcome. There is a german OH forum if you like to write in german. Here postings are expected to be written in English.

Can’t help with KNX though, sorry

1 Like

You have to create another Thing “KNX Device” which uses the KNX Gateway Thing as Bridge.
Within the KNX Device you can add channels.

1 Like

It would look something like this in the code section of the thing

UID: knx:device:knx_light_a
thingTypeUID: knx:device
configuration:
  pingInterval: 600
  readInterval: 0
  fetch: false
bridgeUID: knx:ip:XYZ
location: KNX
channels:
  - id: Licht
    channelTypeUID: knx:switch
    label: LICHT A
    description: null
    configuration:
     ga: 1.1.10+<1.0.10
1 Like

Please take a look into this
little post containing a step by step description on how knx configuration links to OH config. and how to set up a basic knx switch.

Thomas

1 Like

:grin: DIE SCHEISSE GEHT!!! :rofl: :rofl: :rofl:

Danke! :sneezing_face: Oggerschummer, Thomas!!! :+1:
Du hast einen Alten Mann glücklich gemacht! :man_white_haired:

Danke auch an Stefan.oh und Chrode!

In my bad English:
This most marvellous software called Openhab works just great.
My “install problem” - and the solution can be found at:

Thank you for the help an the work you put in this projekt!

1 Like