No "PRESS_SHORT" in Homematic

I am running Home Assistant and RaspberryMatic with 4 relatively old Homematic devices (2x HM-LC-Sw1-Pl-2 and 2x HM-LC-Sw1PBU-FM). The devices all work but I don’t get any “PRESS_SHORT” events in Home Assistant. I only get entries like this in the debug.

2021-03-20 17:00:03 INFO (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: address=LEQ0872386:1, interface_id=homeassistant-rf, key=STATE, value=False
2021-03-20 17:00:03 DEBUG (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity HM-LC-Sw1-Pl-2 LEQ0872386: on>>
2021-03-20 17:00:03 INFO (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: address=LEQ0872386:1, interface_id=homeassistant-rf, key=WORKING, value=False
2021-03-20 17:00:03 DEBUG (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: Using callback <bound method HMDevice._hm_event_callback of <Entity HM-LC-Sw1-Pl-2 LEQ0872386: off>>

I already searched the forum but I did not find any relevant similar problem.

The HM-LC-Sw1PBU-FM doesn’t have any buttons for which you could listen for those kinds of events. And I believe the button on the HM-LC-Sw1-Pl-2 only toggles the state. So you just monitor the STATE in both cases.

1 Like

Understood. Thanks a lot!