question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Aqara vibration sensor sensitivity. lumi.vibration.aq1

See original GitHub issue

Is your feature request related to a problem? Please describe. I’m trying to use Aqara vibration sensor (lumi.vibration.aq1) to detect state of one device which produces low frequency vibration when works. Unfortunately, default level of sensitivity of the sensor doesn’t detect the vibration.

Since I haven’t Xiaomi ZigBee gateway, I’m trying to change sensitivity of the sensor from HA GUI.

There are in and out VibrationBasicCluster with custom attribute “sensitivity” (id: 0xff0d). I’ve tried to get a value of the attribute in both clusters, but nothing is returned. It ever doesn’t return “None” value.

Describe the solution you’d like Obtain an ability to set sensitivity of the sensor.

Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Be sure to add the entire content of the log panel after pairing the device to a code block below this line.

  "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4151, maximum_buffer_size=127, maximum_incoming_transfer_size=100, server_mask=0, maximum_outgoing_transfer_size=100, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
  "endpoints": {
    "1": {
      "profile_id": 260,
      "device_type": "0x000a",
      "in_clusters": [
        "0x0000",
        "0x0001",
        "0x0003",
        "0x0019",
        "0x0101",
        "0x0500"
      ],
      "out_clusters": [
        "0x0000",
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0019"
      ]
    },
    "2": {
      "profile_id": 260,
      "device_type": "0x5f02",
      "in_clusters": [
        "0x0003"
      ],
      "out_clusters": [
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0012"
      ]
    }
  },
  "manufacturer": "LUMI",
  "model": "lumi.vibration.aq1",
  "class": "zhaquirks.xiaomi.aqara.vibration_aq1.VibrationAQ1"
}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
dmulcaheycommented, Nov 24, 2021

put 4447 in the mfg code field when issuing the set or get attribute commands and see if that works. Also ensure that you press the button on the sensor right after you issue the command

1reaction
MattWestbcommented, Nov 24, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set sensitivity of Xiaomi Aqara vibration sensor in ZHA?
Hi, I tried this buts its not working for me.
Read more >
Aqara Vibration Sensor DJT11LM Zigbee compatibility
Pairing Instructions. Press and hold the button on the device until the blue light starts blinking, release it and the pairing should begin....
Read more >
can we increase sensitivity of Aqara vibration sensors? why is ...
So wondering if there is a way to increase the sensitivity of the hardware? I have tested by tapping and the vibration sensor...
Read more >
Smart Vibration Sensor - Wireless Vibration Detector - Aqara
Looking to remotely detect vibration and movement at home? Opt for Aqara smart vibration sensor! A wireless vibration detector aiming to protect your ......
Read more >
Aqara Vibration Sensor DJT11LM - deCONZ REST-API
product, Aqara Vibration Sensor DJT11LM ... modelid, String, "lumi.vibration.aq1", R ... sensitivitymax, UInt8, The maximum sensor sensitivity. Default: 21.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found