[ST Edge] Personal Tuya Devices - Generic EF00 Device

Hi, it’s possible add a tuya device, like _TZE204_yensya2c is a presence sensor available on aliexpress:
https://a.aliexpress.com/_mtGFDjs

i have also a data point list recived from the manufactoring

1 Like

Can you ask the manufacturer what is the meaning of the flags (Boolean) ?

These are marked Read/Write in the table…

Try the profile “normal-presenceSensor-v5”…

In other words:

  • Profile: Presence sensor
  • Profile: No settings

Which are the datapoints for this device ?

It was defined to work in similarity mode, but it seems its datapoints aren’t identical.

I need the whole detail view.
Only DPs 1, 2 and 101 are shown in the screenshot.

First of all, I want to say Thanks for your great work !
Your driver is wonderful …

Now I use ali tuya power meter with your driver on ST.

But I get some problems.

  1. Sometime energy consumption(Wh) show minus(-) value.
    It cannot be true.
    there is No minus(-) value in Power Consumption(W).

  2. I don’t understand what title value of energy consumption(Wh).
    In my screent 18Wh.
    It may mean today energy consumption. But it is not. let me show hour energy consumption.

This value should me true today energy consumption, or this month energy consumption(I perfer this) or all energy consumption.

Can you check these problems ?

I am very thanks for you great effort.
Thanks a lot !

Does this is suficient info?.. I don´t know how to get datapoints

You probably are using the driver “Default Clusters” for this device. It won’t work for you.
Change it to the driver “Personal Tuya Devices”

Please, read the first post of this thread for details.

I would need the raw data of a negative value taken from smartthings-cli to understand what happened.
I think this might be related to some limitation of the UI because the value received from the device is unsigned and it is read as such. (Unsigned integer 32 bits, big endian)

I don’t understand either.
I don’t have any device with power metering.
You probably will have more luck asking the manufacturer.

Initially I configured it with the “Personal Tuya main” driver and the “Garage Door” profile (First image I sent you). Today I changed the driver to “Default Clusters” because it seemed to me that it provided more information regarding the datapoints.
I just ordered a “TUYA” zigbee hub to see if I can find more information of datapoints by connecting it to that hub. Any help on how to find the datapoints would be welcome.

Please, let me know exactly what part you didn’t understand in the first post of this thread so I can make it even more clear to everyone.

1 Like

OK, Following the procedure indicated on this page

the datapoints I obtained are the following:
{“1”:“Action”,“2”:“Countdown”,“3”:“Sensor State”,“4”:“Run Times”,“5”:“Timeout Alarm”,“6”:“Voice control”,“11”:“Voice control Settings”,“12”:“Status Alarm”}
With this information, is it possible for you to help me configure the device?

Use the profile “normal-garage-door-v1”

Open the settings and change it to:

  • Profile: Garage Door

If some command is disabled (like shown in your screenshot), then press the physical button of the device.
It is a known issue from ST. It only enables UI when it receives some data from the device.

1 Like

Thanks, I will try this!

i have try different setting…and configuration…
sometimes works only presence indication…

v5 no setting seems have problem with detection

v2 seems works better with detection but have no setting or illuminance

now i try a @iquix driver…look like sensor for Home Monitor, but have same problem with illuminance and sensor setting

tell me if you want more testing…
anyway thanks for your job

According to the info you brought us, the working profile for you would be “normal-presenceSensor-v5”

Otherwise, please read the first post of this thread and bring us more details/evidences of the errors you are reporting.

If you know how to use smartthings-cli, please send me a private message with details.

Thanks for the driver. I basically got it running with Nedis radiator thermostat. Only probem is that the templerater set point values are reported by a factor of 10. So when it’s et to 21 degrees, it shows up as 210. Any way to configure this?