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.

connecting TuYa TS0201 (or similar)

See original GitHub issue

Hi,

I bought these wall thermostats from aliexpress:

link

I though they would be those:

link

But zigbee2MQTT doesn’t seem to recognize them, and I get the following message:

Zigbee2MQTT:warn  2020-12-04 20:41:29: Received message from unsupported device with Zigbee model 'undefined' and manufacturer name '_TZ2000_a476raq2'
Zigbee2MQTT:warn  2020-12-04 20:41:29: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.
Zigbee2MQTT:warn  2020-12-04 20:41:29: Received message from unsupported device with Zigbee model 'undefined' and manufacturer name '_TZ2000_a476raq2'
Zigbee2MQTT:warn  2020-12-04 20:41:29: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.

Is there an easy way to make zigbee2MQTT identify them as the Tuya models? I think they should be identical/compatible.

BR,

Adel

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
guguxfrcommented, Dec 6, 2020

Ok, I managed to solve the issue.

First, you must add a section in devices.js :

{
    fingerprint: [{modelID: 'undefined', manufacturerName: '_TZ2000_a476raq2'}],
    model: 'TS0201_compatible',
    vendor: 'TuYa',
    description: 'Temperature & humidity sensor with display',
    supports: 'msTemperatureMeasurement,msRelativeHumidity',
    fromZigbee: [fz.battery, fz.temperature, fz.humidity],
    toZigbee: [],
    exposes: [e.battery(), e.temperature(), e.humidity()],
},

Then ensure that your device is pairing. To get this to work, I had to remove the device from database.db and (the most important I think), after reading the page about unsuccessfull pairings, I replaced the batteries of the device.

After a restart of zigbee2mqtt all went well.

Maybe I could do a PR for this device ? Please tell me if it’s of interest.

0reactions
guguxfrcommented, Dec 6, 2020

Ah ok, sorry about that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Need Help Connecting Tuya Thermometer TS0201 by ...
Hello, I am still pretty new to HA and am having issues with a Tuya temperature/humidity sensor that I've added via the ZHA...
Read more >
Zigbee temperature/humidity sensor with LCD TS0201 RSH-Z ...
It is in my case that it flies through the wall from the other room - about 7 meters from the TUYA router...
Read more >
How to reset the Zigbee device to the state to be configured?
Devices with a reset button: Firstly, make sure the device is powered off for more than 10 seconds before powering on the device....
Read more >
Tuya TS0201 Zigbee sensor going offline - Bindings
I have a Tuya TS0201 temperature and humidity sensor connected to ... Other sensors from Aqara are working without a problem in my...
Read more >
Tuya Temperature & Humidity Sensor WSD500A
It's possible your sensor will mistakenly be identified as a Blitzwolf Temp & Humidity Sensor device because it also carries the same TS0201...
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