(EDGE Driver-Mc): Zigbee Tuya devices with standard clusters

This device is supported by the Zigbee Motion Sensor MC driver.

Mine has a different fingerprint than the ones on the MC driver, so it didn’t allow me to assign that driver

Not yet. Some that work with the PIR motion part but not with the full presence functions. I’ve decided to switch to integrating with Home Assistant instead. I didn’t have a zigbee adapter for that so I was hoping to use my ST hub but seems to be more trouble than it is worth.

I was tempted to clone and update the driver fingerprint myself but the time that would take isn’t worth buying a zigbee adapter for HA.

You can try @w35l3y Tuya EF00 drive.
https://github.com/w35l3y/EdgeDrivers/tree/main/personal-tuya-devices

The relevant DP are:

tuyaDatapoints: [
[1, ā€œpresenceā€, tuya.valueConverter.trueFalse1],
[106, ā€œilluminanceā€, tuya.valueConverter.raw],
[101, ā€œmotion_stateā€, tuya.valueConverterBasic.lookup({
none: tuya.enum(0),
large: tuya.enum(1),
small: tuya.enum(2),
static: tuya.enum(3),}),],
[102, ā€œfading_timeā€, tuya.valueConverter.raw],
[4, ā€œstatic_detection_distanceā€, tuya.valueConverter.divideBy100],
[2, ā€œstatic_detection_sensitivityā€, tuya.valueConverter.raw],
[107, ā€œindicatorā€, tuya.valueConverter.onOff],
[121, ā€œbatteryā€, tuya.valueConverter.raw],
[122, ā€œmotion_detection_modeā€, tuya.valueConverterBasic.lookup({
only_pir: tuya.enum(0),
pir_and_radar: tuya.enum(1),
only_radar: tuya.enum(2),})],
[123, ā€œmotion_detection_sensitivityā€, tuya.valueConverter.raw],

what driver do you test and work better with limited function?

I tried this one as well but it doesn’t quite work either. PIR motion seems to work OK but not presence. Illumination sometimes works.

I also tried the zigbee sensor SmartThings driver and it works for motion and illumination but not presence

HI,

The ZG-204ZM model in the driver is different from yours; it doesn’t use the EF00 cluster.

Sorry, I can’t make any major changes to the mC drivers right now.

Ah ok. No worries and thanks for checking! Makes me feel better about pivoting to connecting it direct to HA.

could you share the invite for Smartthings Zigbee Sensor? I just need the motion an light.

It was a built in driver. I even deleted it when trying to get it working and it came back when I re-paired.

I have the hub in a TV with Zigbee dongle, but when I deleted and paired it again, it was defined as a humidity and temperature sensor, Did you configure something to be a motion sensor?

Nope it did it by default when I assigned the driver

Thanks for the pictures. Unfortunately, I don’t have this drive on my hub.

I’m on a standalone Aeotec hub so maybe that’s why

You don’t by any chance have a plan to include this zigbee device in the driver? Don’t know if it’s a real Tuya though.

I just found this on AliExpress: 282,82kr | Tuya WiFi Zigbee Temperature Humidity Sensor with External Probe APP Remote Control Workwith Yandex SmartLife Alexa
https://a.aliexpress.com/_EHZwXzQ

Hi @Mariano_Colmenarejo,

Could you please add this Moes battery thermostat to your Zigbee Thermostat Mc driver? Currently, it’s being recognized as ā€˜Zigbee Thing’. I’m attaching a screenshot from the Advanced Console with all the fingerprints.

Manufacturer Code: _TZE204_zxkwaztm Model: TS0601

Thank you for your help!"

This device contain usage of cluster EF00.
@Mariano_Colmenarejo is not supporting this cluster . you better use @w35l3y Specific Tuya cluster driver.
https://api.smartthings.com/invite/6Vjd4YPVJwjN

Hi @dotan_shai,

​I’ve updated the settings as you suggested for my _TZE204_zxkwaztm model. I set DP 16 for Heating Setpoint and DP 24 for Temperature Measurement using w35l3y’s ā€˜Zigbee EF00 Device’ driver (with a divisor of 10).

​However, I am still getting ā€˜NaN’. I also noticed that every time I open the device page, SmartThings shows this message at the bottom: ā€˜This device hasn’t updated all of its status settings yet. Try again later.’ The signal is very strong (LQI 206), but it seems the device is not receiving or accepting the DP configuration from the driver.

​Attached are the screenshots of my current configuration and the error message. Do you think this specific manufacturer ID needs a different setup or a specific Profile?

​Thank you for your patience!

Hi Mariano,

Could you please add support for this Zigbee motion sensor?

Manufacturer: HOBEIAN
Model: ZG-204ZL

It appears very similar to the existing ZG-204Z device but SmartThings will not assign the driver because the fingerprint does not match.

Thanks!