Overview
The Quadra-Fire IntelliFire system enhances the convenience of managing home heating by allowing users to control their fireplace remotely. This capability provides a seamless way to adjust the flame and heat settings from anywhere in the home, ensuring comfort and energy efficiency.
Benefits
- Convenient remote control of fireplace settings
- Enhanced energy efficiency by adjusting settings based on real-time needs
- Increased safety with the ability to turn off the fireplace remotely
Intent
This capability aims to simplify the control of the Quadra-Fire fireplace through the IntelliFire system. The outcome is an efficient and user-friendly experience for maintaining optimal home climate and comfort.
Preconditions
- Quadra-Fire fireplace with IntelliFire control system.
- Home Assistant integration for device management.
- Stable Wi-Fi connection in the home.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner controlling the fireplace remotely
- Family members enjoying a warm environment
- Guest requesting to adjust the fireplace settings
Trigger
The capability can be triggered by a manual command via a mobile app or capability rules set within Home Assistant.
Workflow Diagram
flowchart TD
A[User Command] -->|check| B{{Is fireplace on?}}
B -->|Yes| C[Adjust heat settings]
C --> D[Result: Heat adjusted]
B -->|No| E[Turn on fireplace]
E --> F[Result: Fireplace activated]
Workflow Description
1. Initiate Control Command
The user accesses the Home Assistant app to send a command to the Quadra-Fire fireplace.
2. Check Fireplace Status
The system checks if the fireplace is currently on or off.
3. Adjust Settings
If the fireplace is on, the user can adjust the heat settings to their preference.
4. Turn On Fireplace
If the fireplace is off, the user can choose to turn it on with the desired heat settings.
5. Receive Confirmation
The system sends a notification back to the user confirming the action taken.
Postconditions
The fireplace settings are adjusted according to the user’s command, ensuring a comfortable indoor climate.
Optional Enhancements
- Integrate voice control for hands-free operation
- Add temperature sensors for automatic adjustments
- Create scheduled settings for specific times of day
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | HVAC and Climate Control, ecobee4 Smart Thermostat |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)