(EDGE Driver-Mc): Zigbee Drivers for Motion, Open/Close, Moisture, Smoke-Co Sensors and others Devices

See post 4559 (+/-) on (and other places in the thread too) discussing drivers for EF00 cluster Tuya devices…

Hopefully will be of help for you​:crossed_fingers:

See if @wonjj6768 has one driver for it. His channel can be foi d at this thread. [ST Edge] Tuya ZG-204ZM Fully Configurable Driver

Hi @Mariano_Colmenarejo,

​Could you please add a fingerprint for the new Third Reality R3 Presence Sensor to your Zigbee Sensor Mc driver?

  • Manufacturer: Third Reality, Inc

  • Model: 3RPL01084Z

​It is a multi-sensor that includes Presence, Illumination, and TVOC. Thank you for all your hard work!

Hi @Mariano_Colmenarejo,

Could you please add fingerprint support for this Tuya mmWave
ceiling presence sensor to your motion sensor driver?

It’s currently paired to my SmartThings Station via your “Zigbee Thing Mc”
driver, so I can help test once added.

Thank you for your great work!

  • Manufacturer: _TZE200_ya4ft0w4

You can ask @wonjj6768 to add this device to his driver:
His channel is here:

Hi Mariano (@Mariano_Colmenarejo),

Could you please add a new fingerprint for a Tuya Zigbee Valve to your Zigbee Valve Mc driver? It is a Moes/Tuya water valve controller.

Here are the device details:

  • Manufacturer: _TZE284_zm8zpwas

  • Model: TS0601

Thank you very much for your great work!


This device contain cluster EF00 that is not supported by @Mariano_Colmenarejo drivers. You better used @w35l3y Tuya Specific EF00 driver from here:

https://api.smartthings.com/invite/6Vjd4YPVJwjN

This is a generic driver and you need to use Valve profile and might need to use the following DP:

tuyaDatapoints: [
[1, “state”, tuya.valueConverter.onOff],
[8, “valve_state”, tuya.valueConverterBasic.lookup({unknown: tuya.enum(0), open: tuya.enum(1), closed: tuya.enum(2),}),],
[101, “battery”, tuya.valueConverter.raw],],

I answered myself. The answer can be seen here:

Hi Mariano,
I tried to integrate a Bosch Smoke Alarm II (BSD-2) with SmartThings (Aeotec Hub), but I’m having trouble getting it to join correctly.
What I observed:
During pairing it was once detected as “Shelly Device Creator” (LAN device), not as a Zigbee smoke sensor.
After removing the Shelly driver and resetting the detector, SmartThings usually does not find it anymore.
I already tested:
Nearby Scan
full device reset
Zigbee Thing Mc
Zigbee Smoke/CO Detector Mc
The driver can be selected manually, but it has no effect because the device never seems to join properly as a Zigbee device.
Do you know if the Bosch BSD-2 can work with SmartThings at all? Maybe it requires an install code / secure join or a specific fingerprint?
Thanks a lot for your work and support!

Is your device new?
Older Bosch Smoke Alarms have been WiFi devices.

If it is a Zigbee 3 device, it should pair with the ST Hub using Zigbee Thing Mc driver.

Hi TapioX,

Yes, it is the newer Bosch Smoke Alarm II (BSD-2), Zigbee 3.0 version.

I already tried pairing it with Zigbee Thing Mc installed.

What happens is:

- SmartThings once detected something as “Shelly Device Creator” (LAN device), not as a Zigbee smoke detector.

- After removing the Shelly driver and resetting the detector, SmartThings usually does not find it anymore.

- I used Nearby Scan and tested several full resets.

So I am not sure whether:

- the device is not joining properly,

- it requires an install code / secure join,

- or if there is something special about the BSD-2 Zigbee implementation.

Has anyone successfully paired the Bosch BSD-2 with SmartThings / Zigbee Thing Mc?

Thanks!

Seems this device needs a code to be installed, don’t know if smartthings support this:

have you tried the “read QR” option instead of “search nearby” when adding?

Thanks, that makes sense.
I tried the QR code option in SmartThings, but unfortunately SmartThings does not accept the Bosch QR code.
So it really looks like the BSD-2 uses some install-code / secure join method that SmartThings cannot handle properly.
It’s a bit disappointing because the detector itself is great (especially since it has no blinking LED for bedroom use).
I will probably stay with the frient smoke detectors for now, since they work reliably with SmartThings.
Thanks for your help!

Hi Mariano, is it possible to add a fingerprint to this device? Manufacturer: HEIMAN Model: HS1SA-E-PLUS
Thanks in advance

Try to switch profile to Gas Sensor. Adjust the DP according to what I sent.

"Hello @Mariano_Colmenarejo, could you please add this Tuya multi-sensor to your Zigbee Motion Sensor Mc driver?

  • Model: TS0601

  • Manufacturer: _TZE200_rhgsbacq"

I ran a test with the button on the sensor. It at least shows as clear instead of never showing a status. I still wasn’t able to do what the instructions said to, but I guess this is good enough.

you need to change the profile settinge to “gas detector”, than leave the configuration and device details screen.

Than, go back to the device details and then into configuration again:

See if this works!

Thanks, this is what I was asking for since there weren’t the same number of fields in settings and the naming of the fields was confusing. I changed these values and doing so didn’t break anything. Thanks again.