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:
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)
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
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
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.
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.