Anyone try the new Tuya Zigbee 3 sensors?

Have you tried it on the SmartThings hub yet? I suspect it won’t either until a DTH is created, or it’s fingerprint is added to an existing handler (custom or stock).

I have a Tuya ZigBee 3.0 humidity/temperature sensor. I can pair it with SmartThings, but nothing else - I can’t get any reading from it.

I thought that ZigBee 3.0 certification would ensure a seamless integration with no headaches, much as with Z-Wave and instead I’m wrong, apparently. Very disappointing.

Has anybody had better luck?

Cheers,
Max

What is assigned in the “Type” field for it in the IDE?

@dmax66, Jimmy beat me to the reply, so let us know. Try using “SmartSense Temp/Humidity Sensor” if it’s not that already.

I have yet to try. That time when I’m choosing my hub I was still thinking I have quite a couple of tuya stuff that’s why I go ahead with tuya hub. But just to clarify, not all zigbee is the same? Shouldn’t all zigbee be able to communicate to each other?

Out of pure curiosity, where did you get your 3.0 sensors? I’ve only seen them in China so far, and they haven’t even shipped mine yet.

That would be a reasonable assumption, but unfortunately not. As an example, Xaomi is notorious for making tweaks to the implementation that cause several issues, including the fact that some repeaters won’t ‘see’ the devices, dropping them from the mesh.

1 Like

I’m not sure if its zigbee 3.0 or not but according from the page I purchased this item it stated that it support zigbee 3.0 protocol. Is there a way to check?

What was the page? That would be helpful to know whether someone misrepresented it. The new ones supposedly look like this. (a flatter version of the Xiaomi sensor, if the image is to believed)

Someone else might have more technical solution to determine capabilities. Unfortunately I don’t really know enough about that.

I brought the hub that say zigbee 3.0 not the sensor. The sensor is purchased by @dmax66

EBay, from China. Real bargain, and the Tuya hub and apps are OK

Which IDE? I am just using the SmartThings app

Https://Account.smartthings.com

Absolutely not. If you read that somewhere on the forums here, it is a total fallacy.

All “ZigBee 3.0 certified” means is the product offers assured interoperability with specific ZigBee public application profiles defined for specific market applications, such as ZigBee Smart Energy, ZigBee Home Automation, ZigBee Light Link, etc.

ZigBee 3.0 certified devices still need device handlers / device drivers written for them to be used with any particular ZigBee-capable hub, including SmartThings.

1 Like

How long did it take for you to get yours? (And if you have a link to the listing, that’d be great)
I placed mine on the 8th and I don’t think they’ve even sent it yet.

Same for me too. I’ve paid but they haven’t shipped squat yet. Ordered mine through Gearbest.

I ordered them on 21st December and I think I received them at the beginning of January. Seller is http://www.ebay.co.uk/usr/shoppingsatisfied

I just heard fro the site, and the light sensor is back ordered. Looks like I’ll be waiting a bit.

Follow my video about the integration of Tuya sensors with Smartthings. It is in Portuguese, but I believe it is easy to understand.

5 Likes

I have a feeling those are the older Tuya sensors that aren’t ZB 3.0. The 3.0 versions are only recently certified
https://zigbeealliance.org/classic-product-search/#zigbeecertifiedproducts/?view_30_search=tuya&view_30_page=1&view_30_filters=[{“field”%3A"field_41"%2C"operator"%3A"is"%2C"value"%3A"57295d4703f18db6346a6127"}]

1 Like

Just got mine today, and it joined up as a Thing. It’s a nice tiny device, w/magnets on the back that allows for more mounting options.

I’m going to put together a simple DTH just to see what I can capture from this thing. For $11 USD, this is a cheap little project to work on.

Edit: So far it only reports when ever the button is pressed. It definitely needs their hub to configure it. Now I just need to figure out what all this does, the data section specifically:

6:07:15 PM: debug Downstairs Light Sensor parse returned: [:]
6:07:15 PM: debug SmartShield(text: null, manufacturerId: 0x0000, direction: 0x01, data: [0x05, 0x00, 0x42, 0x12, 0x6c, 0x75, 0x6d, 0x69, 0x2e, 0x73, 0x65, 0x6e, 0x5f, 0x69, 0x6c, 0x6c, 0x2e, 0x6d, 0x67, 0x6c, 0x30, 0x31], number: null, isManufacturerSpecific: false, messageType: 0x00, senderShortId: 0x9358, isClusterSpecific: false, sourceEndpoint: 0x01, profileId: 0x0104, command: 0x0a, clusterId: 0x0000, destinationEndpoint: 0x01, options: 0x0000)
6:07:15 PM: debug Downstairs Light Sensor parsing: catchall: 0104 0000 01 01 0000 00 9358 00 00 0000 0A 01 050042126C756D692E73656E5F696C6C2E6D676C3031
6:07:15 PM: debug Downstairs Light Sensor parsing: catchall: 0104 0000 01 01 0000 00 9358 00 00 0000 0A 01 050042126C756D692E73656E5F696C6C2E6D676C3031
6:07:15 PM: debug Downstairs Light Sensor parse returned: [:]
6:07:15 PM: debug SmartShield(text: null, manufacturerId: 0x0000, direction: 0x00, data: [], number: null, isManufacturerSpecific: false, messageType: 0x02, senderShortId: 0x9358, isClusterSpecific: true, sourceEndpoint: 0x01, profileId: 0x0104, command: 0x01, clusterId: 0x0003, destinationEndpoint: 0xff, options: 0x0000)
6:07:14 PM: debug Downstairs Light Sensor parsing: catchall: 0104 0003 01 FF 0000 02 9358 01 00 0000 01 00
6:07:14 PM: debug Downstairs Light Sensor parsing: catchall: 0104 0003 01 FF 0000 02 9358 01 00 0000 01 00

If I could only find documentation (yeah, right)… It’s going to be fun figuring this one out.

2 Likes