Tuya 6 gang switch TS0026

Hi all new to HA, I have this Tuya 6 gang zigbee switch, it shows up the 6 switches however they cannot be triggered by the switch, they can be toggled in HA. Does anyone have some ideas how to get it functioning correctly.

"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.FullFunctionDevice|MainsPowered|RxOnWhenIdle|AllocateAddress: 142>, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)",
"endpoints": {
  "1": {
    "profile_id": "0x0104",
    "device_type": "0x0004",
    "input_clusters": [
      "0x0000",
      "0x0004",
      "0x0005",
      "0x0006"
    ],
    "output_clusters": [
      "0x000a",
      "0x0019"
    ]
  },
  "2": {
    "profile_id": "0x0104",
    "device_type": "0x0004",
    "input_clusters": [
      "0x0004",
      "0x0005",
      "0x0006"
    ],
    "output_clusters": []
  },
  "3": {
    "profile_id": "0x0104",
    "device_type": "0x0004",
    "input_clusters": [
      "0x0004",
      "0x0005",
      "0x0006"
    ],
    "output_clusters": []
  },
  "4": {
    "profile_id": "0x0104",
    "device_type": "0x0004",
    "input_clusters": [
      "0x0004",
      "0x0005",
      "0x0006"
    ],
    "output_clusters": []
  },
  "5": {
    "profile_id": "0x0104",
    "device_type": "0x0004",
    "input_clusters": [
      "0x0004",
      "0x0005",
      "0x0006"
    ],
    "output_clusters": []
  },
  "6": {
    "profile_id": "0x0104",
    "device_type": "0x0004",
    "input_clusters": [
      "0x0004",
      "0x0005",
      "0x0006"
    ],
    "output_clusters": []
  }
},
"manufacturer": "_TZ3000_bdonglmt",
"model": "TS0026",
"class": "zigpy.device.Device"

Could you explain a bit more? Looks like you’re using the ZHA integration - what entities do get on the device page? For example:

Are there six switches in the controls box, or just one?

So I get 6 switches in the control box

I’ve had a two gang Zigbee switch in the past.

As I remember, turning the physical switches on and off toggled the HA switches in the control box. To turn an actual light on and off, I had to have a short automation triggered by each of the switch entities.

So this switch a TS0026 it says is supported in Z2M however on trying it, it still is not functioning. In the Debug log it shows the below. The device does not have a converter. How to I get this working.

Create an issue