A Home Assistant custom component for SystemAIR ventilation units that provides comprehensive monitoring and control capabilities.
- Real-time monitoring via WebSocket connection
- Control ventilation modes (Auto, Manual, Crowded, Refresh, Fireplace, Away, Holiday)
- Adjustable airflow levels (1-10)
- Temperature monitoring (supply, extract, outdoor, exhaust)
- Air quality monitoring (humidity, CO2, pressure)
- Status indicators (heating, cooling, defrosting, filter status)
- Duration configuration for timed modes with proper time units:
- REFRESH: minutes
- CROWDED: hours
- FIREPLACE: minutes
- AWAY: hours
- HOLIDAY: days
- Add this repository to HACS as a custom repository
- Install the SystemAIR integration
- Restart Home Assistant
- Go to Settings → Devices & Services → Add Integration
- Search for "SystemAIR" and configure with your credentials
- Copy the
custom_components/systemairfolder to your Home Assistantcustom_componentsdirectory - Restart Home Assistant
- Add the integration through the UI
The integration is configured through the Home Assistant UI:
- Go to Settings → Devices & Services
- Click "Add Integration"
- Search for "SystemAIR"
- Enter your SystemAIR Home Solutions credentials
- Configure duration settings for timed modes
- SystemAIR Home Solutions account
- SystemAIR ventilation unit connected to the cloud service
- Home Assistant 2023.1 or later
This integration uses the systemair-api-promises Python library for communication with the SystemAIR API.
For issues and feature requests, please use the GitHub issue tracker.
This project is licensed under the MIT License - see the LICENSE file for details.