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

A good review of the most popular presence detectors can be found here:

Sadly, the PS-HPS which I think we’re talking about in this thread, doesn’t come out very well.

There is also the EP1 which everyone is raving about but is expensive compared to the others.

1 Like

Actually, we’re talking about the ZY-M100 not the PS-HPS
At least I am…

I have this:
image

1 Like

The OP’s link is to a PS-HPS :wink:

For those talking about the ZY-M100, there’s an active thread here about ZHA support that I think can now expose all the other features of the device so you can finally tweak the settings:

can you share how you got them working with ZHA

thanks

can you share how?

thanks

I pretty much followed the link posted earlier by @Rofo. The latest update 2023.03.0 broke it but there has already been an update on the git page to fix it (I can confirm it works). https://github.com/zigpy/zha-device-handlers/pull/1928
In short, you need to create a new folder called custom_zha_configs in your main HA config folder using something like Studio Code Server. Then create a new file called ts601_motion.py and copy and paste the latest code from the above link (use the copy button when you hover over the code in the top right).

Then in your config file in HA, you need to add the below (“zha:” should already be there if you’re using it so just an indented line after that bit)

zha:
  custom_quirks_path: /config/custom_zha_quirks/
2 Likes

I was having issues and I think I narrowed it down to using an old phone charger that was adaptive voltage. Once I switched to a standard 5v 1A charger, it’s worked perfectly

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.