Hi Forum.
I have a Xiaomi vibration sensor which I would like to use at the washing machine. But no matter how I position the sensor it won’t sense vibrations from the machine. I know that if you are using the Xiaomi hub you could set the sensitivity for the sensor but what if I’m using Deconz and a Conbee stick? I have found a thread at GitHub where they illuminate some Rest API codes which I was thinking whether or not were possible to convert into HA and or how to do so?
Hi all
Sorry to resume an old topic. I was actually find a way to increase the sensitivity of my vibration sensor and came across this post. I tried to use the Deconz service as I’m using Deconz to present the entities to my HA server, but I’m not sure it changed something actually. Is there a way (other than trying manually) to see if the setting was at least applied somewhere?
I could not find a way to “display” the sensitivity setting, but upon changing it to 1, it was very obvious the sensitivity increased. I simply lightly knocked on the surface where I attached the sensor and noticed the vibrationstrength: attribute changing.
BTW, I gave up on my original use case for this sensor which was to determine my clothes dryer cycle ending. It triggers OK when starting, but stops sensing sometimes while dryer is still going.
Yeah I actually then gave it some more try and it seems it works not so bad, still maybe not perfect, but better than nothing in my mind. Thanks a lot for this hint and for replying to me !
Hi Zoriontsu,
Your post regarding sensitivity was very useful.
Now, I would like to change the duration of the “ON” status.
So I am not forced to wait a minute before next event.
Du you know If there is a duration parameter for the vibration sensor?
On a motion sensor from xiaomi, I am able to adjust this by using the following data:
That change would make my clothes dryer application work, but I could not find any way to modify how long the sensor reports ON. I created a binary_sensor template with a delay_off: to help compensate, but it still proved unreliable.
Thank you so much for explaining this!
I can’t seem to find a value labeled bridgeid in core.config_entries…
Is it entry_id, title, or api_key? Or is something else wrong?
I’m trying the same, detect the end of my washing machine job with deCONZ.
Currently, I detect vibrations every hour. Maybe the sensitivity is too high.
Have you observed same things?
I would like to send a notification 10 min after last vibration. What was your idea?