Homematic HM-RC-2-PBU-FM-2 Keypress-Event

Hello!

I am migrating my RedMatic automations to HA and everything works well except that HA does not receive events from my HM-RC-2-PBU-FM-2 respectively does not evaluate the events received by pyhomematic.

What I mean is, I have the following in my log when I press the buttons of the HM-RC-2-PBU-FM-2:

2022-10-12 10:57:09.171 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-Funk, address = QEQ0223446:1, value_key = PRESS_SHORT, value = True

2022-10-12 10:57:09.171 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=QEQ0223446:1, interface_id=homeassistant-Funk, key=PRESS_SHORT, value=True

2022-10-12 10:57:10.615 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-Funk, address = QEQ0223446:1, value_key = PRESS_LONG, value = True

2022-10-12 10:57:10.615 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=QEQ0223446:1, interface_id=homeassistant-Funk, key=PRESS_LONG, value=True

2022-10-12 10:57:11.772 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-Funk, address = QEQ0223446:2, value_key = PRESS_SHORT, value = True

2022-10-12 10:57:11.772 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=QEQ0223446:2, interface_id=homeassistant-Funk, key=PRESS_SHORT, value=True

2022-10-12 10:57:12.822 DEBUG (Thread-2) [pyhomematic._hm] RPCFunctions.event: interface_id = homeassistant-Funk, address = QEQ0223446:2, value_key = PRESS_LONG, value = True

2022-10-12 10:57:12.823 DEBUG (Thread-2) [pyhomematic.devicetypes.generic] HMGeneric.event: address=QEQ0223446:2, interface_id=homeassistant-Funk, key=PRESS_LONG, value=True

But, in Developertools > Events (hope this is the right translation, I am using the german ui) I do not get an event when monitoring homematic.keypress.

Any hints what to do?

Thanks for your help!

The device is not supported by pyhomematic. You have to migrate to the new integration if you want to work with this device.

1 Like

Thank you. I’ll try to switch. :slight_smile: