question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Device Support Request] _TZE200_cwnjrr72 TS0601

See original GitHub issue

Is your feature request related to a problem? Please describe. My TuYa valve seems to have a lot of properties/entities missing when connected over ZHA instead of e.g. zigbee2mqtt. I was following youtube video (with timestamp: https://www.youtube.com/watch?v=iD1U6Q47yLU&t=502s) and also bought exactly the same devices as he did (followed his link). As you can see in the attached screenshot, my HA only recognizes 2/3 entities while in the youtube video there are a lot more. Also, in the product page (where I bought them) it’s stated that those devices have switches for child-lock and open-window-detection. So at least there should be 2 switch-entities be available. Not talking about the rest like schedlue-switching etc. And btw, I’m using a zigbee ethernet coordinator.

Describe the solution you’d like Since the id cwnjrr72 is already in the code, the problem must lie somewhere else. I would love to have this fixed somehow, so I can start using my newly bought 6 tuya valves 😃

Device signature

{
  "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": "0x0301",
      "in_clusters": [
        "0x0000",
        "0x0001",
        "0x0004",
        "0x0005",
        "0x0006",
        "0x0201",
        "0x0204",
        "0xef00"
      ],
      "out_clusters": [
        "0x000a",
        "0x0019"
      ]
    }
  },
  "manufacturer": "_TZE200_cwnjrr72",
  "model": "TS0601",
  "class": "zhaquirks.tuya.ts0601_trv.MoesHY368_Type1"
}

Additional context image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:56 (25 by maintainers)

github_iconTop GitHub Comments

3reactions
jacekk015commented, Dec 9, 2021

@mhombach Add to configuration.yaml

zha:
  custom_quirks_path: /config/zha_custom_quirks/

Create that directory “zha_custom_quirks” under config. Download, unzip, and place that file below into that folder. Restart HA ts0601_trv_moes.py.zip

[edit] @MattWestb That’s a bit new, refactored version.

2reactions
geheim27commented, Nov 18, 2022

@jacekk015 could you please have a look at https://github.com/zigpy/zha-device-handlers/issues/1439#issuecomment-1075594517? Is it possible to add the _TZE200_cpmgn2cf", and _TZE200_9sfg7gm0 also to the “official” ts0601_trv_moes.py? Or are those not compatible?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Switch Zigbee TZE200 TS0601 paired but without entities
Hello, I bought a great switch (4 gangs) : Paired without problem through ZHA/Conbee II, the device was created but there is no...
Read more >
Support new TuYa devices - Zigbee2MQTT
In order to provide support for E.G. the TS0601 model ID you would create the following ... const tuya = require('zigbee-herdsman-converters/lib/tuya'); ...
Read more >
Problem with Pairing Device TS0601, _TZE200_cpmgn2cf
Nothing, it seems its not supported. I checked the github, a request was there before: _TZE200_cpmgn2cf · Issue #6381 · dresden-elektronik/ ...
Read more >
Moes Zigbee Smart Valve TS0601 in Home Assistant - YouTube
Very simple and easy to install and use device that will allow you to control heating in every room of your home (if...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found