Last Updated:

Air Quality Monitoring with Airgradient

S.C.O.R.E.SafetySecurity

Overview

The Airgradient capability addresses the growing concern of indoor air quality by providing real-time data from local Airgradient devices. This enables homeowners to take proactive measures to ensure a healthy living environment, reducing risks associated with poor air quality.

Safety icon

Benefits

  • Real-time insights into indoor air quality levels, allowing for timely interventions.
  • Alerts for hazardous conditions, promoting a safer home environment.
  • Integration with smart home systems for automated responses to air quality changes.

Intent

The purpose of the Airgradient capability is to continuously monitor air quality within the home and provide actionable data. The outcome is a healthier living space, as homeowners can adjust ventilation, air purification, or other systems based on the detected air quality metrics.

Preconditions

  • Airgradient device installed and connected to the home network.
  • Home Assistant integration configured to receive data from the Airgradient device.
  • Active internet connection for real-time data processing and alerts.
  • Home Assistant installed and configured.
  • Integration available and authenticated: Zigbee2MQTT.
  • Device installed and reachable: Gas Sensors.

Actors

  • Homeowner monitoring air quality
  • Family members concerned about health
  • Guests becoming aware of air quality issues

Trigger

The capability is triggered by the Airgradient device detecting changes in air quality metrics such as particulate matter or VOC levels.

Workflow Diagram

flowchart TD
    A[Air Quality Change Detected] -->|check| B{{Is Air Quality Unsafe?}}
    B -->|Yes| C[Send Alert to Homeowner]
    C --> D[Activate Air Purifier]
    B -->|No| E[Monitor Continuously]

Workflow Description

1. Monitor Air Quality

The Airgradient device continuously measures air quality parameters such as PM2.5, PM10, and VOCs.

2. Detect Change

The system analyzes the data to identify any significant changes in air quality that exceed safe thresholds.

3. Send Alert

If unsafe levels are detected, an alert is sent to the homeowner’s smartphone or smart home system.

4. Activate Air Purifier

The system can automatically trigger connected air purifiers or ventilation systems to improve air quality.

5. Log Data

All data regarding air quality changes and actions taken are logged for future reference and analysis.

Postconditions

After the capability completes, the air quality is continuously monitored, and appropriate actions are taken to maintain a safe environment, with the homeowner informed of any issues.

Optional Enhancements

  • Integrate with additional smart home sensors for comprehensive environmental monitoring.
  • Implement voice commands via smart assistants for quick access to air quality data.
  • Set up custom routines based on air quality changes, such as scheduling air purifier operation.

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantZigbee2MQTT, Z-Wave JSGas Sensors, Smoke Detector and Alarm Trigger

Source Examples