Skip to content

[Device Support Request] Add support for _TZE200_d3z1ukqw #4540

@EmanuelLoos

Description

@EmanuelLoos

I just switched from Zigbee2Tasmta to ZHA. It works for three out of 4 TRVs for me, but the fourth TRV has no entities except for Firmware, LQI and RSSI. The fourth one identifies as It works for three out of 4 TRVs for me. The fourth one identifies as _TZE200_d3z1ukqw instead of _TZE200_rxq4iti9. instead of _TZE200_rxq4iti9. Using Zigbee2Tasmota, I was able to control this device the same way as I controlled the others, perhaps it is the same?

My earlier Z2T configuration (saswell.zb) that worked:

#Z2Tv1
# Moes BRT-100 zigbee config file from saswellzb
# Thermostatic radiator valve
:TS0601,
EF00/0204=0201/0012,mul:10   # OccupiedHeatingSetpoint
EF00/0205=0201/0000,mul:10   # Local Temperature

Using Z2T from Home Assistant, I could set the Temperature to 23 °C with:

action: mqtt.publish
data:
  evaluate_payload: false
  payload: '{"Device": "0xAF34", "Write": {"EF00/0204": "230"}}'
  qos: 0
  retain: false
  topic: cmnd/tasmota_F281C8/ZbSend
enabled: false

Full device signature of the device causing issues:

{
  "node_descriptor": {
    "logical_type": 2,
    "complex_descriptor_available": 0,
    "user_descriptor_available": 0,
    "reserved": 0,
    "aps_flags": 0,
    "frequency_band": 8,
    "mac_capability_flags": 128,
    "manufacturer_code": 4417,
    "maximum_buffer_size": 66,
    "maximum_incoming_transfer_size": 66,
    "server_mask": 10752,
    "maximum_outgoing_transfer_size": 66,
    "descriptor_capability_field": 0
  },
  "endpoints": {
    "1": {
      "profile_id": "0x0104",
      "device_type": "0x0051",
      "input_clusters": [
        "0x0000",
        "0x0004",
        "0x0005",
        "0xef00"
      ],
      "output_clusters": [
        "0x000a",
        "0x0019"
      ]
    }
  },
  "manufacturer": "_TZE200_d3z1ukqw",
  "model": "TS0601",
  "class": "zigpy.device.Device"
}

What version of Home Assistant Core has the issue?

2025.11.3

What type of installation are you running?

Home Assistant Docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions