ich benutze den Binäreingang von Hager TS302, welchen ich in der ETS so konfiguriert habe, dass bei Tastendruck die rising edge: ON, falling edge: OFF ist. In der ETS sehe ich den Log-Eintrag:

In OH5 habe ich folgendes Thing angelegt:
Code: Alles auswählen
UID: knx:device:Bridge:980eca8d2c
label: KNX Device Binaereingang B4
thingTypeUID: knx:device
configuration:
pingInterval: 600
address: 1.1.17
readInterval: 0
fetch: false
bridgeUID: knx:ip:Bridge
location: Technik
channels:
- id: B3_Chn1
channelTypeUID: knx:contact
label: Klingel OG
configuration:
ga: 4/0/0
Im OH-Log sehe ich aber lediglich:
onGroupWrite Thing 'knx:device:Bridge:980eca8d2c' received a GroupValueWrite telegram from '1.1.17' for destination '4/0/0'
Das Problem ist, dass die rule überhaupt nicht auslöst welche ich angelegt habe. Diese sieht so aus:
Code: Alles auswählen
configuration: {}
triggers:
- id: "2"
configuration:
itemName: KNX_Device_Binaereingang_B4_Klingel_OG
type: core.ItemStateUpdateTrigger
conditions: []
actions:
- inputs: {}
id: "5"
configuration:
command: ON
itemName: Licht
type: core.ItemCommandAction
- inputs: {}
id: "1"
configuration:
type: application/javascript
script: console.info('Klingel OG wurde ausgelöst');
type: script.ScriptAction
Danke im voraus