dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 499 forks source link

Aqara vibration sensor DJT11LM not paired correctly anymore, reports incorrect state #6028

Closed Finne75 closed 2 years ago

Finne75 commented 2 years ago

Describe the bug

After upgrade to 2.15.3, my two Aqara vibration sensors stopped working correctly. The first one I re-paired, the second I left in the network. Following observations:

Steps to reproduce the behavior

  1. Update to deCONZ 2.15.3
  2. Get API output
  3. "vibration": true is always reported
  4. Re-pair vibration sensor
  5. Click on Basic (0000) or Door Lock (0101) Cluster
  6. Several Attributes are either missing (Basic Cluster) or greyed out (Door Lock Cluster)

Expected behavior

Vibration detection should behave like expected.

Screenshots

image

Basic Cluster of the newly paired sensor. Xiaomi-specific attributes are missing: image

Xiaomi-specific attributes are greyed out in Door Lock Cluster: image

Environment

deCONZ Logs

Additional context

Finne75 commented 2 years ago

It works again. I think the following happend: the newly paired sensor was not fully paired (weird - I used all the usual "Xiaomi-tricks"). After some time, the missing cluster attributes appeared, but the sensor still didn't work as expected. I assume that the reason for the malfunction was is that I activated "Bronze" DDFs because I did some tests with some other devices, and as a consequence this incomplete DDF aq1_vibration_sensor.json was used. After de-activating Bronze DDFs, the devices seem to behave as expected again.

Lesson learned: do not submit bug reports before not excluding all possible other reasons. I think this can be closed.