[ST Edge] Personal Tuya Devices - Generic EF00 Device

Hello Community,
Thanks to Wesley I am proud to share that I was able to configure my first driver :sweat_smile:.
The result is this:


As you can see I have added a new profile, and a new manifacturer.
The presentation is still non satisfing, some data are not displayed, and the dashboard view doesn’t report electricity data.
Paolo

4 Likes

@w35l3y

Hey Wesley, is it possible to get this device to work? WZ3000_w3c7ouru ?

It is a 3 gang switch.

This is what it is doing with your driver:

This sensor works, tested with natural gas CH4, thanks!

https://www.aliexpress.us/item/3256804094364684.html?spm=a2g0o.detail.pcDetailTopMoreOtherSeller.5.42071431l05vI

3 Likes

I know its a big ask, but does this device work with smartthings directly??
Cabinet puck lights (YSR-tuyaMINI-Z01)
Its a Tuya zigbee 3.0 device and theres also a wifi version as well, but definitely want the zigbee version.
So wondering if it’ll work with the 0xEF00 cluster before buying it.

Thanks in advance

The screen shot you attached shows that it supports SmartThings (last symbol on 2nd line)

3 Likes

I’m blind as a bat… LOL

2 Likes

@w35l3y
Hi. I bought this Temp+Humi sensor with LCD. Sensor works fine and I found the right driver. Unfortunately the display also has date/time which cannot be adjust with the driver. I noticed that the same issue is wrote in this thread but I can’t find the solution.


If you don’t mind me asking where do I get the driver from

The invitation link is in the 1st post of this thread.

1 Like

2 posts were split to a new topic: Tuya zigbee curtain motor?

Hi, it seems i am stuck.
I got some nice MOES Zigbee dimmerswitches, rhe work great in Smartlife but did not get automatically integrated into SmartThings wjen linking.
Adding them directly, of course, leads to a Zigbee Thing.
I tried the EF00 personal tuya driver and got this:


(no more data lines below, just OKish signal strength)

So i got some values like:

Manufacturer = TZE200_w4cryh2i
Model = TS0601
Endpoint = 0x01
Device ID = 0x0051
Profile ID = 0xB6D1

Bolean 1 (0x01) = true/false (On/Off)
Value 2 (0x02) = 0 - 1000 (dimmer brightness)
Value 3 (0x03) = 90 (0-1000 minimum brightness)
Enum 4 (0x04) = 0,1,2 (LED, Incandescent, Halogen)
Value 6 (0x06) = countdown to off in seconds (86400 = 24 hours)
Enum 14 (0x0e) = 0,1,2 (Power-on OFF, Power-on ON, Power-on Memory)
Enum 21 (0x15) = 0,1,2 (Default Indicator, Disabled night light, Disabled all indicator light)

It is a 1 gang zigbee dimmer switch looking like this:


Choosing the 1 dimmer profile the driver tells me it is expecting a _TZE200_dfxkcots model and does not conect.
using the generic profile to set Switches to 1 (datapoint for on/off ) creates a child that turns the switch on/off
writing datapoint 2 in to switch levels creates a child that does not connect.
When setting datapoint 2 to a generic value i can manually input the light volume but no slider, sliding on the dimmer returns the correct value on screen.

How do i translate these findings into a .yaml?
I am grateful for any help.

Hello @w35l3y
I own this 24g presence sensor tze204_ijxvkhd0.
I can’t get it to work no matter what settings for presence sensor i choose or manualy enter DPs.

I also found this resource:

And i attached info when paired with your driver.
Can you make it more compatible with your driver?


Please please :face_with_peeking_eye::hugs::rofl:

@Cesar_Novo, Thanks for the tip. Does it mean the TZE200_2aaelwxk is working perfectly with the driver as I planning to buy this?

Hi @Subramanian_Swaminat!
There are so many tuya clone devices, with different fingerprints in the firmware, that is impossible to have a driver for every single one…
What W35l3y did in is Edge Driver is very clever: he added the possibility to chose a similar device and even change the Data Points for Presence and Illuminace (if the new device has a different DP).
In my case, i bought 3 “different” sensors with 3 different fingerprints - they came from the save vendor in AliExpress, but at different times:

Good luck!

5 Likes

@Cesar_Novo, Am clear on the TZE200_2aaelwxk now, thanks.

I have this device TZE204_sxm7l9xa and it works with Wesley’s Personal Tuya main driver as I was the one who provided the fingerprints :slight_smile:

@w35l3y rocks!!!

5 Likes


Hi. I have valve and ef00… This device work with yours driver?

@w35l3y

@w35l3y Did you had any time to play with driver for 24g presence sensor tze204_ijxvkhd0?

Regards, Dusan

I have the same sig sensor, but I found that “sxm…” profile defaults unreliable. DP 109 ad a presence seemed to be more responsive:

1 Like

Hi @KEHT!
It’s always good to have different info, so thanks for your input. For me the DP (105 and 104) are working, but in case of future problems i will try your suggestion (DP 109)!

Just in case, this is the DP for the TZE204_e5m9c5hl (TS0601 _TZE204_sxm7l9xa defined but shows as not supported · Issue #17483 · Koenkk/zigbee2mqtt · GitHub):
[105, ‘presence_state’, tuya.valueConverterBasic.lookup({‘none’: tuya.enum(0), ‘presence’: tuya.enum(1)})],
[104, ‘illuminance_lux’, tuya.valueConverter.raw],
[106, ‘sensitivity’, tuya.valueConverter.raw],
[109, ‘distance’, tuya.valueConverter.divideBy100],
[110, ‘fading_time’, tuya.valueConverter.divideBy10],
[107, ‘far_detection’, tuya.valueConverter.divideBy100],
[108, ‘near_detection’, tuya.valueConverter.divideBy100],
[111, ‘detection_delay’, tuya.valueConverter.divideBy10],

And the DP for the TZE204_sxm7l9xa (https://github.com/Koenkk/zigbee2mqtt/issues/17483 · GitHub):
[104, ‘illuminance_lux’, tuya.valueConverter.raw],
[105, ‘presence’, tuya.valueConverter.trueFalse1],
[106, ‘radar_sensitivity’, tuya.valueConverter.raw],
[107, ‘maximum_range’, tuya.valueConverter.divideBy100],
[108, ‘minimum_range’, tuya.valueConverter.divideBy100],
[109, ‘target_distance’, tuya.valueConverter.divideBy100],
[110, ‘fading_time’, tuya.valueConverter.divideBy10],
[111, ‘detection_delay’, tuya.valueConverter.divideBy10],

Regards from Portugal, César!

1 Like

I was messing with settings and at some point all my debug & settings sections turned into raw html format like below. Anybody ever had that happen and know how to get back the proper format?