Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I have bought following Tuya mm wave radar Corui Tuya ZigBee Smart Human Presence Sensor it should be the same one as this one from Moes which is marked as compatible with ZHA.
When I connected it to Home Assistant it was not recognised (it has been paired but there were no entities) so I have updated the following quirk zha-device-handlers/zhaquirks/tuya/ts0601_motion.py for the original Moes sensor and it started to work (only presence entity is available). I have just added this line there
("_TZE200_jva8ink8", "TS0601"),
so it started to recognise my sensor. The sensor should also support sensitivity, set delay, set range, illuminance but I do not see them. I am not sure if that is because the original file does not have them or if my sensor is little bit different. Could someone help me and check with me where is the problem, this is first time I am working with ZHA.Beta Was this translation helpful? Give feedback.
All reactions