Hi @engeles20, thanks for your suggestion. I have just tried this but it hasnāt made a difference. Just to be sure I completely removed the remote from zha and then re-added it (after having applied your changes) but situation remains the same, remote works fine except for left and right buttons which simply do not get detected.
When i go to developer tools ā events and listen to zha_event. I can see all the various button presses, but when i press left and right arrows it sees nothing.
The only place I can see that the remote is still sending something when pressing these buttons is to go to integrations ā zha ā add device, then click show logs top right. Then when I press left button, it capturs this zigbee packet but doesnt know how to decode it:
Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x226E), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=0, profile_id=260, cluster_id=5, data=Serialized[b'\x05|\x11"\x07\x01\x01\r\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=28, non_member_radius=0, lqi=108, rssi=None)
[0x226E:1:0x0005] Received ZCL frame: b'\x05|\x11"\x07\x01\x01\r\x00'
[0x226E:1:0x0005] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=True, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=True, *is_general=False, *is_reply=False), manufacturer=4476, tsn=34, command_id=7, *direction=<Direction.Server_to_Client: 0>, *is_reply=False)
[0x226E:1:0x0005] Unknown cluster command 7 b'\x01\x01\r\x00'
[0x226E:1:0x0005] Received command 0x07 (TSN 34): b'\x01\x01\r\x00'
[0x226E:1:0x0005] No explicit handler for cluster command 0x07: b'\x01\x01\r\x00'
Almost identical to the right press except one byte is different:
[0x226E:1:0x0005] Received command 0x07 (TSN 35): b'\x00\x01\r\x00'
Iāve had a quick look at your custom quirks file but cannot figure out how to add this in. Any help would be welcome!