TS0601 by _TZE200_v6ossqfy - WiFi/ZigBee Human Presence Sensor MmWave Radar High Precision Sensing Motion Sensor Smart Life APP Smart Home Support Tuya

Mine is mains powered, so definitely not that!

thanks latest did break it, ill check out the fix

didnt find it can you share me to file//

Same as greybags

which folder and which file did you use??

I see this

you need to create a new folder called custom_zha_configs in your main HA config

then this which I have already

zha:
custom_quirks_path: /config/custom_zha_quirks/

got it fixed… after reading over 100 times lol

thanks guys

Hey Guys, ive been testing this Zigbee Sensor on and off over the last couple of weeks. I have found it to be pretty good. It is integrated through ZHA. Although one issue - can someone tell me if they were able to change the “detected to clear” time to a shorter time! I have been trying to change settings in the device although no luck. Sensor takes about 75 seconds to change state Thanks

Hi, Did anybody managed to make _TZE200_v6ossqfy work.
The ts0601_motion.py from @Rofo s post doesn’t seem to contain this specific model.

Sometimes you can just add your model to the existing quirk. Look for lines that look like this:

    signature = {
        MODELS_INFO: [(LUMI, "lumi.switch.n0agl1"),(LUMI, "lumi.switch.n0acn2")],

This example is where I added my switch to a pre-existing quirk.
Its not guaranteed to work if the devices signature has changed, but it might

1 Like

adding the models in both sections of radar worked.

Any chance you could provide your modified version of the file. I’ve got that same model and the only place I can see to add it is between lines 260-270 but that does not seem to work.

Scratch that - I did not copy the file correctly. It is working now

1 Like

Has anyone figured out how to disable the LED light? I tried setting the dp_103 value (supposedly the LED) to Bool.false and 0 but it has no effect, and reading the value immediately after shows it having the value Bool.true

I attempted a manufacturer code override as well, but that had no effect either.

I gave up on this device. Keeps dropping off the mesh.

Hi, I added this line:
("_TZE200_v6ossqfy", "TS0601"),
to lines 303 and 351 under MODELS_INFO: [
And now it is showing the occupancy sensor state.

Thank you, it worked for me, but just the occupancy sensor. Do you know if it is possible to turn off the led?

Hi, did anyone manage to get it running in zibghee2mqtt?

Yeah, got 3 of them - work perfectly. Just make sure you exclude all the attributes from the recorder as they are noisy :slight_smile:

I bought two of these Tuya Human Presence devices from AliExpress some months apart.

The 1st one arrived & works in Home Assistant no problem.

The 2nd one arrived today & only gives me LQI & RSSI entities. There’s no occupancy sensor.

So I thought I could take the ts0601_motion.py discussed above & drop it into a new /config/custom_zha_quirks as described above.

I then found my working Human Presence Sensor model listed in the code:

("_TZE204_ztc6ggyl", “TS0601”),

and I duplicated the line to add my new Human Presence Sensor:

("_TZE204_sxm7l9xa", “TS0601”),

Everything seems to load okay, but my new Human Presence Sensor (model _TZE204_sxm7l9xa) still only has LQI & RSSI entities, no actual occupancy sensor. I did remove the ZigBee device & re-added it, but it made no difference.

Is there something else I have to do to get the occupancy sensor created?

How can I be sure that my modified ts0601_motion.py is being used by Home Assistant? (I added the custom quirks to configuration.yaml which seems to load okay).

Okay, it wasn’t quite as simple as I imagined.

It seems model _TZE204_sxm7l9xa is quite different to my older _TZE204_ztc6ggyl and so requires a different ts0601_motion.py which supports it.

Fortunately, some clever lad has already produced one which I think is being reviewed/tested prior to release, but I was able to download it & add it as a ‘quirk’ & it works fine (presumably I can remove my quirk once the updated ts0601_motion.py is released).

The file is here:

1 Like