Zigbee Unknown switch jung

Hi,
I have an jung zigbee switch ( 8 Buttons) I tried it to get it running over zigbee2mqtt → was pairing but not send any informations. over zha I see the following informations:

{
  "node_descriptor": "NodeDescriptor(byte1=18, byte2=64, mac_capability_flags=128, manufacturer_code=4474, maximum_buffer_size=89, maximum_incoming_transfer_size=61, server_mask=0, maximum_outgoing_transfer_size=61, descriptor_capability_field=0, *allocate_address=True, *complex_descriptor_available=False, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False, *is_valid=True, *logical_type=<LogicalType.EndDevice: 2>, *user_descriptor_available=True)",
  "endpoints": {
    "1": {
      "profile_id": 49246,
      "device_type": "0x0800",
      "in_clusters": [
        "0x0000",
        "0x1000"
      ],
      "out_clusters": [
        "0x0000",
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0006",
        "0x0008",
        "0x0019",
        "0x0300",
        "0x1000",
        "0xff00"
      ]
    }
  },
  "manufacturer": " Insta ",
  "model": " Remote",
  "class": "zigpy.device.Device"
}

is it possible to write something if the botton 1 ( i guess its “out_clusters”: [
“0x0000”,) press turn on light xx ? Its not showing any endities -

Typically zigbee press button switches don’t show actions in the entities in a useful sort of way. They create an event. You automate from there.

Look at the z2m device in ha’s ui. Follow your nose to add an automation.