Skip to content

Introduce Support for Pressure, PM1.0, and PM4.0 Custom Characteristics #2

Open
@rhockenbury

Description

@rhockenbury
    // TODO: Not supported by HomeKit yet.
    // this.absolutePressureSensor = new OccupancySensor(
    //   platform,
    //   accessory,
    //   "Absolute Pressure"
    // );
    // this.relativePressureSensor = new OccupancySensor(
    //   platform,
    //   accessory,
    //   "Relative Pressure"
    // );

Previously implemented as occupancySensors, can potentially wait for better support for pressure characteristics in HomeKit or re-implement using the occupancySensor.

Outdoor and indoor pressure is reported by various Ecowitt devices.

These can be implemented via a Motion, Occupancy or Contact sensor (along with custom characteristics) to implement a threshold for automation.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions