Hi all,
I can confirm the Problem. Yesterday I updated from openHAB 2.4 to 2.5 and HMIP-WRC2 stopped working. Nothing else changed and therefore I am very sure something broke during the update 2.4 → 2.5.
My System is openHAB 2.5 on Synology; Homematic on CCU3
Homeatic.things
Bridge homematic:bridge:bridgeID [ gatewayAddress="xxx.xxx.xxx.xxx" ] {
Thing HMIP-WRC2 thingID "theName"
}
The HMIP-WRC2 is not linked to an item as I used it in a rule as
Rule
when
Channel 'homematic:HMIP-WRC2:bridgeID:thingID:2#BUTTON' triggered LONG_PRESSED
then
[...]
The log file just shows that the thing is created, but nothing is triggered when a button is pressed on level INFO. I switched to level DEBUG and got:
Log
[DEBUG] [communicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'thingID:0#CONFIG_PENDING' from gateway with id 'bridgeID'
[DEBUG] [communicator.AbstractHomematicGateway] - Received new (Integer) value '-70' for 'thingID:0#RSSI_DEVICE' from gateway with id 'bridgeID'
[DEBUG] [communicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'thingID:0#LOW_BAT' from gateway with id 'bridgeID'
[DEBUG] [communicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'thingID:0#UNREACH' from gateway with id 'bridgeID'
[DEBUG] [communicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'thingID:2#PRESS_SHORT' from gateway with id 'bridgeID'
[DEBUG] [mematic.internal.misc.DelayedExecuter] - Delaying event for 2.0 seconds: 'thingID:2#PRESS_SHORT'
[DEBUG] [communicator.AbstractHomematicGateway] - Received new (String) value 'bridgeID' for 'CENTRAL:0#PONG' from gateway with id 'bridgeID'
[DEBUG] [mematic.internal.misc.DelayedExecuter] - Executing delayed event for 'thingID:2#PRESS_SHORT'
I tried to link to an item. Linking worked, but nothing is triggered.
I even tried to update the CCU3 but this made no difference.
Best regards
Peter