Skip to the content.

OWON FDS315

Fall Detection Sensor

Unsupported

This device is currently UNSUPPORTED. Want to have this device supported? Please check the GitHub issue section to see if a request already exists for this device. If it doesn’t exist yet, you can open a new request by filling in the Device support issue template.

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "status",
    "label": "Status",
    "access": 1,
    "type": "enum",
    "property": "status",
    "values": [
      "unoccupied",
      "occupied",
      "sitting",
      "on_the_bed",
      "low_posture",
      "falling"
    ]
  },
  {
    "name": "breathing_rate",
    "label": "Breathing rate",
    "access": 1,
    "type": "numeric",
    "property": "breathing_rate",
    "description": "Breathing rate.",
    "unit": "breaths/min"
  },
  {
    "name": "location_x",
    "label": "Location x",
    "access": 1,
    "type": "numeric",
    "property": "location_x",
    "description": "X coordinate of human activity.",
    "unit": "cm"
  },
  {
    "name": "location_y",
    "label": "Location y",
    "access": 1,
    "type": "numeric",
    "property": "location_y",
    "description": "Y coordinate of human activity.",
    "unit": "cm"
  },
  {
    "name": "fall_detection_settings",
    "label": "Fall detection settings",
    "access": 7,
    "type": "text",
    "property": "fall_detection_settings",
    "description": "Comma-separated values for bed, door and fall detection settings: bedUpperLeftX, bedUpperLeftY, bedLowerRightX, bedLowerRightY, doorCenterX, doorCenterY, leftFallDetectionRange, rightFallDetectionRange, frontFallDetectionRange. Put -21931 for disabled bed and door."
  }
]

Related