No trigger from HmIP-WRCC2 in OH3

Hey,

i have an raspberrymatic comined with an OH3.1.0 an a new switch HmIP-WRCC2. I want to switch a lamp of by catch the short_press trigger, but nothing happend / recived.

HmIP-WRCC2 Thing:

UID: homematic:HmIP-WRCC2:3014F711A0001F5AXX:002C1BE99965XX
label: Taster Schlafzimmer
thingTypeUID: homematic:HmIP-WRCC2
configuration:
  HMP_0_CYCLIC_INFO_MSG_DIS_UNCHANGED: 0
  HMP_2_DBL_PRESS_TIME: 0
  HMP_0_DISABLE_MSG_TO_AC: false
  HMP_0_CYCLIC_INFO_MSG_DIS: 20
  HMP_2_LONG_PRESS_TIME: 0.4
  HMP_0_CYCLIC_BIDI_INFO_MSG_DISCARD_VALUE: 57
  HMP_0_ENABLE_ROUTING: true
  HMP_2_ABORT_EVENT_SENDING_CHANNELS: 2
  HMP_0_LOCAL_RESET_DISABLED: false
  HMP_0_ARR_TIMEOUT: 10
  HMP_1_ABORT_EVENT_SENDING_CHANNELS: 1
  HMP_0_LOW_BAT_LIMIT: 2.2
  HMP_0_SUPPORTING_WIRED_OPERATION_MODE: true
  HMP_0_DUTYCYCLE_LIMIT: 180
  HMP_1_REPEATED_LONG_PRESS_TIMEOUT_UNIT: M
  HMP_0_CYCLIC_BIDI_INFO_MSG_DISCARD_FACTOR: 1
  HMP_1_REPEATED_LONG_PRESS_TIMEOUT_VALUE: 2
  HMP_2_REPEATED_LONG_PRESS_TIMEOUT_UNIT: M
  HMP_0_CYCLIC_INFO_MSG: 0
  HMP_1_LONG_PRESS_TIME: 0.4
  HMP_1_DBL_PRESS_TIME: 0
  HMP_2_REPEATED_LONG_PRESS_TIMEOUT_VALUE: 2
  HMP_0_CYCLIC_INFO_MSG_OVERDUE_THRESHOLD: 2
bridgeUID: homematic:bridge:3014F711A0001F5AXX

My Rule:

triggers:
  - id: "1"
    configuration:
      thingUID: homematic:HmIP-WRCC2:3014F711A0001F5AXX:002C1BE99965XX
      event: SHORT_PRESS
      channelUID: homematic:HmIP-WRCC2:3014F711A0001F5AXX:002C1BE99965XX:1#BUTTON
    type: core.ChannelEventTrigger
conditions: []
actions:
  - inputs: {}
    id: "2"
    configuration:
      itemName: StehleuchteKeller_4_STATE
      command: OFF
    type: core.ItemCommandAction

In the eventlog i can’t find anything about a recived trigger.

I tried to create the sensless programm in the CCU, which i find in another thread, but i didn’t work for me.

hope you have an idea, to solve this.

kind reguards
Michael

I do have the exact same issue. In other forums I could read solved problems with this by adding a simple Programm to the CCU WebUI for the switch. This at least let me see that the trigger works on CCU side correctly.

But I don’t seem to receive the trigger on OH3. The log confirms that.

My System:

Default Raspbian with openHAB installed.
CCU3

Yes I have the same problem. I have the “dummy” programm in the ccu gui, but openhab doesn’t show any events from the buttons.

Did you find a solution?

At first you already need the Dummy Program on the CCU.
The next thing is, that you reboot the CCU, and then stop and start the CCU Bridge Thing in OH3.
The triggers are called SHORT_PRESSED and LONG_PRESSED

after that, it works for me then

2 Likes