SmartThingsCommunity / SmartThingsEdgeDrivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heiman remote - button press not registered

WeirdBob opened this issue · comments

Hi,
I added my Heiman 4 buttons remote, it's recognized and is using the zigbee button driver (developer: Smartthings, version 2022-10-04T19:46:44.366017992).
the device info are:

name: four-buttons-battery
label: HEIMAN Remote Control
deviceManufacturerCode: HEIMAN
deviceModel: SceneSwitch-EM-3.0
ocfDeviceType: x.com.st.d.remotecontroller

However when I press a button, the action is not triggered and there is no trace of the event in the event history.
logcat displays this:

2022-10-09T12:15:17.153206647+00:00 TRACE Zigbee Button  Received event with handler zigbee
2022-10-09T12:15:17.157668897+00:00 DEBUG Zigbee Button  Missing command arg transition_time for deserializing RecallScene
2022-10-09T12:15:17.162407022+00:00 INFO Zigbee Button  <ZigbeeDevice: e20776a9-82a7-4a90-8bf0-fba287ec8056 [0xB07D] (HEIMAN Remote Control)> received Zigbee message: < ZigbeeMessageRx || type: 0x01, < AddressHeader || src_addr: 0xB07D, src_endpoint: 0x01, dest_addr: 0x0010, dest_endpoint: 0xFF, profile: 0x0104, cluster: Scenes >, lqi: 0xFF, rssi: -38, body_length: 0x0006, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x01, seqno: 0x54, ZCLCommandId: 0x05 >, < RecallScene || group_id: 0x0010, scene_id: 0x02 > > >
2022-10-09T12:15:17.183104147+00:00 DEBUG Zigbee Button  HEIMAN Remote Control device thread event handled

Can you look into that? Thanks!