Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rhockenbury opened this issue Aug 9, 2024 · 1 comment

Comments

@rhockenbury
Copy link
Owner

rhockenbury commented Aug 9, 2024

    // 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.

@rhockenbury rhockenbury changed the title [INCREMENTAL] (Re)Introduce Support for Pressure Sensors [INCREMENTAL] Introduce Support for Pressure, PM1.0, and PM4.0 Custom Characteristics Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant