Overview
Integrating air quality sensors into your home allows for real-time monitoring of environmental conditions, ensuring a safer living space. By choosing global or country-specific sensors, homeowners can tailor their air quality analysis to local needs and regulations.
Benefits
- Enhanced safety by monitoring harmful pollutants in the air
- Real-time alerts for poor air quality, enabling timely action
- Data-driven insights to improve overall home health and comfort
Intent
This capability aims to facilitate the easy addition of air quality sensors to a home capability system. By following on-screen instructions, users can customize their air quality monitoring setup according to their specific geographical requirements.
Preconditions
- Compatible home capability platform (e.g., Home Assistant).
- Access to the internet for sensor data retrieval.
- Basic knowledge of home capability system configuration.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Gas Sensors.
Actors
- Homeowner configuring the system
- Family members monitoring air quality
- Guests concerned about indoor air safety
Trigger
The capability is triggered when the user initiates the sensor addition process through the home capability interface.
Workflow Diagram
flowchart TD
A[User initiates sensor addition] -->|follow instructions| B{Choose sensor type?}
B -->|Worldwide| C[Add global sensors]
B -->|Country-specific| D[Select country sensors]
C --> E[Configure sensor settings]
D --> E[Configure sensor settings]
E --> F[Air quality sensors added]
F --> G[Monitor air quality results]
G --> H[Receive alerts if needed]
Workflow Description
1. Initiate Sensor Addition
User opens the home capability interface and selects the option to add new sensors.
2. Select Sensor Type
User decides whether to add worldwide sensors or select a specific set based on their country.
3. Follow On-Screen Instructions
User follows the prompts to connect and configure the selected sensors.
4. Set Up Notifications
User configures alerts for specific air quality parameters to be notified of any issues.
5. Complete the Setup
User confirms the addition of sensors and verifies their functionality within the home system.
Postconditions
The air quality sensors are successfully integrated into the home system, providing real-time monitoring and alerts for air quality issues.
Optional Enhancements
- Integrate with smart HVAC systems for automatic adjustments based on air quality
- Add a smartphone app for remote monitoring and alerts
- Enable voice assistant integration for hands-free updates
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | Gas Sensors, Smoke Detector and Alarm Trigger |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)