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