-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set sensitivity of the Aqara Vibration sensor #3028
Comments
You need to wakeup the sensor right before executing this command (to wake it up press the button the sensor) |
I am trying to use the vibration sensor to detect when a door is opened/ moved. I first wanted to use a door sensor but what if you do not completely close the door. I want to detect motion on the door. But the sensor most of the time not triggered. I thought that the sensitivity would work. No success at this point |
This is what the sonsor returns. Is this correct? When moving the door or opening the door. No events are triggered. The sensor itself does not detect motion when opening a door.
|
Yes, sensitivity is set to high now so thats expected. |
I found that the sensor only triggers every minute. Not handy during development :D I figured it out. Thanks :D |
its more like an of topic... but for me as a beginner its not quite clear with HA how to send the command ... |
In a YT video (German) I saw that the sensitivity of this sensor can bet set to numerical values between 1 and 21 (this is done in the video via the ZHA integration). |
Oh ... From other discussions on the HA community forum I learned that "high" seems to correspond to the value 1, "medium" to 11 and "low" to 21. So there seems to be no "even more sensitive" setting than "high", unfortunately. 😞 |
I just switched from ZHA to Z2M and sensitivity 5 was a good value in ZHA. Is there a way to set this in Z2M too? I'm using this for an old doorbell. High is far too sensitive and medium doesn't detect the bell |
I have exactly the same problem. It would be great if the sensitivity could be adjusted more precisely. |
Implemented the more precise control! Changes will be available in the dev branch in a few hours from now and in the next release which is every 1st of the month. |
In the documentation we can see that we can set the sensitivity of the Aqara vibration/shock sensor
https://www.zigbee2mqtt.io/devices/DJT11LM.html
My topic
zigbee2mqtt/0x00158d00039da3a9/set
My Payload
{"sensitivity": "high"}
This is the error I recieve:
How can I set the sensitivity for this sensor?
The text was updated successfully, but these errors were encountered: