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 TS0601 by _TZE200_qoy0ekbd Request] tuya lcd temperature and humidity sensor

See original GitHub issue

Is 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:closed
  • Created a year ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
javicallecommented, Aug 6, 2022

Can we continue the discussion in the other issue and keep all the info together?

0reactions
ernstmoschcommented, Aug 6, 2022

Try local quirk and adding your device in this line:

https://github.com/zigpy/zha-device-handlers/blob/57a68a2b57afabc0b5dfc49ef4231263594e310e/zhaquirks/tuya/ts0601_sensor.py#L79

Restarting HA and look if the system is loading the quirk.

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.”“”

signature = {
    # <SimpleDescriptor endpoint=1, profile=260, device_type=81
    # device_version=1
    # input_clusters=[4, 5, 61184, 0]
    # output_clusters=[25, 10]>
    MODELS_INFO: [
        ("_TZE200_bjawzodf", "TS0601"),
        ("_TZE200_qoy0ekbd", "TS0601"),
    ],
    ENDPOINTS: {
        1: {`

But nothing changed - all 3 sensors remain in silence.

(i resetted the device and went through new discovery)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Temperature Humidity sensor ZHA configuration (TZE200 ...
When I add the device via ZHA I don't see the sensors appear, I have to wait for ~30 seconds and then click...
Read more >
Tuya LCD Temperature and Humidity Sensor ZG227C Zigbee ...
If the device is following Zigbee standards it is possible it will work with other gateway solutions, it is just not confirmed as...
Read more >
Smart WiFi Temperature Humidity Monitor: TUYA Wireless ...
Wifi temperature sensor supports Alexa and Google home to ask for temperature and humidity, free your hands. SMART SCENE TO TRIGGER DEVICES OR...
Read more >
[RELEASE] Tuya Temperature Humidity Illuminance LCD ...
MOES Tuya ZigBee Smart Home Temperature And Humidity Sensor With LED ... so that I include it in the driver supported devices fingerprints?...
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