You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: