[Device Support TS0601 by _TZE200_qoy0ekbd Request] tuya lcd temperature and humidity sensor
See original GitHub issueIs your feature request related to a problem? Please describe.
The Sensor is found by zha-discovery and 3 Sensors are been made (Temprature/Humidity/Battery) But The Sensors dont get any values over zigbee.
Describe the solution you’d like i would like the device to provide the values it displays on lcd over zigbee.
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=4417, maximum_buffer_size=66, maximum_incoming_transfer_size=66, server_mask=10752, maximum_outgoing_transfer_size=66, 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": "0x0302", "in_clusters": [ "0x0000", "0x0001", "0x0402", "0x0405" ], "out_clusters": [ "0x000a", "0x0019" ] } }, "manufacturer": "_TZE200_qoy0ekbd", "model": "TS0601", "class": "zigpy.device.Device" } ```yaml Paste the device signature here. Don't remove the extra line breaks outside the ``` marks. ```Diagnostic information
Paste the diagnostic information here.
Don't remove the extra line breaks outside the ``` marks.
Additional logs
Paste any additional debug logs here.
Don't remove the extra line breaks outside the ``` marks.
Additional context in my webretrieval i found solutions from the zigbee2mqtt side where they made there version of a quirk where they made the device from manucaturer ‘_TZE200_qoy0ekbd’ behave the same way like manufacturer ‘_TZE200_bjawzodf’
{ fingerprint: [{modelID: ‘TS0601’, manufacturerName: ‘_TZE200_bq5c8xfe’}, ! {modelID: ‘TS0601’, manufacturerName: ‘_TZE200_bjawzodf’}, ! {modelID: ‘TS0601’, manufacturerName: ‘_TZE200_qoy0ekbd’}], model: ‘TS0601_temperature_humidity_sensor’, vendor: ‘TuYa’, description: ‘Temperature & humidity sensor’,
but i have to damit that my knowledge is to limiteted to do the same
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)

Top Related StackOverflow Question
Can we continue the discussion in the other issue and keep all the info together?
Hi MattWestB
I added a line in “ts0601_sensor.py” and after reboot HA created a folder “pycache”, so i think HA used my custom quirk.
`class TuyaTempHumiditySensor(CustomDevice): “”“Custom device representing tuya temp and humidity sensor with e-ink screen.”“”
But nothing changed - all 3 sensors remain in silence.
(i resetted the device and went through new discovery)