Struggling Homeassistant Zigbee Home Automation Conbee 2

Dear all,
I have some trouble to configure my new Thermostatic Radiator Valve Controller
Zigbee ID: “TS0601”; “_TZE200_hue3yfsn” Tuya Thermostatic Radiator Valve Controller (TV02) Zigbee compatibility
The Zigbee Integration (not zigbee2mqtt) gets knowledge about this device after adding, but unfortunately without any controls. Does anyone knows a workaround to configure and add controls for this device manually?

Thanks a lot.

Best Pascal

{
  "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, 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=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
  "endpoints": {
    "1": {
      "profile_id": 260,
      "device_type": "0x0051",
      "in_clusters": [
        "0x0000",
        "0x0004",
        "0x0005",
        "0xef00"
      ],
      "out_clusters": [
        "0x000a",
        "0x0019"
      ]
    }
  },
  "manufacturer": "_TZE200_hue3yfsn",
  "model": "TS0601",
  "class": "zigpy.device.Device"
}

Same here. I obviously bought the same one ‘TZE200_hue3yfsn’ - luckily only 1 piece to test the whole thing. Bought from aliexpress

1st attempt: Installed with newest versions of Home Assistant (core-2021.12.8, supervisor-2021.12.2, Home Assistant OS 7.1), to be sure, these are no possible reasons. The Valve was recognized after pairing, but without entities. So i couldnt add it to lovelace and wasnt able to configure or control any parts of it.

2nd attempt: Found 3 discussions (essential posts) for this device:

3rd attempt:

  1. downloaded the valve.zip from post in issue #1027 (above link), where this device is listed under line 1295 and ‘class ZonnsmartTV01_ZG(TuyaThermostat)’.
  2. extracted and uploaded contents of this zip file (valve.py) in homeassistant-file-editor to /config/custom_zha_quirks/
  3. added the following in homeassistant-file-editor to configuration.yaml:
    ‘’’
    zha:
    custom_quirks_path: /config/custom_zha_quirks/
    ‘’’
  4. checkd configuration in homeassistant
  5. restarted home assistant

4th attempt: now it looks like this in my lovelace:
Screenshot 2022-01-08 at 12-51-10 Zuhause - Home Assistant

type: grid
square: false
columns: 2
cards:

  • type: thermostat
    entity: climate.tze200_hue3yfsn_ts0601_838ccdfe_thermostat
    name: HKThermo01 DG-West
  • type: entities
    entities:
    • entity: >-
      number.tze200_hue3yfsn_ts0601_838ccdfe_analog_output_temperature_offset
    • entity: switch.tze200_hue3yfsn_ts0601_838ccdfe_on_off
    • entity: climate.tze200_hue3yfsn_ts0601_838ccdfe_thermostat
    • entity: sensor.tze200_hue3yfsn_ts0601_838ccdfe_thermostat_hvac_action
    • entity: sensor.tze200_hue3yfsn_ts0601_838ccdfe_power
      title: HKThermo01_TZE200_hue3yfsn TS0601
      state_color: true

I dont know yet, if that’s all we can get from this device and how every item of these variables works - that’s why i I hope, it will be added by professionals / devs, because i am not a dev to improve this or do more implementing and it’s quite hard for me to understand the different tec discussions in github…

Greetings
Peter

EDIT 2021-01-10: One step forward and success documented in [Device Support Request] TS0601 _TZE200_hue3yfsn / TV02 Zigbee TRV · Issue #1027 · zigpy/zha-device-handlers · GitHub

This can be closed, the code for _TZE200_hue3yfsn (and 3 similar TRVs) is from 2022.3 version part of ZHA codebase.