Conbee, Deconz Xiaomi Vibration sensor issues

Of course! As far as I can see I receive these three different events:

  • 1007; Shake
  • 1008; Drop
  • 1009; Tilt

And to create automations based on events I used this approach:

- alias: 'Vibrations sensor - vibration'
  trigger:
    - platform: event
      event_type: deconz_event
      event_data:
        id: << Your Event ID for the device >>
        event: 1007
  action:
    - service...

And cool regarding the sensitivity control through the API. I’m not picking vibrations from my washing machine either… -.-