[Device Support Request] _TZE200_cwnjrr72 TS0601
See original GitHub issueIs 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:56 (25 by maintainers)
Top GitHub Comments
@mhombach Add to configuration.yaml
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.
@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?