Vibration sensor DJT11LM

Hi to all,
i’ve the mentioned sensor pairded with conbee. then on Home assistant i see only two entities: the binary vibration sensor and temperature, i can i see all the other entities?

Thanks

Matteo

Hi,

Edit: After looking into the code of the integration I noticed that the orientation is showing up as an attribute of the orientation sensor. That’s the way it is implemented.

Edit 2: To get a single entity showing the X-Axis, you can use:

sensor:
  - platform: template
    sensors:
      test_angle_x:
        friendly_name: "Test Angle X"
        value_template: "{{ state_attr('binary_sensor.vibra_test', 'orientation')[0] }}"

thanks i’ll try soon now i’m facing to a broken RJ45 plug